Skip to content

Commit 91ffea0

Browse files
committed
Update dependency clean-webpack-plugin to v4
1 parent 769268a commit 91ffea0

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"babel-loader": "8.2.2",
9595
"babel-plugin-lodash": "3.3.4",
9696
"browserslist": "4.17.2",
97-
"clean-webpack-plugin": "3.0.0",
97+
"clean-webpack-plugin": "4.0.0",
9898
"connect-history-api-fallback": "1.6.0",
9999
"cross-env": "7.0.3",
100100
"css-loader": "3.6.0",

yarn.lock

+5-6
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@
20162016
"@types/source-list-map" "*"
20172017
source-map "^0.7.3"
20182018

2019-
"@types/webpack@^4.4.31", "@types/webpack@^4.41.8":
2019+
"@types/webpack@^4.41.8":
20202020
version "4.41.29"
20212021
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.29.tgz#2e66c1de8223c440366469415c50a47d97625773"
20222022
integrity sha512-6pLaORaVNZxiB3FSHbyBiWM7QdazAWda1zvAq4SbZObZqHSDbWLi62iFdblVea6SK9eyBIVp5yHhKt/yNQdR7Q==
@@ -3484,12 +3484,11 @@ clean-stack@^2.0.0:
34843484
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b"
34853485
integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==
34863486

3487-
clean-webpack-plugin@3.0.0:
3488-
version "3.0.0"
3489-
resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-3.0.0.tgz#a99d8ec34c1c628a4541567aa7b457446460c62b"
3490-
integrity sha512-MciirUH5r+cYLGCOL5JX/ZLzOZbVr1ot3Fw+KcvbhUb6PM+yycqd9ZhIlcigQ5gl+XhppNmw3bEFuaaMNyLj3A==
3487+
clean-webpack-plugin@4.0.0:
3488+
version "4.0.0"
3489+
resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-4.0.0.tgz#72947d4403d452f38ed61a9ff0ada8122aacd729"
3490+
integrity sha512-WuWE1nyTNAyW5T7oNyys2EN0cfP2fdRxhxnIQWiAp0bMabPdHhoGxM8A6YL2GhqwgrPnnaemVE7nv5XJ2Fhh2w==
34913491
dependencies:
3492-
"@types/webpack" "^4.4.31"
34933492
del "^4.1.1"
34943493

34953494
cli-boxes@^2.2.1:

0 commit comments

Comments
 (0)