@savvy-web/pnpm-plugin-silk 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs +16 -7
- package/package.json +1 -1
- package/pnpmfile.cjs +16 -7
package/index.cjs
CHANGED
|
@@ -48,14 +48,23 @@ const silkCatalogs = {
|
|
|
48
48
|
},
|
|
49
49
|
silkPeers: {
|
|
50
50
|
"@biomejs/biome": "2.4.1",
|
|
51
|
-
"@
|
|
52
|
-
"@commitlint/
|
|
53
|
-
"@
|
|
54
|
-
"@
|
|
51
|
+
"@changesets/cli": "^2.29.0",
|
|
52
|
+
"@commitlint/cli": "^20.4.0",
|
|
53
|
+
"@commitlint/config-conventional": "^20.4.0",
|
|
54
|
+
"@microsoft/api-extractor": "^7.56.0",
|
|
55
|
+
"@rslib/core": "^0.19.6",
|
|
56
|
+
"@types/node": "^25.2.0",
|
|
55
57
|
"@typescript/native-preview": "^7.0.0-dev.20260124.1",
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
58
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
59
|
+
commitizen: "^4.3.0",
|
|
60
|
+
husky: "^9.1.0",
|
|
61
|
+
"lint-staged": "^16.2.0",
|
|
62
|
+
"markdownlint-cli2": "^0.21.0",
|
|
63
|
+
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
64
|
+
tsx: "^4.21.0",
|
|
65
|
+
turbo: "^2.8.0",
|
|
66
|
+
typescript: "^5.9.3",
|
|
67
|
+
vitest: "^4.0.18"
|
|
59
68
|
},
|
|
60
69
|
silkOverrides: {
|
|
61
70
|
"@isaacs/brace-expansion": "^5.0.1",
|
package/package.json
CHANGED
package/pnpmfile.cjs
CHANGED
|
@@ -254,14 +254,23 @@ var __webpack_exports__ = {};
|
|
|
254
254
|
},
|
|
255
255
|
silkPeers: {
|
|
256
256
|
"@biomejs/biome": "2.4.1",
|
|
257
|
-
"@
|
|
258
|
-
"@commitlint/
|
|
259
|
-
"@
|
|
260
|
-
"@
|
|
257
|
+
"@changesets/cli": "^2.29.0",
|
|
258
|
+
"@commitlint/cli": "^20.4.0",
|
|
259
|
+
"@commitlint/config-conventional": "^20.4.0",
|
|
260
|
+
"@microsoft/api-extractor": "^7.56.0",
|
|
261
|
+
"@rslib/core": "^0.19.6",
|
|
262
|
+
"@types/node": "^25.2.0",
|
|
261
263
|
"@typescript/native-preview": "^7.0.0-dev.20260124.1",
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
264
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
265
|
+
commitizen: "^4.3.0",
|
|
266
|
+
husky: "^9.1.0",
|
|
267
|
+
"lint-staged": "^16.2.0",
|
|
268
|
+
"markdownlint-cli2": "^0.21.0",
|
|
269
|
+
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
270
|
+
tsx: "^4.21.0",
|
|
271
|
+
turbo: "^2.8.0",
|
|
272
|
+
typescript: "^5.9.3",
|
|
273
|
+
vitest: "^4.0.18"
|
|
265
274
|
},
|
|
266
275
|
silkOverrides: {
|
|
267
276
|
"@isaacs/brace-expansion": "^5.0.1",
|