Skip to content

Commit

Permalink
revert: restore axios to a major pin
Browse files Browse the repository at this point in the history
Breaking change in 0.20 has been fixed in 0.21
  • Loading branch information
wopian committed Oct 25, 2020
1 parent fc4d5f2 commit 03548b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kitsu/package.json
Expand Up @@ -49,7 +49,7 @@
},
"sideEffects": false,
"dependencies": {
"axios": "~0.21.0",
"axios": "^0.21.0",
"kitsu-core": "^10.0.0-alpha.6",
"merge-options": "^3.0.0",
"pluralize": "^8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -3616,7 +3616,7 @@ axios-mock-adapter@~1.18.0:
fast-deep-equal "^3.1.1"
is-buffer "^2.0.3"

axios@~0.21.0:
axios@^0.21.0, 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==
Expand Down

0 comments on commit 03548b8

Please sign in to comment.