Skip to content

Commit 6f2ece2

Browse files
committed
Update dependency clean-webpack-plugin to v4
1 parent 51e018a commit 6f2ece2

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
@@ -95,7 +95,7 @@
9595
"babel-plugin-lodash": "3.3.4",
9696
"babel-preset-react-optimize": "1.0.1",
9797
"browserslist": "4.18.1",
98-
"clean-webpack-plugin": "3.0.0",
98+
"clean-webpack-plugin": "4.0.0",
9999
"connect-history-api-fallback": "1.6.0",
100100
"cross-env": "7.0.3",
101101
"css-loader": "3.6.0",

yarn.lock

+5-6
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@
18841884
"@types/source-list-map" "*"
18851885
source-map "^0.7.3"
18861886

1887-
"@types/webpack@^4.4.31", "@types/webpack@^4.41.8":
1887+
"@types/webpack@^4.41.8":
18881888
version "4.41.29"
18891889
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.29.tgz#2e66c1de8223c440366469415c50a47d97625773"
18901890
integrity sha512-6pLaORaVNZxiB3FSHbyBiWM7QdazAWda1zvAq4SbZObZqHSDbWLi62iFdblVea6SK9eyBIVp5yHhKt/yNQdR7Q==
@@ -3377,12 +3377,11 @@ clean-stack@^2.0.0:
33773377
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b"
33783378
integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==
33793379

3380-
clean-webpack-plugin@3.0.0:
3381-
version "3.0.0"
3382-
resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-3.0.0.tgz#a99d8ec34c1c628a4541567aa7b457446460c62b"
3383-
integrity sha512-MciirUH5r+cYLGCOL5JX/ZLzOZbVr1ot3Fw+KcvbhUb6PM+yycqd9ZhIlcigQ5gl+XhppNmw3bEFuaaMNyLj3A==
3380+
clean-webpack-plugin@4.0.0:
3381+
version "4.0.0"
3382+
resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-4.0.0.tgz#72947d4403d452f38ed61a9ff0ada8122aacd729"
3383+
integrity sha512-WuWE1nyTNAyW5T7oNyys2EN0cfP2fdRxhxnIQWiAp0bMabPdHhoGxM8A6YL2GhqwgrPnnaemVE7nv5XJ2Fhh2w==
33843384
dependencies:
3385-
"@types/webpack" "^4.4.31"
33863385
del "^4.1.1"
33873386

33883387
cli-boxes@^2.2.1:

0 commit comments

Comments
 (0)