diff options
author | Vitaly Takmazov | 2018-06-27 14:33:34 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 40b8cd9853dd87deb90afdda0f5af78faa414f2b (patch) | |
tree | f4beb12efd422f178cfe168367ef91b17f6131b8 /vnext/package.json | |
parent | 8307e220c4fdddbc0a9740ad4b43fc2e205864bd (diff) |
fetch -> axios
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", |