diff options
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vnext/package.json b/vnext/package.json index 620c2600..d3e21edf 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -19,7 +19,7 @@ "babel-eslint": "^10.0.1", "babel-jest": "^24.8.0", "babel-loader": "^8.0.6", - "css-loader": "^2.1.1", + "css-loader": "^3.0.0", "error-overlay-webpack-plugin": "^0.3.0", "eslint": "^5.16.0", "eslint-plugin-babel": "^5.3.0", @@ -42,8 +42,8 @@ "stylelint": "^10.1.0", "stylelint-config-standard": "^18.3.0", "terser-webpack-plugin": "^1.3.0", - "webpack": "^4.33.0", - "webpack-cli": "^3.3.3", + "webpack": "^4.34.0", + "webpack-cli": "^3.3.4", "webpack-dev-server": "^3.7.1" }, "babel": { |