Skip to content

Commit

Permalink
Merge pull request #240 from furality/spr/main/5bd08d5d
Browse files Browse the repository at this point in the history
refactor: make axios a peer dependency
  • Loading branch information
ttshivers authored Dec 30, 2023
2 parents 7f4c3d3 + 9abda04 commit a721b50
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"prepublish:beta": "npm run build"
},
"dependencies": {
"axios": "^1.6.3",
"axios-retry": "^4.0.0"
},
"devDependencies": {
Expand All @@ -52,6 +51,7 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"axios": "^1.6.3",
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
},
"lint-staged": {
Expand Down

0 comments on commit a721b50

Please sign in to comment.