diff options
author | Vitaly Takmazov | 2018-04-07 15:52:56 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:52 +0300 |
commit | 4e744b4ac064133d36f75799139607508e1cb8d1 (patch) | |
tree | 7160b5c4f049c1e1fea9146cd52dec7eb77b619c /vnext/package.json | |
parent | 9d42f009bbf7c073d3a48bf65bb9b12775d68b3d (diff) |
dependency updates
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" } } |