diff options
author | crupest <crupest@outlook.com> | 2021-02-04 15:37:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 15:37:52 +0800 |
commit | 93b990f9b4edd827bf2eec41450a85599f1a69b1 (patch) | |
tree | 022c2ef080882b8c66892ea663cd5f838884d783 | |
parent | afb3079484ec134fbb08e74d583c2bc191d42a50 (diff) | |
parent | d6deb6a1ac6f5aa0ed0065a8d8a96bcb13e348b3 (diff) | |
download | timeline-93b990f9b4edd827bf2eec41450a85599f1a69b1.tar.gz timeline-93b990f9b4edd827bf2eec41450a85599f1a69b1.tar.bz2 timeline-93b990f9b4edd827bf2eec41450a85599f1a69b1.zip |
Merge pull request #241 from crupest/dependabot/npm_and_yarn/FrontEnd/html-webpack-plugin-5.0.0
build(deps-dev): Bump html-webpack-plugin from 5.0.0-beta.6 to 5.0.0 in /FrontEnd
-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 72306526..6841b9b1 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.6",
+ "html-webpack-plugin": "5.0.0",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.3.4",
"postcss": "^8.2.4",
|