Skip to content

Commit

Permalink
chore: fix peerDep of rspack-plugin-html (web-infra-dev#2876)
Browse files Browse the repository at this point in the history
* chore: fix peerDep of rspack-plugin-html

* chore: add changeset
  • Loading branch information
hardfist authored and siyou committed May 14, 2023
1 parent cfc1af6 commit 5d817bf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/stale-seas-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rspack/plugin-html": patch
---

make rspack-core peerDep
10 changes: 9 additions & 1 deletion packages/rspack-plugin-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,22 @@
"directory": "packages/rspack-plugin-html"
},
"dependencies": {
"@rspack/core": "workspace:*",
"@types/html-minifier-terser": "7.0.0",
"html-minifier-terser": "7.0.0",
"lodash.template": "^4.5.0",
"parse5": "7.1.1",
"tapable": "2.2.1"
},
"peerDependencies": {
"@rspack/core": "workspace:*"
},
"peerDependenciesMeta": {
"@rspack/core": {
"optional": true
}
},
"devDependencies": {
"@rspack/core": "workspace:*",
"@types/lodash.template": "^4.5.1",
"@types/pug": "^2.0.6",
"html-loader": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 5d817bf

Please sign in to comment.