diff options
author | crupest <crupest@outlook.com> | 2021-03-06 14:40:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-06 14:40:22 +0800 |
commit | 51d0e48890069d81e383aef01e31da0a6d990e7a (patch) | |
tree | b6c35e3eb04cde75f4993eb6d2d4276bdb2fcae1 | |
parent | 64a10b6233f13bfc287456191f5b11fee9994c55 (diff) | |
parent | a2c53d5e6056acbef372b5738a7e63c52044ebeb (diff) | |
download | timeline-51d0e48890069d81e383aef01e31da0a6d990e7a.tar.gz timeline-51d0e48890069d81e383aef01e31da0a6d990e7a.tar.bz2 timeline-51d0e48890069d81e383aef01e31da0a6d990e7a.zip |
Merge pull request #346 from crupest/dependabot/npm_and_yarn/FrontEnd/copy-webpack-plugin-8.0.0
build(deps-dev): Bump copy-webpack-plugin from 7.0.0 to 8.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 f28f55b9..9d0b5531 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -81,7 +81,7 @@ "babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
- "copy-webpack-plugin": "^7.0.0",
+ "copy-webpack-plugin": "^8.0.0",
"css-loader": "^5.1.1",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
|