Skip to content

Commit

Permalink
chore: fix peerDep of rspack-plugin-html
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist committed Apr 23, 2023
1 parent aee4fdc commit a52eb42
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/rspack-plugin-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,20 @@
"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": {
"@types/lodash.template": "^4.5.1",
"@types/pug": "^2.0.6",
Expand Down

0 comments on commit a52eb42

Please sign in to comment.