Skip to content

Commit 2af82b2

Browse files
authored
fix: update peer dependency for @rspack/core v2 (#447)
1 parent f3ffb6d commit 2af82b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"webpack": "^5.101.0"
8888
},
8989
"peerDependencies": {
90-
"@rspack/core": "0.x || 1.x",
90+
"@rspack/core": "0.x || ^1.0.0 || ^2.0.0-0",
9191
"stylus": ">=0.52.4",
9292
"webpack": "^5.0.0"
9393
},

0 commit comments

Comments
 (0)