build(deps): update dep bounds
Update dep bounds
This commit is contained in:
parent
7a86fb93a2
commit
1850dd8948
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
"prepublish:beta": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "~0.24.0",
|
||||
"axios": "^0.24.0",
|
||||
"axios-better-stacktrace": "^2.1.2",
|
||||
"axios-retry": "^3.2.4"
|
||||
},
|
||||
|
@ -48,7 +48,7 @@
|
|||
"typescript": "^4.6.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0",
|
||||
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
|
||||
"reflect-metadata": "^0.1.12"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
Loading…
Reference in a new issue