Skip to content

Commit

Permalink
fix(webpack): move Rslib to devDependencies (#3990)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinaaa authored Nov 16, 2024
1 parent 4525288 commit 5fcd7eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/compat/plugin-webpack-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
},
"dependencies": {
"@modern-js/swc-plugins": "0.6.11",
"@rslib/core": "0.0.18",
"@swc/helpers": "^0.5.15",
"core-js": "~3.39.0",
"deepmerge": "^4.3.1",
Expand All @@ -38,6 +37,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"@rslib/core": "0.0.18",
"@types/lodash": "^4.17.13",
"@types/semver": "^7.5.8",
"typescript": "^5.6.3",
Expand Down
6 changes: 3 additions & 3 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 5fcd7eb

Please sign in to comment.