From 5cc64185f560f59a6b11eadb8f2d6a341681e694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:47:56 +0000 Subject: [PATCH] chore(deps-dev): bump style-dictionary in /packages/design-tokens Bumps [style-dictionary](https://github.com/style-dictionary/style-dictionary) from 5.3.2 to 5.4.4. - [Release notes](https://github.com/style-dictionary/style-dictionary/releases) - [Changelog](https://github.com/style-dictionary/style-dictionary/blob/main/CHANGELOG.md) - [Commits](https://github.com/style-dictionary/style-dictionary/compare/v5.3.2...v5.4.4) --- updated-dependencies: - dependency-name: style-dictionary dependency-version: 5.4.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/design-tokens/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index e44308a6..1ba25167 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -30,6 +30,6 @@ "devDependencies": { "colorjs.io": "0.6.1", "tinycolor2": "1.6.0", - "style-dictionary": "5.3.2" + "style-dictionary": "5.4.4" } }