diff options
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/package.json b/vnext/package.json index a3c694c6..7833941c 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -35,8 +35,7 @@ "style-loader": "^0.21.0", "webpack": "^4.12.1", "webpack-command": "^0.3.0", - "webpack-serve": "^1.0.4", - "whatwg-fetch": "^2.0.4" + "webpack-serve": "^1.0.4" }, "babel": { "plugins": [ @@ -53,6 +52,7 @@ ] }, "dependencies": { + "axios": "^0.18.0", "moment": "^2.22.2", "query-string": "^6.1.0", "react": "^16.4.1", |