diff options
author | Vitaly Takmazov | 2018-10-30 19:07:25 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | a35213803066df368658d6dfa8451ee9b1ab97f3 (patch) | |
tree | 4211f2b6d1fa6a3caa6919b8a4e0689ce2dfaac9 /vnext/package.json | |
parent | 885d573d226ed70205e1cbe1fc3522a1296d25bc (diff) |
update deps
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vnext/package.json b/vnext/package.json index b744c3b4..f5f62f28 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -17,19 +17,19 @@ "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/preset-env": "7.1.0", "@babel/preset-react": "7.0.0", - "autoprefixer": "^9.2.1", + "autoprefixer": "^9.3.1", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.1", "babel-jest": "^23.6.0", "babel-loader": "^8.0.4", "connect-history-api-fallback": "^1.5.0", - "css-loader": "^1.0.0", + "css-loader": "^1.0.1", "enzyme": "^3.7.0", "enzyme-adapter-react-16": "^1.6.0", "error-overlay-webpack-plugin": "^0.1.5", - "eslint": "^5.7.0", + "eslint": "^5.8.0", "eslint-plugin-babel": "^5.2.1", - "eslint-plugin-jest": "^21.25.1", + "eslint-plugin-jest": "^21.26.2", "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-react": "^7.11.1", "file-loader": "^2.0.0", @@ -43,11 +43,11 @@ "postcss-loader": "^3.0.0", "prop-types": "^15.6.2", "react-router-prop-types": "^1.0.4", - "react-test-renderer": "^16.5.2", + "react-test-renderer": "^16.6.0", "style-loader": "^0.23.1", - "webpack": "^4.22.0", + "webpack": "^4.23.1", "webpack-cli": "^3.1.2", - "webpack-dev-server": "^3.1.9" + "webpack-dev-server": "^3.1.10" }, "babel": { "plugins": [ |