Skip to content

Commit

Permalink
fix(external): pin axios to 0.19 to avoid breaking bug in 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Aug 22, 2020
1 parent b98bdb2 commit aa56def
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"@babel/core": "~7.11.0",
"@babel/preset-env": "~7.11.0",
"@rollup/plugin-babel": "~5.2.0",
"axios": "~0.19.0",
"axios": "~0.19.2",
"axios-mock-adapter": "~1.18.0",
"babel-jest": "~26.3.0",
"conventional-changelog-angular-all-2": "~5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/kitsu/package.json
Expand Up @@ -49,7 +49,7 @@
},
"sideEffects": false,
"dependencies": {
"axios": "^0.19.0",
"axios": "~0.19.2",
"kitsu-core": "^10.0.0-alpha.5",
"merge-options": "^2.0.0",
"pluralize": "^8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -2977,7 +2977,7 @@ axios-mock-adapter@~1.18.0:
fast-deep-equal "^3.1.1"
is-buffer "^2.0.3"

axios@^0.19.0, axios@~0.19.0:
axios@~0.19.2:
version "0.19.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
Expand Down

0 comments on commit aa56def

Please sign in to comment.