1 parent 386cf7a commit e499db8Copy full SHA for e499db8
1 file changed
package.json
@@ -54,6 +54,7 @@
54
},
55
"peerDependencies": {
56
"@farmfe/core": "*",
57
+ "@rsbuild/core": "*",
58
"@rspack/core": "*",
59
"bun-types-no-globals": "*",
60
"esbuild": "*",
@@ -67,6 +68,9 @@
67
68
"@farmfe/core": {
69
"optional": true
70
71
+ "@rsbuild/core": {
72
+ "optional": true
73
+ },
74
"@rspack/core": {
75
76
@@ -91,6 +95,7 @@
91
95
"webpack": {
92
96
93
97
}
98
+
94
99
100
"dependencies": {
101
"@jridgewell/remapping": "catalog:prod",
0 commit comments