Skip to content

Commit aabd0d6

Browse files
fix(deps): update dependency @canonical/react-components to v1
1 parent cb06baf commit aabd0d6

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@canonical/maas-react-components": "1.28.0",
4949
"@canonical/macaroon-bakery": "1.3.2",
50-
"@canonical/react-components": "0.55.0",
50+
"@canonical/react-components": "1.7.3",
5151
"@redux-devtools/extension": "3.3.0",
5252
"@reduxjs/toolkit": "1.9.7",
5353
"@sentry/browser": "5.30.0",

yarn.lock

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,14 +2154,14 @@
21542154
"@types/sjcl" "1.0.30"
21552155
macaroon "3.0.4"
21562156

2157-
"@canonical/react-components@0.55.0":
2158-
version "0.55.0"
2159-
resolved "https://registry.yarnpkg.com/@canonical/react-components/-/react-components-0.55.0.tgz#803545bbed83f75a824927430fff2e2a8f2dc5bc"
2160-
integrity sha512-6SVuQhq3nFsYqOxL65IYgfWds5vGH7IHB8OrEs6d4jVzmkgjisNyPwlAMj64hsCulOVGSXOgg5cbHk/FI8Wjwg==
2157+
"@canonical/react-components@1.7.3":
2158+
version "1.7.3"
2159+
resolved "https://registry.yarnpkg.com/@canonical/react-components/-/react-components-1.7.3.tgz#1a5529d0c71a5362edfeee6971324e6feefc1454"
2160+
integrity sha512-+MxpZdLhHacZzbyN4CJ3YrTtLBD/grcgkhedC6Xp7+xuwwXOJivnIbNxqRbml2k+nEhPRkKpNa1y8e17nlD+nA==
21612161
dependencies:
21622162
"@types/jest" "29.5.12"
2163-
"@types/node" "20.12.11"
2164-
"@types/react" "18.3.1"
2163+
"@types/node" "20.16.3"
2164+
"@types/react" "18.3.5"
21652165
"@types/react-dom" "18.3.0"
21662166
"@types/react-table" "7.7.20"
21672167
classnames "2.5.1"
@@ -4962,20 +4962,20 @@
49624962
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.10.tgz#7aa732cc47341c12a16b7d562f519c2383b6d4fc"
49634963
integrity sha512-S63Dlv4zIPb8x6MMTgDq5WWRJQe56iBEY0O3SOFA9JrRienkOVDXSXBjjJw6HTNQYSE2JI6GMCR6LVbIMHJVvA==
49644964

4965-
"@types/node@20.12.11":
4966-
version "20.12.11"
4967-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.11.tgz#c4ef00d3507000d17690643278a60dc55a9dc9be"
4968-
integrity sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==
4969-
dependencies:
4970-
undici-types "~5.26.4"
4971-
49724965
"@types/node@20.12.12":
49734966
version "20.12.12"
49744967
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050"
49754968
integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==
49764969
dependencies:
49774970
undici-types "~5.26.4"
49784971

4972+
"@types/node@20.16.3":
4973+
version "20.16.3"
4974+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.3.tgz#7b4f9a37091cf03a0c2561bf76a9a55f03f4f523"
4975+
integrity sha512-/wdGiWRkMOm53gAsSyFMXFZHbVg7C6CbkrzHNpaHoYfsUWPg7m6ZRKtvQjgvQ9i8WT540a3ydRlRQbxjY30XxQ==
4976+
dependencies:
4977+
undici-types "~6.19.2"
4978+
49794979
"@types/node@^18.0.0":
49804980
version "18.19.21"
49814981
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.21.tgz#f4ca1ac8ffb05ee4b89163c2d6fac9a1a59ee149"
@@ -5078,7 +5078,7 @@
50785078
dependencies:
50795079
"@types/react" "*"
50805080

5081-
"@types/react@*", "@types/react@18.3.1", "@types/react@18.3.3", "@types/react@>=16":
5081+
"@types/react@*", "@types/react@18.3.3", "@types/react@18.3.5", "@types/react@>=16":
50825082
version "18.3.3"
50835083
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
50845084
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
@@ -13734,6 +13734,11 @@ undici-types@~5.26.4:
1373413734
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1373513735
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1373613736

13737+
undici-types@~6.19.2:
13738+
version "6.19.8"
13739+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
13740+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
13741+
1373713742
unicode-canonical-property-names-ecmascript@^2.0.0:
1373813743
version "2.0.0"
1373913744
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)