diff options
author | crupest <crupest@outlook.com> | 2021-01-29 23:55:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 23:55:53 +0800 |
commit | f0ac87f1ea88708db0789333341d31ca33fdc808 (patch) | |
tree | 2d497b707155fb15bd0e10aef444da35f93646bc /FrontEnd/package.json | |
parent | dcb36605096bdc27608902584cb54bc15198b41a (diff) | |
parent | fb43aabbcefc25852cd17bf80fb8f89e5b4fae23 (diff) | |
download | timeline-f0ac87f1ea88708db0789333341d31ca33fdc808.tar.gz timeline-f0ac87f1ea88708db0789333341d31ca33fdc808.tar.bz2 timeline-f0ac87f1ea88708db0789333341d31ca33fdc808.zip |
Merge pull request #213 from crupest/dependabot/npm_and_yarn/FrontEnd/html-webpack-plugin-5.0.0-beta.6
build(deps-dev): Bump html-webpack-plugin from 5.0.0-beta.5 to 5.0.0-beta.6 in /FrontEnd
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index afe00e89..6a8de100 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -88,7 +88,7 @@ "eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
- "html-webpack-plugin": "5.0.0-beta.5",
+ "html-webpack-plugin": "5.0.0-beta.6",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.3.4",
"postcss": "^8.2.4",
|