From ebcd6222fdb7b158b3de29de7d2b28546dfd181c Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Fri, 16 Feb 2024 19:19:09 +0100 Subject: [PATCH] Upgrade compound-web to remove React warning --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a5fd6603..ac9c318f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21,7 +21,7 @@ "@urql/exchange-refocus": "^1.0.2", "@urql/exchange-request-policy": "^1.0.2", "@vector-im/compound-design-tokens": "1.0.0", - "@vector-im/compound-web": "^3.1.1", + "@vector-im/compound-web": "^3.1.2", "classnames": "^2.5.1", "date-fns": "^3.3.1", "graphql": "^16.8.1", @@ -9330,9 +9330,9 @@ } }, "node_modules/@vector-im/compound-web": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-3.1.1.tgz", - "integrity": "sha512-s+YQsMi5DotbHy47zP9Mrz19a4Vb0HF76JoHAita7QJkSqx+w/p1NECH4WTUnklbe8W3T5kVwSuwEx9eV8c2ZA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-3.1.2.tgz", + "integrity": "sha512-JTKnGBO0wHPOdcHvqc1tG/KQ6+OSDXgmjQnT0bNvu+FH3wVdFJ+t1PB9mlV/SFunxqNWrDZyPVzX3BGkoNSLtw==", "dependencies": { "@radix-ui/react-context-menu": "^2.1.5", "@radix-ui/react-dropdown-menu": "^2.0.6", diff --git a/frontend/package.json b/frontend/package.json index 725d0ab3..9a16193c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "@urql/exchange-refocus": "^1.0.2", "@urql/exchange-request-policy": "^1.0.2", "@vector-im/compound-design-tokens": "1.0.0", - "@vector-im/compound-web": "^3.1.1", + "@vector-im/compound-web": "^3.1.2", "classnames": "^2.5.1", "date-fns": "^3.3.1", "graphql": "^16.8.1",