diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 13ed4d5f0..6d5bd8d49 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "@urql/exchange-refocus": "^1.1.0", "@urql/exchange-request-policy": "^1.2.0", "@vector-im/compound-design-tokens": "1.9.0", - "@vector-im/compound-web": "^7.1.0", + "@vector-im/compound-web": "^7.2.0", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1", @@ -5647,10 +5647,9 @@ } }, "node_modules/@vector-im/compound-web": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-7.1.0.tgz", - "integrity": "sha512-b2q5lSemKnWCA0rHTWyfw5I+ZsQzAJCTL6Zya79vArptaQBxLksjAubErsOG80uRqwAiNUZUx+13eaxKXZI1Sw==", - "license": "Apache-2.0", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-7.2.0.tgz", + "integrity": "sha512-wOT2kSo936FSBG1CsZ1vmHLwTTWBq9OBBfq76sM95rUawRSQCCWnjFMLTiacRvxBHucZaSNsfhpJH3oZcrOexw==", "dependencies": { "@floating-ui/react": "^0.26.24", "@radix-ui/react-context-menu": "^2.2.1", @@ -5668,7 +5667,7 @@ "@fontsource/inter": "^5", "@types/react": "*", "@vector-im/compound-design-tokens": ">=1.6.1 <2.0.0", - "react": "^17 || ^18" + "react": "^18" }, "peerDependenciesMeta": { "@types/react": { diff --git a/frontend/package.json b/frontend/package.json index 90333aa82..8a033377c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "@urql/exchange-refocus": "^1.1.0", "@urql/exchange-request-policy": "^1.2.0", "@vector-im/compound-design-tokens": "1.9.0", - "@vector-im/compound-web": "^7.1.0", + "@vector-im/compound-web": "^7.2.0", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", "classnames": "^2.5.1",