Skip to content

Commit

Permalink
Merge pull request #225 from furality/spr/main/ab6b7efb
Browse files Browse the repository at this point in the history
build(deps): move axios to dependencies
  • Loading branch information
ttshivers authored Dec 21, 2023
2 parents e2c0d65 + 50f47a4 commit f8baad0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
21 changes: 7 additions & 14 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 @@ -27,6 +27,7 @@
"prepublish:beta": "npm run build"
},
"dependencies": {
"axios": "^1.6.2",
"axios-retry": "^4.0.0"
},
"devDependencies": {
Expand All @@ -49,8 +50,7 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"axios": "^1.4.0"
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit f8baad0

Please sign in to comment.