diff options
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vnext/package.json b/vnext/package.json index 8664ca18..1c0bb8de 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -11,11 +11,11 @@ "author": "", "license": "AGPL-3.0-or-later", "devDependencies": { - "@babel/core": "7.1.2", + "@babel/core": "7.1.5", "@babel/plugin-proposal-class-properties": "7.1.0", "@babel/plugin-proposal-object-rest-spread": "7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", - "@babel/preset-env": "7.1.0", + "@babel/preset-env": "7.1.5", "@babel/preset-react": "7.0.0", "autoprefixer": "^9.3.1", "babel-core": "^7.0.0-bridge.0", @@ -29,7 +29,7 @@ "error-overlay-webpack-plugin": "^0.1.5", "eslint": "^5.8.0", "eslint-plugin-babel": "^5.2.1", - "eslint-plugin-jest": "^21.27.1", + "eslint-plugin-jest": "^21.27.2", "eslint-plugin-only-ascii": "^0.0.0", "eslint-plugin-react": "^7.11.1", "file-loader": "^2.0.0", @@ -43,7 +43,7 @@ "postcss-loader": "^3.0.0", "prop-types": "^15.6.2", "react-router-prop-types": "^1.0.4", - "react-test-renderer": "^16.6.0", + "react-test-renderer": "^16.6.1", "style-loader": "^0.23.1", "webpack": "^4.25.1", "webpack-cli": "^3.1.2", @@ -84,10 +84,10 @@ "immutability-helper": "^2.8.1", "moment": "^2.22.2", "query-string": "^6.2.0", - "react": "16.6.0", + "react": "16.6.1", "react-content-loader": "^3.2.0", "react-cookies": "^0.1.0", - "react-dom": "16.6.0", + "react-dom": "16.6.1", "react-router-dom": "^4.3.1" } } |