From 5b61ee89d633f3c5dbd790f1652c474bb36e05c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:00:03 +0200 Subject: [PATCH] build(deps): bump @vector-im/compound-design-tokens in /frontend (#3404) Bumps [@vector-im/compound-design-tokens](https://github.com/vector-im/compound-design-tokens) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/vector-im/compound-design-tokens/releases) - [Changelog](https://github.com/element-hq/compound-design-tokens/blob/main/docs/release.md) - [Commits](https://github.com/vector-im/compound-design-tokens/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: "@vector-im/compound-design-tokens" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 10 ++++------ frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) 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",