diff --git a/package-lock.json b/package-lock.json index c99654871..635e6112e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2083,7 +2083,6 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", - "extraneous": true, "inBundle": true, "license": "MIT", "engines": { @@ -32035,10 +32034,11 @@ } }, "packages/components/icon-button": { + "name": "@spark-ui/icon-button", "version": "1.0.0", "dependencies": { "@spark-ui/button": "^1.6.0", - "class-variance-authority": "0.4.0" + "class-variance-authority": "0.5.2" }, "peerDependencies": { "react": "^16.8 || ^17.0 || ^18.0", @@ -32046,22 +32046,6 @@ "tailwindcss": "^3.0.0" } }, - "packages/components/icon-button/node_modules/class-variance-authority": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.4.0.tgz", - "integrity": "sha512-74enNN8O9ZNieycac/y8FxqgyzZhZbxmCitAtAeUrLPlxjSd5zA7LfpprmxEcOmQBnaGs5hYhiSGnJ0mqrtBLQ==", - "funding": { - "url": "https://joebell.co.uk" - }, - "peerDependencies": { - "typescript": ">= 4.5.5 < 5" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, "packages/components/icons": { "name": "@spark-ui/icons", "version": "1.7.4", @@ -34051,8 +34035,7 @@ "dependencies": { "is-unicode-supported": { "version": "1.3.0", - "bundled": true, - "extraneous": true + "bundled": true } } }, @@ -39784,14 +39767,7 @@ "version": "file:packages/components/icon-button", "requires": { "@spark-ui/button": "^1.6.0", - "class-variance-authority": "0.4.0" - }, - "dependencies": { - "class-variance-authority": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.4.0.tgz", - "integrity": "sha512-74enNN8O9ZNieycac/y8FxqgyzZhZbxmCitAtAeUrLPlxjSd5zA7LfpprmxEcOmQBnaGs5hYhiSGnJ0mqrtBLQ==" - } + "class-variance-authority": "0.5.2" } }, "@spark-ui/icons": { diff --git a/packages/components/icon-button/package.json b/packages/components/icon-button/package.json index 53f5e0f5f..c7e6654f9 100644 --- a/packages/components/icon-button/package.json +++ b/packages/components/icon-button/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@spark-ui/button": "^1.6.0", - "class-variance-authority": "0.4.0" + "class-variance-authority": "0.5.2" }, "peerDependencies": { "react": "^16.8 || ^17.0 || ^18.0",