Skip to content

Commit

Permalink
feat: update axios
Browse files Browse the repository at this point in the history
  • Loading branch information
melikhov-dev committed Aug 18, 2023
1 parent 32e49e2 commit 30e5a6a
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 8 deletions.
82 changes: 76 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/pino": "^7.0.5",
"axios": "^0.21.4",
"axios": "^1.4.0",
"eslint": "^8.28.0",
"husky": "^8.0.2",
"jest": "^29.5.0",
Expand All @@ -44,6 +44,6 @@
"typescript": "^4.5.0"
},
"peerDependencies": {
"axios": "^0.21.4"
"axios": ">=0.21.4"
}
}

0 comments on commit 30e5a6a

Please sign in to comment.