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 Aug 31, 2023
1 parent b9674a0 commit 584e6c5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@canonical/macaroon-bakery": "1.3.2",
"@canonical/react-components": "0.46.0",
"@canonical/react-components": "0.47.0",
"@reduxjs/toolkit": "1.9.3",
"@sentry/browser": "5.30.0",
"classnames": "2.3.2",
Expand Down Expand Up @@ -73,7 +73,7 @@
"redux-saga": "1.2.2",
"typed-redux-saga": "1.5.0",
"typescript": "5.1.3",
"vanilla-framework": "4.0.0",
"vanilla-framework": "4.2.0",
"yup": "0.32.11"
},
"devDependencies": {
Expand Down Expand Up @@ -122,7 +122,7 @@
"nodemon": "3.0.1",
"npm-package-json-lint": "7.0.0",
"postcss-normalize": "10.0.1",
"prettier": "2.8.4",
"prettier": "2.8.8",
"redux-mock-store": "1.5.4",
"redux-saga-test-plan": "4.0.6",
"sass": "1.58.3",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1925,10 +1925,10 @@
"@types/sjcl" "1.0.30"
macaroon "3.0.4"

"@canonical/react-components@0.46.0":
version "0.46.0"
resolved "https://registry.yarnpkg.com/@canonical/react-components/-/react-components-0.46.0.tgz#1013f826fee440db571f5f462781bb78e50d66cb"
integrity sha512-SnGTflRfbigxpa+wQHqBgZucIQ0iM41w7sBztjC6TYEYDM4VlFRiyyALfscDApc0RqRYdQ2d5xH/2gFKn/nVgg==
"@canonical/react-components@0.47.0":
version "0.47.0"
resolved "https://registry.yarnpkg.com/@canonical/react-components/-/react-components-0.47.0.tgz#1c6c29052eb07cb794ab0e9f50e206ab523b8232"
integrity sha512-6iIaw5qqJ7bD3M9mGbmh9Ej/uRl6Zi3BsHtotThXQKvvJr4aA7qhh8cISS+zLh/zfJ2a7J1MLc/151PlcSsK6g==
dependencies:
"@types/jest" "27.5.2"
"@types/node" "18.16.18"
Expand Down Expand Up @@ -9963,10 +9963,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@2.8.4:
version "2.8.4"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3"
integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==
prettier@2.8.8:
version "2.8.8"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==

pretty-bytes@^5.3.0, pretty-bytes@^5.4.1, pretty-bytes@^5.6.0:
version "5.6.0"
Expand Down Expand Up @@ -12144,10 +12144,10 @@ value-equal@^1.0.1:
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==

vanilla-framework@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-4.0.0.tgz#a2fee9bd9763ebd6932b764f9d66484dc177d4cc"
integrity sha512-fiPnmaTUe15l5MRNJ6IsiJ8qiunfmgtLETOFltaYiE/bQKL7xTI+riBak2iygBKeF1y0Gi/GxUNt4hyb6xDPKA==
vanilla-framework@4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-4.2.0.tgz#7391818e31ff4fdf222e8e1d45f2861ccf502282"
integrity sha512-Y+Ps2CWDp1v5uzUq2tv+T8LjUfHOgdDVhsarGFPa5ICSmXYS/w/2tWyNr1LAbJtZdYAuFOXDHSqYl0aCnGRUTg==

vary@~1.1.2:
version "1.1.2"
Expand Down

0 comments on commit 584e6c5

Please sign in to comment.