From 59441fc750da43eb3b759dbe3819456ccadfd6bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 18:52:41 +0000 Subject: [PATCH] chore(deps): Bump @ankh-studio/themes from 0.1.3 to 0.2.1 Bumps [@ankh-studio/themes](https://github.com/Ankh-Studio/themes) from 0.1.3 to 0.2.1. - [Release notes](https://github.com/Ankh-Studio/themes/releases) - [Commits](https://github.com/Ankh-Studio/themes/compare/v0.1.3...v0.2.1) --- updated-dependencies: - dependency-name: "@ankh-studio/themes" dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf006ef..6e3463a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ankh-studio/components", - "version": "0.1.2", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ankh-studio/components", - "version": "0.1.2", + "version": "0.1.4", "license": "MIT", "dependencies": { - "@ankh-studio/themes": "^0.1.3", + "@ankh-studio/themes": "^0.2.1", "clsx": "^2.1.1" }, "devDependencies": { @@ -46,9 +46,9 @@ "license": "MIT" }, "node_modules/@ankh-studio/themes": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@ankh-studio/themes/-/themes-0.1.3.tgz", - "integrity": "sha512-llumKYuuitNkoRsrtHavz9NAQj9FGw6UeW3rR/cIS7kIO2c7iwJ8KdrhPxZ0MlwsvEmIvRhQ/WnOlEkLkPBJLw==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@ankh-studio/themes/-/themes-0.2.1.tgz", + "integrity": "sha512-bhLa+smvoQqS1Ihmi5jQ1u8YXHj1fENGeC2/pgpzWoU5miAHXfe08eSauhs4ergdx5j/ZzpRkIcAnJw5qqKS1A==", "license": "MIT", "dependencies": { "@ankh-studio/tokens": "^0.5.8" diff --git a/package.json b/package.json index ff481dd..33e43fd 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "vitest-axe": "^0.1.0" }, "dependencies": { - "@ankh-studio/themes": "^0.1.3", + "@ankh-studio/themes": "^0.2.1", "clsx": "^2.1.1" } }