@savvy-web/pnpm-plugin-silk 0.5.1 → 0.5.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 +5 -4
- package/package.json +1 -1
- package/pnpmfile.cjs +5 -4
package/index.cjs
CHANGED
|
@@ -34,7 +34,7 @@ const silkCatalogs = {
|
|
|
34
34
|
"@microsoft/api-extractor": "^7.56.3",
|
|
35
35
|
"@rslib/core": "^0.19.6",
|
|
36
36
|
"@types/node": "^25.2.3",
|
|
37
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
37
|
+
"@typescript/native-preview": "^7.0.0-dev.20260215.1",
|
|
38
38
|
"@vitest/coverage-v8": "^4.0.18",
|
|
39
39
|
commitizen: "^4.3.1",
|
|
40
40
|
husky: "^9.1.7",
|
|
@@ -47,7 +47,7 @@ const silkCatalogs = {
|
|
|
47
47
|
vitest: "^4.0.18"
|
|
48
48
|
},
|
|
49
49
|
silkPeers: {
|
|
50
|
-
"@biomejs/biome": "2.
|
|
50
|
+
"@biomejs/biome": "2.4.0",
|
|
51
51
|
"@commitlint/cli": "^20.4.1",
|
|
52
52
|
"@commitlint/config-conventional": "^20.4.1",
|
|
53
53
|
"@microsoft/api-extractor": "^7.56.2",
|
|
@@ -58,8 +58,9 @@ const silkCatalogs = {
|
|
|
58
58
|
typescript: "^5.9.3"
|
|
59
59
|
},
|
|
60
60
|
silkOverrides: {
|
|
61
|
-
"@isaacs/brace-expansion": "
|
|
62
|
-
lodash: "
|
|
61
|
+
"@isaacs/brace-expansion": "^5.0.1",
|
|
62
|
+
lodash: "^4.17.23",
|
|
63
|
+
"markdown-it": "^14.1.1",
|
|
63
64
|
tmp: "^0.2.4"
|
|
64
65
|
},
|
|
65
66
|
silkOnlyBuiltDependencies: [
|
package/package.json
CHANGED
package/pnpmfile.cjs
CHANGED
|
@@ -240,7 +240,7 @@ var __webpack_exports__ = {};
|
|
|
240
240
|
"@microsoft/api-extractor": "^7.56.3",
|
|
241
241
|
"@rslib/core": "^0.19.6",
|
|
242
242
|
"@types/node": "^25.2.3",
|
|
243
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
243
|
+
"@typescript/native-preview": "^7.0.0-dev.20260215.1",
|
|
244
244
|
"@vitest/coverage-v8": "^4.0.18",
|
|
245
245
|
commitizen: "^4.3.1",
|
|
246
246
|
husky: "^9.1.7",
|
|
@@ -253,7 +253,7 @@ var __webpack_exports__ = {};
|
|
|
253
253
|
vitest: "^4.0.18"
|
|
254
254
|
},
|
|
255
255
|
silkPeers: {
|
|
256
|
-
"@biomejs/biome": "2.
|
|
256
|
+
"@biomejs/biome": "2.4.0",
|
|
257
257
|
"@commitlint/cli": "^20.4.1",
|
|
258
258
|
"@commitlint/config-conventional": "^20.4.1",
|
|
259
259
|
"@microsoft/api-extractor": "^7.56.2",
|
|
@@ -264,8 +264,9 @@ var __webpack_exports__ = {};
|
|
|
264
264
|
typescript: "^5.9.3"
|
|
265
265
|
},
|
|
266
266
|
silkOverrides: {
|
|
267
|
-
"@isaacs/brace-expansion": "
|
|
268
|
-
lodash: "
|
|
267
|
+
"@isaacs/brace-expansion": "^5.0.1",
|
|
268
|
+
lodash: "^4.17.23",
|
|
269
|
+
"markdown-it": "^14.1.1",
|
|
269
270
|
tmp: "^0.2.4"
|
|
270
271
|
},
|
|
271
272
|
silkOnlyBuiltDependencies: [
|