From 195c616e76fcd117f17659e8cc77d4ff13bca672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 13:26:16 +0000 Subject: [PATCH] build(deps): bump @vector-im/compound-design-tokens in /frontend Bumps [@vector-im/compound-design-tokens](https://github.com/vector-im/compound-design-tokens) from 4.0.5 to 5.0.1. - [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/v4.0.5...v5.0.1) --- updated-dependencies: - dependency-name: "@vector-im/compound-design-tokens" dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 9 +++++---- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a30c13c6b..9454a7594 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "@radix-ui/react-dialog": "^1.1.14", "@tanstack/react-query": "^5.81.5", "@tanstack/react-router": "^1.125.6", - "@vector-im/compound-design-tokens": "4.0.5", + "@vector-im/compound-design-tokens": "5.0.1", "@vector-im/compound-web": "^8.1.2", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4", @@ -5736,9 +5736,10 @@ } }, "node_modules/@vector-im/compound-design-tokens": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@vector-im/compound-design-tokens/-/compound-design-tokens-4.0.5.tgz", - "integrity": "sha512-tZqcQhdp854SuBduP+A11xQ2FXk2vT7RXoklDF9jA3p5fLl83OJ66fjsqRdb5UUmfkfs2tM6fFWQiuymT9kx4Q==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@vector-im/compound-design-tokens/-/compound-design-tokens-5.0.1.tgz", + "integrity": "sha512-PbxhjfHsVGBmrioM7iZ1wgcG8KIZRcnHIJhhEpWascWQwJ9lRm1K7ixV7sjwPWYQlmweSUB8jz4qmp7VTrxWng==", + "license": "SEE LICENSE IN README.md", "peerDependencies": { "@types/react": "*", "react": "^17 || ^18 || ^19.0.0" diff --git a/frontend/package.json b/frontend/package.json index 433eb368d..f74835756 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "@radix-ui/react-dialog": "^1.1.14", "@tanstack/react-query": "^5.81.5", "@tanstack/react-router": "^1.125.6", - "@vector-im/compound-design-tokens": "4.0.5", + "@vector-im/compound-design-tokens": "5.0.1", "@vector-im/compound-web": "^8.1.2", "@zxcvbn-ts/core": "^3.0.4", "@zxcvbn-ts/language-common": "^3.0.4",