build: pin stylelint toolchain dev-dependencies exactly

The direct dependency pin guard fails on main since #113971 added four
caret-ranged devDependencies; resolved versions equal the range minimums,
so this only normalizes the specs in package.json and the lockfile
specifier fields.
This commit is contained in:
Peter Steinberger
2026-07-25 20:02:29 -07:00
parent 08138cabe0
commit 511a76b23b
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -1985,17 +1985,17 @@
"jscpd": "4.2.4",
"jsdom": "29.1.1",
"lit": "3.3.3",
"lit-analyzer": "^2.0.3",
"lit-analyzer": "2.0.3",
"oxfmt": "0.60.0",
"oxlint": "1.74.0",
"oxlint-tsgolint": "0.25.0",
"playwright": "1.61.1",
"postcss-lit": "^1.4.1",
"postcss-lit": "1.4.1",
"shiki": "4.3.1",
"signal-utils": "0.21.1",
"sigstore": "5.0.0",
"stylelint": "^17.14.1",
"stylelint-config-recommended": "^18.0.0",
"stylelint": "17.14.1",
"stylelint-config-recommended": "18.0.0",
"tsdown": "0.22.1",
"tsx": "4.23.1",
"unrun": "0.3.1",
+4 -4
View File
@@ -311,7 +311,7 @@ importers:
specifier: 3.3.3
version: 3.3.3
lit-analyzer:
specifier: ^2.0.3
specifier: 2.0.3
version: 2.0.3
oxfmt:
specifier: 0.60.0
@@ -326,7 +326,7 @@ importers:
specifier: 1.61.1
version: 1.61.1
postcss-lit:
specifier: ^1.4.1
specifier: 1.4.1
version: 1.4.1(jiti@2.7.0)(postcss@8.5.21)(supports-color@10.2.2)(tsx@4.23.1)(yaml@2.9.0)
shiki:
specifier: 4.3.1
@@ -338,10 +338,10 @@ importers:
specifier: 5.0.0
version: 5.0.0(supports-color@7.2.0)
stylelint:
specifier: ^17.14.1
specifier: 17.14.1
version: 17.14.1(supports-color@10.2.2)(typescript@6.0.3)
stylelint-config-recommended:
specifier: ^18.0.0
specifier: 18.0.0
version: 18.0.0(stylelint@17.14.1(supports-color@10.2.2)(typescript@6.0.3))
tsdown:
specifier: 0.22.1