diff options
author | 2020-12-14 10:49:13 +0200 | |
---|---|---|
committer | 2020-12-14 10:49:13 +0200 | |
commit | 59250aa45eef3c633bbb22d0ecd5fc21f6bf7f44 (patch) | |
tree | 37491aad330490108331544910195e6a3929dd69 | |
parent | Update form interface and add features (diff) |
Install Axios dependency
-rw-r--r-- | package.json | 1 | ||||
-rw-r--r-- | yarn.lock | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/package.json b/package.json index ba58f62..e93d18d 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "@types/react-transition-group": "^4.4.0", "@typescript-eslint/eslint-plugin": "^2.10.0", "@typescript-eslint/parser": "^2.10.0", + "axios": "^0.21.0", "copy-webpack-plugin": "^6.2.1", "eslint": "^6.6.0", "eslint-config-react-app": "^5.2.1", @@ -2749,6 +2749,13 @@ axios@^0.18.0: follow-redirects "1.5.10" is-buffer "^2.0.2" +axios@^0.21.0: + version "0.21.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.0.tgz#26df088803a2350dff2c27f96fef99fe49442aca" + integrity sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw== + dependencies: + follow-redirects "^1.10.0" + axobject-query@^2.0.2: version "2.2.0" resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be" @@ -5311,6 +5318,11 @@ follow-redirects@^1.0.0: resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db" integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA== +follow-redirects@^1.10.0: + version "1.13.1" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7" + integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg== + for-in@^0.1.3: version "0.1.8" resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1" |