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" } }