diff options
| -rw-r--r-- | package.json | 6 | ||||
| -rw-r--r-- | yarn.lock | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index c0950f5..916605d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ "redis": "^2.8.0", "request": "^2.83.0", "vue": "^2.4.4", - "vue-slider-component": "^2.4.3" + "vue-slider-component": "^2.4.3", + "webpack": "^3.8.1" }, "devDependencies": { "babel-core": "^6.26.0", @@ -34,8 +35,7 @@ "node-sass": "^4.5.3", "sass-loader": "^6.0.6", "vue-loader": "^13.3.0", - "vue-template-compiler": "^2.5.2", - "webpack": "^3.7.1" + "vue-template-compiler": "^2.5.2" }, "private": false } @@ -4926,9 +4926,9 @@ webpack-sources@^1.0.1: source-list-map "^2.0.0" source-map "~0.5.3" -webpack@^3.7.1: - version "3.7.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.7.1.tgz#6046b5c415ff7df7a0dc54c5b6b86098e8b952da" +webpack@^3.8.1: + version "3.8.1" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.8.1.tgz#b16968a81100abe61608b0153c9159ef8bb2bd83" dependencies: acorn "^5.0.0" acorn-dynamic-import "^2.0.0" |
