From 40b8cd9853dd87deb90afdda0f5af78faa414f2b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 27 Jun 2018 14:33:34 +0300 Subject: fetch -> axios --- vnext/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vnext/package.json') 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", -- cgit v1.2.3