From 8307e220c4fdddbc0a9740ad4b43fc2e205864bd Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 26 Jun 2018 15:00:01 +0300 Subject: update dependencies --- vnext/package.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'vnext/package.json') diff --git a/vnext/package.json b/vnext/package.json index 640283e7..a3c694c6 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -12,7 +12,7 @@ "license": "ISC", "devDependencies": { "babel-core": "^6.26.3", - "babel-jest": "^23.0.1", + "babel-jest": "^23.2.0", "babel-loader": "^7.1.4", "babel-plugin-transform-class-properties": "^6.24.1", "babel-preset-env": "^1.7.0", @@ -25,7 +25,7 @@ "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "internal-ip": "^3.0.1", - "jest": "^23.1.0", + "jest": "^23.2.0", "koa-connect": "^2.0.1", "mini-css-extract-plugin": "^0.4.0", "optimize-css-assets-webpack-plugin": "^4.0.2", @@ -33,14 +33,19 @@ "prop-types": "^15.6.2", "react-test-renderer": "^16.4.1", "style-loader": "^0.21.0", - "webpack": "^4.12.0", - "webpack-command": "^0.2.1", + "webpack": "^4.12.1", + "webpack-command": "^0.3.0", "webpack-serve": "^1.0.4", "whatwg-fetch": "^2.0.4" }, "babel": { "plugins": [ - ["transform-class-properties", {"spec": true}] + [ + "transform-class-properties", + { + "spec": true + } + ] ], "presets": [ "env", -- cgit v1.2.3