revert adding redaxios

Closes #1178
main
Mike Fix 4 years ago
parent a8d4c28b41
commit decf263b79
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -1,4 +1,4 @@
import axios from 'redaxios'
import axios from 'axios'
import debounce from 'lodash.debounce'
import omitBy from 'lodash.omitby'
import ms from 'ms'

@ -32,6 +32,7 @@
"@next/bundle-analyzer": "^10.0.5",
"@reach/visually-hidden": "^0.12.0",
"actionsack": "^0.0.13",
"axios": "^0.21.1",
"cm-show-invisibles": "^3.1.0",
"codemirror": "5.58.3",
"codemirror-graphql": "^0.12.4",
@ -65,7 +66,6 @@
"react-image-crop": "^6.0.16",
"react-mailchimp-subscribe": "^2.1.0",
"react-stripe-elements": "^6.1.2",
"redaxios": "^0.4.1",
"serialize-javascript": "^5.0.1",
"tohash": "^1.0.2",
"use-climate-change-reminder": "^0.0.7"

@ -2640,6 +2640,13 @@ axe-core@^4.0.2:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.0.2.tgz#c7cf7378378a51fcd272d3c09668002a4990b1cb"
integrity sha512-arU1h31OGFu+LPrOLGZ7nB45v940NMDMEJeNmbutu57P+UFDVnkZg3e+J1I2HJRZ9hT7gO8J91dn/PMrAiKakA==
axios@0.21.1, axios@^0.21.1:
version "0.21.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
dependencies:
follow-redirects "^1.10.0"
axobject-query@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
@ -5194,6 +5201,11 @@ flush-write-stream@^1.0.0:
inherits "^2.0.3"
readable-stream "^2.3.6"
follow-redirects@^1.10.0:
version "1.13.3"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.3.tgz#e5598ad50174c1bc4e872301e82ac2cd97f90267"
integrity sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==
for-in@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@ -8546,11 +8558,6 @@ readdirp@~3.5.0:
dependencies:
picomatch "^2.2.1"
redaxios@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/redaxios/-/redaxios-0.4.1.tgz#a46fd53b533ed76d8619d9e6d595b95543855195"
integrity sha512-+Jhh1j8/H0KBro+Hih/MrDEJ1PICaU10JA6iu5b3+uvgRI+5n2M7qpMNXq7eC/0fspP0tTq49ONXlGWFdRoNLg==
regenerate-unicode-properties@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.1.0.tgz#ef51e0f0ea4ad424b77bf7cb41f3e015c70a3f0e"

Loading…
Cancel
Save