Skip to content

Commit 637ba5b

Browse files
feat: add @rspack/core as an optional peer dependency (#1184)
1 parent bd65cba commit 637ba5b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,16 @@
4242
"dist"
4343
],
4444
"peerDependencies": {
45+
"@rspack/core": "0.x || 1.x",
4546
"node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
4647
"sass": "^1.3.0",
4748
"sass-embedded": "*",
4849
"webpack": "^5.0.0"
4950
},
5051
"peerDependenciesMeta": {
52+
"@rspack/core": {
53+
"optional": true
54+
},
5155
"node-sass": {
5256
"optional": true
5357
},
@@ -56,6 +60,9 @@
5660
},
5761
"sass-embedded": {
5862
"optional": true
63+
},
64+
"webpack": {
65+
"optional": true
5966
}
6067
},
6168
"dependencies": {

0 commit comments

Comments
 (0)