@savvy-web/pnpm-plugin-silk 0.6.0 → 0.6.2
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 +19 -7
- package/package.json +1 -1
- package/pnpmfile.cjs +19 -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",
|
|
@@ -81,12 +90,15 @@ const silkCatalogs = {
|
|
|
81
90
|
"@commitlint/cz-commitlint",
|
|
82
91
|
"@microsoft/api-extractor",
|
|
83
92
|
"@rslib/core",
|
|
93
|
+
"@types/node",
|
|
84
94
|
"@typescript/native-preview",
|
|
85
95
|
"@vitest/coverage-v8",
|
|
96
|
+
"commitizen",
|
|
86
97
|
"husky",
|
|
87
98
|
"lint-staged",
|
|
88
99
|
"markdownlint-cli2",
|
|
89
100
|
"markdownlint-cli2-formatter-codequality",
|
|
101
|
+
"tsx",
|
|
90
102
|
"turbo",
|
|
91
103
|
"typescript",
|
|
92
104
|
"vitest"
|
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",
|
|
@@ -287,12 +296,15 @@ var __webpack_exports__ = {};
|
|
|
287
296
|
"@commitlint/cz-commitlint",
|
|
288
297
|
"@microsoft/api-extractor",
|
|
289
298
|
"@rslib/core",
|
|
299
|
+
"@types/node",
|
|
290
300
|
"@typescript/native-preview",
|
|
291
301
|
"@vitest/coverage-v8",
|
|
302
|
+
"commitizen",
|
|
292
303
|
"husky",
|
|
293
304
|
"lint-staged",
|
|
294
305
|
"markdownlint-cli2",
|
|
295
306
|
"markdownlint-cli2-formatter-codequality",
|
|
307
|
+
"tsx",
|
|
296
308
|
"turbo",
|
|
297
309
|
"typescript",
|
|
298
310
|
"vitest"
|