Skip to content

Commit e0d2bb6

Browse files
Merge pull request #36 from TypeScript-Web-Framework/greenkeeper/clean-webpack-plugin-1.0.0
Update clean-webpack-plugin to the latest version 🚀
2 parents a30436c + e6c1ced commit e0d2bb6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@types/rx": "^4.1.1",
6666
"@types/ua-parser-js": "^0.7.32",
6767
"chai": "^4.1.2",
68-
"clean-webpack-plugin": "^0.1.19",
68+
"clean-webpack-plugin": "^1.0.0",
6969
"copy-webpack-plugin": "^4.5.2",
7070
"glob": "^7.1.2",
7171
"mocha": "^5.2.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -866,9 +866,9 @@ class-utils@^0.3.5:
866866
isobject "^3.0.0"
867867
static-extend "^0.1.1"
868868

869-
clean-webpack-plugin@^0.1.19:
870-
version "0.1.19"
871-
resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-0.1.19.tgz#ceda8bb96b00fe168e9b080272960d20fdcadd6d"
869+
clean-webpack-plugin@^1.0.0:
870+
version "1.0.0"
871+
resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-1.0.0.tgz#f184b9c26d12983d639828e0548ae2080e84b6a7"
872872
dependencies:
873873
rimraf "^2.6.1"
874874

0 commit comments

Comments
 (0)