Skip to content

Commit e499db8

Browse files
committed
fix: add missing optional peer deps
1 parent 386cf7a commit e499db8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
},
5555
"peerDependencies": {
5656
"@farmfe/core": "*",
57+
"@rsbuild/core": "*",
5758
"@rspack/core": "*",
5859
"bun-types-no-globals": "*",
5960
"esbuild": "*",
@@ -67,6 +68,9 @@
6768
"@farmfe/core": {
6869
"optional": true
6970
},
71+
"@rsbuild/core": {
72+
"optional": true
73+
},
7074
"@rspack/core": {
7175
"optional": true
7276
},
@@ -91,6 +95,7 @@
9195
"webpack": {
9296
"optional": true
9397
}
98+
9499
},
95100
"dependencies": {
96101
"@jridgewell/remapping": "catalog:prod",

0 commit comments

Comments
 (0)