Skip to content

Commit

Permalink
fix: html-rspack-plugin peer dependency issue (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Mar 8, 2024
1 parent 35058d6 commit 1b78a96
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/compat/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@rsbuild/shared": "workspace:*",
"fast-glob": "^3.3.1",
"globby": "^11.1.0",
"html-webpack-plugin": "npm:html-rspack-plugin@5.6.1",
"html-webpack-plugin": "npm:html-rspack-plugin@5.6.2",
"mini-css-extract-plugin": "2.8.1",
"postcss": "^8.4.33",
"terser-webpack-plugin": "5.3.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@rspack/core": "0.5.6",
"@swc/helpers": "0.5.3",
"core-js": "~3.32.2",
"html-webpack-plugin": "npm:html-rspack-plugin@5.6.1",
"html-webpack-plugin": "npm:html-rspack-plugin@5.6.2",
"postcss": "^8.4.33"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"@types/serialize-javascript": "^5.0.1",
"html-webpack-plugin": "npm:html-rspack-plugin@5.6.1",
"html-webpack-plugin": "npm:html-rspack-plugin@5.6.2",
"terser": "5.29.1",
"typescript": "^5.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"html-webpack-plugin": "npm:html-rspack-plugin@5.6.1",
"html-webpack-plugin": "npm:html-rspack-plugin@5.6.2",
"typescript": "^5.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
},
"devDependencies": {
"@types/node": "16.x",
"html-webpack-plugin": "npm:html-rspack-plugin@5.6.1",
"html-webpack-plugin": "npm:html-rspack-plugin@5.6.2",
"mini-css-extract-plugin": "2.8.1",
"terser": "5.29.1",
"terser-webpack-plugin": "5.3.10",
Expand Down
28 changes: 12 additions & 16 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 1b78a96

Please sign in to comment.