diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f48d2a468..e8785a7c6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,7 +16,7 @@ "@urql/exchange-refocus": "^1.0.2", "@urql/exchange-request-policy": "^1.0.2", "@vector-im/compound-design-tokens": "^0.0.3", - "@vector-im/compound-web": "^0.2.4", + "@vector-im/compound-web": "^0.2.8", "classnames": "^2.3.2", "date-fns": "^2.30.0", "graphql": "^16.7.1", @@ -9553,9 +9553,9 @@ } }, "node_modules/@vector-im/compound-web": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-0.2.4.tgz", - "integrity": "sha512-CRBZAYVQWbF/C+921KQ+DiimEHdd+UcOygHCU78qkeglOmZ0hZdKddGtOuIeZztYps2xSZAhG1RDVWvwmUHAnA==", + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@vector-im/compound-web/-/compound-web-0.2.8.tgz", + "integrity": "sha512-MRnCVIb68ln8moNExaAjMfSiSEHUiHyTpclvrcX/0b0dYyMDpjsFC+1GPT4RP9mqfltaPXb5m5xvOI5cdzKOHg==", "dependencies": { "@radix-ui/react-form": "^0.0.3", "classnames": "^2.3.2", diff --git a/frontend/package.json b/frontend/package.json index be0f8e5a8..6d1d1be35 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "@urql/exchange-refocus": "^1.0.2", "@urql/exchange-request-policy": "^1.0.2", "@vector-im/compound-design-tokens": "^0.0.3", - "@vector-im/compound-web": "^0.2.4", + "@vector-im/compound-web": "^0.2.8", "classnames": "^2.3.2", "date-fns": "^2.30.0", "graphql": "^16.7.1",