build(deps): update dep bounds

Update dep bounds
This commit is contained in:
Conicaw 2023-07-05 17:36:16 -05:00
parent 7a86fb93a2
commit 1850dd8948
No known key found for this signature in database
GPG key ID: CE0B9DEFED1E6375

View file

@ -26,7 +26,7 @@
"prepublish:beta": "npm run build" "prepublish:beta": "npm run build"
}, },
"dependencies": { "dependencies": {
"axios": "~0.24.0", "axios": "^0.24.0",
"axios-better-stacktrace": "^2.1.2", "axios-better-stacktrace": "^2.1.2",
"axios-retry": "^3.2.4" "axios-retry": "^3.2.4"
}, },
@ -48,7 +48,7 @@
"typescript": "^4.6.3" "typescript": "^4.6.3"
}, },
"peerDependencies": { "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" "reflect-metadata": "^0.1.12"
}, },
"lint-staged": { "lint-staged": {