diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a3115a2a4..896016644 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "@urql/devtools": "^2.0.3", "@urql/exchange-refocus": "^1.1.0", "@urql/exchange-request-policy": "^1.2.0", - "@vector-im/compound-design-tokens": "1.8.0", + "@vector-im/compound-design-tokens": "1.9.0", "@vector-im/compound-web": "^7.1.0", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", @@ -64,7 +64,6 @@ "postcss": "^8.4.47", "postcss-modules": "^6.0.0", "postcss-nesting": "^13.0.0", - "prettier": "3.3.3", "react-test-renderer": "^18.3.1", "rimraf": "^6.0.1", "storybook": "^8.3.5", @@ -6258,10 +6257,9 @@ } }, "node_modules/@vector-im/compound-design-tokens": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@vector-im/compound-design-tokens/-/compound-design-tokens-1.8.0.tgz", - "integrity": "sha512-PtQMG7kDzwtjw/fLKD63uWP5rJ8cgWc/aXarfEzxYUf9ceWxBajnYOBI2jDqtE3WIUe9uTVBzNEvmOBG/VIgTA==", - "license": "Apache-2.0", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@vector-im/compound-design-tokens/-/compound-design-tokens-1.9.0.tgz", + "integrity": "sha512-09eIRJSiWtAqK605eIu+PfT1ugu7u13gkvfxvfN7kjJMHQOzHSvDxmwADmfIzlV7oBQ8M+5D4KSKHNskvMxWsA==", "peerDependencies": { "@types/react": "*", "react": "^17 || ^18" diff --git a/frontend/package.json b/frontend/package.json index 3102cfa97..54ed32a86 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "@urql/devtools": "^2.0.3", "@urql/exchange-refocus": "^1.1.0", "@urql/exchange-request-policy": "^1.2.0", - "@vector-im/compound-design-tokens": "1.8.0", + "@vector-im/compound-design-tokens": "1.9.0", "@vector-im/compound-web": "^7.1.0", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4",