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 5ec3f46b..8397fe62 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -12,7 +12,7 @@ "license": "AGPL-3.0-or-later", "devDependencies": { "babel-core": "^6.26.3", - "babel-eslint": "^8.2.5", + "babel-eslint": "^8.2.6", "babel-jest": "^23.4.0", "babel-loader": "^7.1.5", "babel-plugin-transform-class-properties": "^6.24.1", @@ -33,7 +33,7 @@ "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "internal-ip": "^3.0.1", - "jest": "^23.4.0", + "jest": "^23.4.1", "koa-connect": "^2.0.1", "mini-css-extract-plugin": "^0.4.1", "optimize-css-assets-webpack-plugin": "^4.0.3", @@ -42,7 +42,7 @@ "react-router-prop-types": "^1.0.4", "react-test-renderer": "^16.4.1", "style-loader": "^0.21.0", - "webpack": "^4.15.1", + "webpack": "^4.16.0", "webpack-command": "0.4.1", "webpack-serve": "^2.0.2" }, |