@savvy-web/pnpm-plugin-silk 0.23.1 → 0.23.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.js +10 -8
- package/package.json +1 -1
- package/pnpmfile.cjs +10 -8
- package/pnpmfile.mjs +10 -8
package/index.js
CHANGED
|
@@ -41,8 +41,9 @@ const catalogs = /* @__PURE__ */ new Map([["silk", /* @__PURE__ */ new Map([
|
|
|
41
41
|
["@effect/workflow", "^0.18.2"],
|
|
42
42
|
["@rsbuild/core", "^2.1.5"],
|
|
43
43
|
["@rspress/core", "^2.0.17"],
|
|
44
|
-
["@tsdown/css", "^0.22.
|
|
45
|
-
["@tsdown/exe", "^0.22.
|
|
44
|
+
["@tsdown/css", "^0.22.7"],
|
|
45
|
+
["@tsdown/exe", "^0.22.7"],
|
|
46
|
+
["@types/bun", "^1.3.14"],
|
|
46
47
|
["@types/node", "^26.1.1"],
|
|
47
48
|
["@types/react", "^19.2.17"],
|
|
48
49
|
["@types/react-dom", "^19.2.3"],
|
|
@@ -57,13 +58,13 @@ const catalogs = /* @__PURE__ */ new Map([["silk", /* @__PURE__ */ new Map([
|
|
|
57
58
|
["react", "^19.2.7"],
|
|
58
59
|
["react-dom", "^19.2.7"],
|
|
59
60
|
["rolldown", "^1.1.5"],
|
|
60
|
-
["tsdown", "^0.22.
|
|
61
|
-
["tsx", "^4.23.
|
|
61
|
+
["tsdown", "^0.22.7"],
|
|
62
|
+
["tsx", "^4.23.1"],
|
|
62
63
|
["turbo", "^2.10.4"],
|
|
63
64
|
["typescript", "^7.0.2"],
|
|
64
65
|
["vitest", "^4.1.10"]
|
|
65
66
|
])], ["silkPeers", /* @__PURE__ */ new Map([
|
|
66
|
-
["@changesets/cli", "^3.0.0
|
|
67
|
+
["@changesets/cli", "^3.0.0"],
|
|
67
68
|
["@commitlint/cli", "^21.2.1"],
|
|
68
69
|
["@commitlint/config-conventional", "^21.2.0"],
|
|
69
70
|
["@effect/ai", "^0.36.0"],
|
|
@@ -104,8 +105,9 @@ const catalogs = /* @__PURE__ */ new Map([["silk", /* @__PURE__ */ new Map([
|
|
|
104
105
|
["@effect/workflow", "^0.18.2"],
|
|
105
106
|
["@rsbuild/core", "^2.1.0"],
|
|
106
107
|
["@rspress/core", "^2.0.0"],
|
|
107
|
-
["@tsdown/css", "^0.22.
|
|
108
|
-
["@tsdown/exe", "^0.22.
|
|
108
|
+
["@tsdown/css", "^0.22.7"],
|
|
109
|
+
["@tsdown/exe", "^0.22.7"],
|
|
110
|
+
["@types/bun", "^1.3.14"],
|
|
109
111
|
["@types/node", "^26.1.0"],
|
|
110
112
|
["@types/react", "^19.2.0"],
|
|
111
113
|
["@types/react-dom", "^19.2.0"],
|
|
@@ -121,7 +123,7 @@ const catalogs = /* @__PURE__ */ new Map([["silk", /* @__PURE__ */ new Map([
|
|
|
121
123
|
["react-dom", "^19.2.0"],
|
|
122
124
|
["rolldown", "^1.1.0"],
|
|
123
125
|
["tsdown", "^0.22.0"],
|
|
124
|
-
["tsx", "^4.23.
|
|
126
|
+
["tsx", "^4.23.1"],
|
|
125
127
|
["turbo", "^2.10.4"],
|
|
126
128
|
["typescript", "^7.0.0"],
|
|
127
129
|
["vitest", "^4.1.0"]
|
package/package.json
CHANGED
package/pnpmfile.cjs
CHANGED
|
@@ -489,8 +489,9 @@ const hooks = createHooks({
|
|
|
489
489
|
"@effect/workflow": "^0.18.2",
|
|
490
490
|
"@rsbuild/core": "^2.1.5",
|
|
491
491
|
"@rspress/core": "^2.0.17",
|
|
492
|
-
"@tsdown/css": "^0.22.
|
|
493
|
-
"@tsdown/exe": "^0.22.
|
|
492
|
+
"@tsdown/css": "^0.22.7",
|
|
493
|
+
"@tsdown/exe": "^0.22.7",
|
|
494
|
+
"@types/bun": "^1.3.14",
|
|
494
495
|
"@types/node": "^26.1.1",
|
|
495
496
|
"@types/react": "^19.2.17",
|
|
496
497
|
"@types/react-dom": "^19.2.3",
|
|
@@ -505,14 +506,14 @@ const hooks = createHooks({
|
|
|
505
506
|
"react": "^19.2.7",
|
|
506
507
|
"react-dom": "^19.2.7",
|
|
507
508
|
"rolldown": "^1.1.5",
|
|
508
|
-
"tsdown": "^0.22.
|
|
509
|
-
"tsx": "^4.23.
|
|
509
|
+
"tsdown": "^0.22.7",
|
|
510
|
+
"tsx": "^4.23.1",
|
|
510
511
|
"turbo": "^2.10.4",
|
|
511
512
|
"typescript": "^7.0.2",
|
|
512
513
|
"vitest": "^4.1.10"
|
|
513
514
|
},
|
|
514
515
|
"silkPeers": {
|
|
515
|
-
"@changesets/cli": "^3.0.0
|
|
516
|
+
"@changesets/cli": "^3.0.0",
|
|
516
517
|
"@commitlint/cli": "^21.2.1",
|
|
517
518
|
"@commitlint/config-conventional": "^21.2.0",
|
|
518
519
|
"@effect/ai": "^0.36.0",
|
|
@@ -553,8 +554,9 @@ const hooks = createHooks({
|
|
|
553
554
|
"@effect/workflow": "^0.18.2",
|
|
554
555
|
"@rsbuild/core": "^2.1.0",
|
|
555
556
|
"@rspress/core": "^2.0.0",
|
|
556
|
-
"@tsdown/css": "^0.22.
|
|
557
|
-
"@tsdown/exe": "^0.22.
|
|
557
|
+
"@tsdown/css": "^0.22.7",
|
|
558
|
+
"@tsdown/exe": "^0.22.7",
|
|
559
|
+
"@types/bun": "^1.3.14",
|
|
558
560
|
"@types/node": "^26.1.0",
|
|
559
561
|
"@types/react": "^19.2.0",
|
|
560
562
|
"@types/react-dom": "^19.2.0",
|
|
@@ -570,7 +572,7 @@ const hooks = createHooks({
|
|
|
570
572
|
"react-dom": "^19.2.0",
|
|
571
573
|
"rolldown": "^1.1.0",
|
|
572
574
|
"tsdown": "^0.22.0",
|
|
573
|
-
"tsx": "^4.23.
|
|
575
|
+
"tsx": "^4.23.1",
|
|
574
576
|
"turbo": "^2.10.4",
|
|
575
577
|
"typescript": "^7.0.0",
|
|
576
578
|
"vitest": "^4.1.0"
|
package/pnpmfile.mjs
CHANGED
|
@@ -488,8 +488,9 @@ const hooks = createHooks({
|
|
|
488
488
|
"@effect/workflow": "^0.18.2",
|
|
489
489
|
"@rsbuild/core": "^2.1.5",
|
|
490
490
|
"@rspress/core": "^2.0.17",
|
|
491
|
-
"@tsdown/css": "^0.22.
|
|
492
|
-
"@tsdown/exe": "^0.22.
|
|
491
|
+
"@tsdown/css": "^0.22.7",
|
|
492
|
+
"@tsdown/exe": "^0.22.7",
|
|
493
|
+
"@types/bun": "^1.3.14",
|
|
493
494
|
"@types/node": "^26.1.1",
|
|
494
495
|
"@types/react": "^19.2.17",
|
|
495
496
|
"@types/react-dom": "^19.2.3",
|
|
@@ -504,14 +505,14 @@ const hooks = createHooks({
|
|
|
504
505
|
"react": "^19.2.7",
|
|
505
506
|
"react-dom": "^19.2.7",
|
|
506
507
|
"rolldown": "^1.1.5",
|
|
507
|
-
"tsdown": "^0.22.
|
|
508
|
-
"tsx": "^4.23.
|
|
508
|
+
"tsdown": "^0.22.7",
|
|
509
|
+
"tsx": "^4.23.1",
|
|
509
510
|
"turbo": "^2.10.4",
|
|
510
511
|
"typescript": "^7.0.2",
|
|
511
512
|
"vitest": "^4.1.10"
|
|
512
513
|
},
|
|
513
514
|
"silkPeers": {
|
|
514
|
-
"@changesets/cli": "^3.0.0
|
|
515
|
+
"@changesets/cli": "^3.0.0",
|
|
515
516
|
"@commitlint/cli": "^21.2.1",
|
|
516
517
|
"@commitlint/config-conventional": "^21.2.0",
|
|
517
518
|
"@effect/ai": "^0.36.0",
|
|
@@ -552,8 +553,9 @@ const hooks = createHooks({
|
|
|
552
553
|
"@effect/workflow": "^0.18.2",
|
|
553
554
|
"@rsbuild/core": "^2.1.0",
|
|
554
555
|
"@rspress/core": "^2.0.0",
|
|
555
|
-
"@tsdown/css": "^0.22.
|
|
556
|
-
"@tsdown/exe": "^0.22.
|
|
556
|
+
"@tsdown/css": "^0.22.7",
|
|
557
|
+
"@tsdown/exe": "^0.22.7",
|
|
558
|
+
"@types/bun": "^1.3.14",
|
|
557
559
|
"@types/node": "^26.1.0",
|
|
558
560
|
"@types/react": "^19.2.0",
|
|
559
561
|
"@types/react-dom": "^19.2.0",
|
|
@@ -569,7 +571,7 @@ const hooks = createHooks({
|
|
|
569
571
|
"react-dom": "^19.2.0",
|
|
570
572
|
"rolldown": "^1.1.0",
|
|
571
573
|
"tsdown": "^0.22.0",
|
|
572
|
-
"tsx": "^4.23.
|
|
574
|
+
"tsx": "^4.23.1",
|
|
573
575
|
"turbo": "^2.10.4",
|
|
574
576
|
"typescript": "^7.0.0",
|
|
575
577
|
"vitest": "^4.1.0"
|