Skip to content

Commit

Permalink
feat: add @rspack/core as an optional peer dependency (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jan 30, 2024
1 parent bd65cba commit 637ba5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Expand Up @@ -42,12 +42,16 @@
"dist"
],
"peerDependencies": {
"@rspack/core": "0.x || 1.x",
"node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"sass": "^1.3.0",
"sass-embedded": "*",
"webpack": "^5.0.0"
},
"peerDependenciesMeta": {
"@rspack/core": {
"optional": true
},
"node-sass": {
"optional": true
},
Expand All @@ -56,6 +60,9 @@
},
"sass-embedded": {
"optional": true
},
"webpack": {
"optional": true
}
},
"dependencies": {
Expand Down

0 comments on commit 637ba5b

Please sign in to comment.