diff options
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 802a2eef7..e80f5231e 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "babel-preset-react": "6.24.1", "babelify": "8.0.0", "bootstrap": "3", + "clean-webpack-plugin": "^0.1.18", "coffee-loader": "^0.9.0", "coffeescript": "1.12.7", "jquery": "3.2.1", @@ -29,7 +30,6 @@ "node": "~6.12.0" }, "devDependencies": { - "clean-webpack-plugin": "0.1.17", "es6-object-assign": "1.1.0", "grunt": "^1.0.1", "grunt-contrib-watch": "^1.0.0", @@ -1347,9 +1347,9 @@ clap@^1.0.9: dependencies: chalk "^1.1.3" -clean-webpack-plugin@0.1.17: - version "0.1.17" - resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-0.1.17.tgz#71c57242e6d47204d46f809413176e7bed28ec49" +clean-webpack-plugin@^0.1.18: + version "0.1.18" + resolved "https://registry.yarnpkg.com/clean-webpack-plugin/-/clean-webpack-plugin-0.1.18.tgz#2e2173897c76646031bff047c14b9c22c80d8c4a" dependencies: rimraf "^2.6.1" |
