Skip to content

Commit

Permalink
Update dependency clean-webpack-plugin to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 8, 2021
1 parent 6980371 commit ffe40d8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
20 changes: 9 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/runtime": "7.16.3",
"babel-loader": "8.2.3",
"babel-plugin-import": "1.13.3",
"clean-webpack-plugin": "3.0.0",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "5.1.2",
"css-loader": "3.6.0",
"extract-text-webpack-plugin": "4.0.0-beta.0",
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@
"@types/source-list-map" "*"
source-map "^0.7.3"

"@types/webpack@^4.4.31", "@types/webpack@^4.41.8":
"@types/webpack@^4.41.8":
version "4.41.32"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.32.tgz#a7bab03b72904070162b2f169415492209e94212"
integrity sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==
Expand Down Expand Up @@ -2040,12 +2040,11 @@ clean-css@^4.2.3:
dependencies:
source-map "~0.6.0"

clean-webpack-plugin@3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-3.0.0.tgz"
integrity sha512-MciirUH5r+cYLGCOL5JX/ZLzOZbVr1ot3Fw+KcvbhUb6PM+yycqd9ZhIlcigQ5gl+XhppNmw3bEFuaaMNyLj3A==
clean-webpack-plugin@4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-4.0.0.tgz"
integrity sha512-WuWE1nyTNAyW5T7oNyys2EN0cfP2fdRxhxnIQWiAp0bMabPdHhoGxM8A6YL2GhqwgrPnnaemVE7nv5XJ2Fhh2w==
dependencies:
"@types/webpack" "^4.4.31"
del "^4.1.1"

cliui@^5.0.0:
Expand Down

0 comments on commit ffe40d8

Please sign in to comment.