From a5942f089660875b9eda4f74054ce7755b2802e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 01:12:40 +0000 Subject: [PATCH] Bump @phcdevworks/spectre-ui from 2.10.0 to 3.1.0 Bumps [@phcdevworks/spectre-ui](https://github.com/phcdevworks/spectre-ui) from 2.10.0 to 3.1.0. - [Release notes](https://github.com/phcdevworks/spectre-ui/releases) - [Changelog](https://github.com/phcdevworks/spectre-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/phcdevworks/spectre-ui/compare/v2.10.0...v3.1.0) --- updated-dependencies: - dependency-name: "@phcdevworks/spectre-ui" dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 +++++++++++++++++++++++------------- package.json | 2 +- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bc14e0..2e08ae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@phcdevworks/spectre-shell-router": "^1.3.0", "@phcdevworks/spectre-shell-signals": "^1.2.0", "@phcdevworks/spectre-tokens": "^3.5.0", - "@phcdevworks/spectre-ui": "^2.10.0" + "@phcdevworks/spectre-ui": "^3.1.0" }, "devDependencies": { "@phcdevworks/spectre-manifest": "^1.1.0", @@ -602,9 +602,9 @@ } }, "node_modules/@phcdevworks/spectre-ui": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/@phcdevworks/spectre-ui/-/spectre-ui-2.10.0.tgz", - "integrity": "sha512-NiTjQTO3PlVYFtbUe2xfB0UKh5e/2orbPduQIP5Qdd3SbwioPiTjLohvWGBE+LazpNFBKnEsyvg4XHA136IPig==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@phcdevworks/spectre-ui/-/spectre-ui-3.1.0.tgz", + "integrity": "sha512-WG8YbWXIxRhxrgsomjEiEMG8PCgfjZC8KyH6RUfuc2+UG+VeySjnu0viid80zY00uwG/oYgajWhTF4N/w6Astg==", "funding": [ { "type": "github", @@ -613,14 +613,31 @@ ], "license": "MIT", "dependencies": { - "@phcdevworks/spectre-tokens": "^3.5.0" + "@phcdevworks/spectre-tokens": "^4.0.0" }, "engines": { "node": "^22.13.0 || >=24.0.0", "npm": ">=10.0.0" }, "peerDependencies": { - "tailwindcss": "^3.4.0 || ^4.0.0", + "typescript": "^5.0 || ^6.0 || ^7.0" + } + }, + "node_modules/@phcdevworks/spectre-ui/node_modules/@phcdevworks/spectre-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@phcdevworks/spectre-tokens/-/spectre-tokens-4.0.0.tgz", + "integrity": "sha512-QlfE7mCJWKv8WiiLByzYzZ2Sd0aPcOPFr9JHZGCRpZj9WyMkbZ0pMZqW71VVvgxafDYTt3gWLppqCJ3EgyZpAQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/phcdevworks" + } + ], + "license": "MIT", + "engines": { + "node": "^22.12.0 || >=24.0.0" + }, + "peerDependencies": { "typescript": "^5.0 || ^6.0 || ^7.0" } }, @@ -3111,13 +3128,6 @@ "dev": true, "license": "MIT" }, - "node_modules/tailwindcss": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.3.tgz", - "integrity": "sha512-gOhV3P7ufE62QDGg1zVaTgCR+EtPv92k2nIhVcVKcLmxT1sUBsQGhnZj175j+MqRt4zLF7ic+sCYjfhxMxj7YQ==", - "license": "MIT", - "peer": true - }, "node_modules/tinybench": { "version": "2.9.0", "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz", diff --git a/package.json b/package.json index 5230b3b..786c4b3 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@phcdevworks/spectre-shell-router": "^1.3.0", "@phcdevworks/spectre-shell-signals": "^1.2.0", "@phcdevworks/spectre-tokens": "^3.5.0", - "@phcdevworks/spectre-ui": "^2.10.0" + "@phcdevworks/spectre-ui": "^3.1.0" }, "allowScripts": { "esbuild@0.28.1": true