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 124aa340..7c6a4494 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -17,7 +17,7 @@ "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/preset-env": "7.1.0", "@babel/preset-react": "7.0.0", - "autoprefixer": "^9.2.0", + "autoprefixer": "^9.2.1", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.1", "babel-jest": "^23.6.0", @@ -29,7 +29,7 @@ "error-overlay-webpack-plugin": "^0.1.5", "eslint": "^5.7.0", "eslint-plugin-babel": "^5.2.1", - "eslint-plugin-jest": "^21.25.0", + "eslint-plugin-jest": "^21.25.1", "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-react": "^7.11.1", "file-loader": "^2.0.0", @@ -45,7 +45,7 @@ "react-router-prop-types": "^1.0.4", "react-test-renderer": "^16.5.2", "style-loader": "^0.23.1", - "webpack": "^4.20.2", + "webpack": "^4.21.0", "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.9" }, |