Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update internal dependencies #1790

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@canonical/jujulib": "7.0.0",
"@canonical/macaroon-bakery": "1.3.2",
"@canonical/react-components": "0.59.0",
"@canonical/react-components": "0.60.0",
"@reduxjs/toolkit": "2.2.4",
"@sentry/browser": "7.114.0",
"ansi-to-html": "0.7.2",
Expand All @@ -72,7 +72,7 @@
"react-router-dom": "6.23.0",
"react-useportal": "1.0.19",
"redux": "5.0.1",
"vanilla-framework": "4.14.0",
"vanilla-framework": "4.18.2",
"yup": "1.4.0"
},
"devDependencies": {
Expand Down
22 changes: 12 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -647,9 +647,9 @@ __metadata:
languageName: node
linkType: hard

"@canonical/react-components@npm:0.59.0":
version: 0.59.0
resolution: "@canonical/react-components@npm:0.59.0"
"@canonical/react-components@npm:0.60.0":
version: 0.60.0
resolution: "@canonical/react-components@npm:0.60.0"
dependencies:
"@types/jest": "npm:29.5.12"
"@types/node": "npm:20.12.11"
Expand All @@ -669,7 +669,7 @@ __metadata:
react: ^17.0.2 || ^18.0.0
react-dom: ^17.0.2 || ^18.0.0
vanilla-framework: ^3.15.1 || ^4.0.0
checksum: 10c0/4d1dfee4e0a48280f13d3c425d07a10c2291f75c6d6745ff0b1c6d296366d033ed8e6f3bf686c632ce09c479e8861429e0fefdee379edc8131f3e64e96c30708
checksum: 10c0/8ed1e63784fe803404e9ddf0105c14fe5f6b78eaa80a1f2fb9a33fe56f953f94ca4dd21405f014fba5ba6bf0c244868adb6630a03acfd783043ceba99512e2eb
languageName: node
linkType: hard

Expand Down Expand Up @@ -7486,7 +7486,7 @@ __metadata:
"@babel/plugin-proposal-private-property-in-object": "npm:7.21.11"
"@canonical/jujulib": "npm:7.0.0"
"@canonical/macaroon-bakery": "npm:1.3.2"
"@canonical/react-components": "npm:0.59.0"
"@canonical/react-components": "npm:0.60.0"
"@reduxjs/toolkit": "npm:2.2.4"
"@sentry/browser": "npm:7.114.0"
"@testing-library/jest-dom": "npm:6.4.5"
Expand Down Expand Up @@ -7556,7 +7556,7 @@ __metadata:
stylelint-config-standard-scss: "npm:13.1.0"
stylelint-order: "npm:6.0.4"
typescript: "npm:5.4.5"
vanilla-framework: "npm:4.14.0"
vanilla-framework: "npm:4.18.2"
vite: "npm:5.2.6"
vite-plugin-html: "npm:3.2.2"
vite-plugin-node-polyfills: "npm:0.22.0"
Expand Down Expand Up @@ -11392,10 +11392,12 @@ __metadata:
languageName: node
linkType: hard

"vanilla-framework@npm:4.14.0":
version: 4.14.0
resolution: "vanilla-framework@npm:4.14.0"
checksum: 10c0/5c5bca2c24df400adfd45ecbcc59dca220775f4e0e8ff767114f5c74525620500455c23598f4ad2489d66e8683b762c065eb002cae93c2ffcaf55fccdd331a84
"vanilla-framework@npm:4.18.2":
version: 4.18.2
resolution: "vanilla-framework@npm:4.18.2"
peerDependencies:
sass: ^1.79.0
checksum: 10c0/b8d1cd0e97d03265066b3ccea26324888a437cc1d373436b83403cff7699659bf29e233802543be680763d0d026919a1f66bd0b05f46ec52ea948de1a6bfd3af
languageName: node
linkType: hard

Expand Down
Loading