Skip to content

Commit

Permalink
fix(webpack): move @rsbuild/core to peer dependency (#3564)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Sep 25, 2024
1 parent 0a0666e commit 74d3554
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
5 changes: 4 additions & 1 deletion packages/compat/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"dev": "modern build --watch"
},
"dependencies": {
"@rsbuild/core": "workspace:*",
"copy-webpack-plugin": "11.0.0",
"mini-css-extract-plugin": "2.9.1",
"picocolors": "^1.1.0",
Expand All @@ -37,13 +36,17 @@
"webpack": "^5.94.0"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"@types/node": "18.x",
"ansi-escapes": "4.3.2",
"cli-truncate": "2.1.0",
"patch-console": "1.0.0",
"typescript": "^5.5.2"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
},
"publishConfig": {
"access": "public",
"provenance": true,
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74d3554

Please sign in to comment.