diff options
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vnext/package.json b/vnext/package.json index 4f583d5a..e660a379 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -11,7 +11,7 @@ "author": "", "license": "AGPL-3.0-or-later", "devDependencies": { - "@babel/core": "7.0.0", + "@babel/core": "7.0.1", "@babel/plugin-proposal-class-properties": "7.0.0", "@babel/plugin-proposal-object-rest-spread": "7.0.0", "@babel/preset-env": "7.0.0", @@ -19,7 +19,7 @@ "autoprefixer": "^9.1.5", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^9.0.0", - "babel-jest": "^23.4.2", + "babel-jest": "^23.6.0", "babel-loader": "^8.0.2", "connect-history-api-fallback": "^1.5.0", "css-loader": "^1.0.0", @@ -35,7 +35,7 @@ "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "internal-ip": "^3.0.1", - "jest": "^23.5.0", + "jest": "^23.6.0", "koa-connect": "^2.0.1", "mini-css-extract-plugin": "^0.4.2", "optimize-css-assets-webpack-plugin": "^5.0.1", @@ -44,7 +44,7 @@ "react-router-prop-types": "^1.0.4", "react-test-renderer": "^16.5.0", "style-loader": "^0.23.0", - "webpack": "^4.17.2", + "webpack": "^4.18.1", "webpack-command": "0.4.1", "webpack-serve": "^2.0.2" }, @@ -70,7 +70,7 @@ }, "dependencies": { "axios": "^0.18.0", - "immutability-helper": "^2.7.1", + "immutability-helper": "^2.8.0", "moment": "^2.22.2", "query-string": "^6.1.0", "react": "^16.5.0", |