diff options
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package.json b/vnext/package.json index 28fb9819..2799a42f 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -17,16 +17,16 @@ "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "connect-history-api-fallback": "^1.5.0", - "css-loader": "^0.28.10", + "css-loader": "^0.28.11", "file-loader": "^1.1.11", "internal-ip": "^3.0.1", "koa-connect": "^2.0.1", "prop-types": "^15.6.1", - "react-hot-loader": "^4.0.0", + "react-hot-loader": "^4.0.1", "style-loader": "^0.20.3", - "webpack": "^4.1.1", - "webpack-cli": "^2.0.12", - "webpack-serve": "^0.2.0" + "webpack": "^4.5.0", + "webpack-cli": "^2.0.14", + "webpack-serve": "^0.3.1" }, "babel": { "presets": [ @@ -36,10 +36,10 @@ }, "dependencies": { "query-string": "^6.0.0", - "react": "^16.2.0", - "react-dom": "^16.2.0", + "react": "^16.3.1", + "react-dom": "^16.3.1", "react-markdown": "^3.3.0", "react-router-dom": "^4.2.2", - "whatwg-fetch": "^2.0.3" + "whatwg-fetch": "^2.0.4" } } |