@savvy-web/pnpm-plugin-silk 0.16.0 → 0.16.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/catalogs/generated.js +1 -0
- package/package.json +1 -1
- package/pnpmfile.cjs +1 -0
- package/pnpmfile.mjs +1 -0
package/catalogs/generated.js
CHANGED
package/package.json
CHANGED
package/pnpmfile.cjs
CHANGED
|
@@ -13483,6 +13483,7 @@ const silkCatalogs = {
|
|
|
13483
13483
|
},
|
|
13484
13484
|
silkOverrides: {
|
|
13485
13485
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
13486
|
+
"@types/node": "catalog:silk",
|
|
13486
13487
|
lodash: "^4.17.23",
|
|
13487
13488
|
"markdown-it": "^14.1.1",
|
|
13488
13489
|
minimatch: ">=10.2.3",
|
package/pnpmfile.mjs
CHANGED
|
@@ -13482,6 +13482,7 @@ const silkCatalogs = {
|
|
|
13482
13482
|
},
|
|
13483
13483
|
silkOverrides: {
|
|
13484
13484
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
13485
|
+
"@types/node": "catalog:silk",
|
|
13485
13486
|
lodash: "^4.17.23",
|
|
13486
13487
|
"markdown-it": "^14.1.1",
|
|
13487
13488
|
minimatch: ">=10.2.3",
|