Skip to content

Commit

Permalink
fix(deps): update internal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 00f5a91 commit 7ec613e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@
"ts-jest": "27.1.5",
"tsc-alias": "1.8.10",
"typescript": "4.9.5",
"vanilla-framework": "4.17.1",
"vanilla-framework": "4.18.2",
"wait-on": "5.3.0",
"webpack": "5.95.0"
},
"dependencies": {
"@canonical/react-components": "1.7.0",
"@canonical/react-components": "1.7.1",
"@types/jest": "27.5.2",
"@types/node": "18.19.55",
"@types/react": "17.0.83",
Expand All @@ -104,7 +104,7 @@
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0",
"vanilla-framework": "4.17.1"
"vanilla-framework": "4.18.2"
},
"scripts": {
"build": "rm -rf dist && yarn build-local; yarn build-declaration",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1142,10 +1142,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@canonical/[email protected].0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@canonical/react-components/-/react-components-1.7.0.tgz#e1863b92a0115e9a1d64d894b32197cb4b19b912"
integrity sha512-L+H99qfv6lIpHDfiMLQutN7VPYBCyu8SezWvOkomfixL4OsdFPw0Whr92l85p553BN9FyXjtEyqX8s+D1U0JlQ==
"@canonical/[email protected].1":
version "1.7.1"
resolved "https://registry.yarnpkg.com/@canonical/react-components/-/react-components-1.7.1.tgz#5202774abac6d858896a857cd24ae3746f7fcabb"
integrity sha512-ekd7tE+yiABdFikTyqr7n6Rwggo02b2tEvnNvEtY01S56qRBnhJFilDgebe8nZX/A/1ukzs0PYOzi2kD8SwIKA==
dependencies:
"@types/jest" "29.5.12"
"@types/node" "20.16.3"
Expand Down Expand Up @@ -11814,10 +11814,10 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0"

vanilla-framework@4.17.1:
version "4.17.1"
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-4.17.1.tgz#8f0913e51bbe14ec3ed0686fe4f91ab7685eda41"
integrity sha512-vmjx08LnGnNC37GF4shnrknmWhjV1Xq2LciBvzIBZFy4zCVbDO7O2HJbPvXzLkWClgICk7zkpnKJMVBAUk4wjA==
vanilla-framework@4.18.2:
version "4.18.2"
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-4.18.2.tgz#b84bc1d95171ce44bafc141a03c7fec71587201b"
integrity sha512-wY+uO8rYEQzWspK6oddr0tHFFEE+GzqIgBoy5mku4W+2aeE259TfUHPCFNbpWRImQ8KShlYCYBcQ+ve+tGRB4g==

vary@~1.1.2:
version "1.1.2"
Expand Down

0 comments on commit 7ec613e

Please sign in to comment.