1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-24 23:01:05 +03:00

Upgrade compound-web to remove React warning

This commit is contained in:
Quentin Gliech
2024-02-16 19:19:09 +01:00
parent b7030f1ac7
commit ebcd6222fd
2 changed files with 5 additions and 5 deletions

View File

@@ -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",

View File

@@ -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",