Skip to content

Commit 5445c2f

Browse files
committed
chore: support axios ^1.1.2
1 parent c8f74da commit 5445c2f

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-axios-promise",
3-
"version": "0.2.0",
3+
"version": "1.0.0-rc.1",
44
"author": "Jason Raimondi <jason@raimondi.us>",
55
"main": "src/index.ts",
66
"files": [
@@ -24,7 +24,7 @@
2424
"@nestjs/testing": "^9.0.11",
2525
"@types/jest": "^28.1.8",
2626
"@types/node": "^18.7.13",
27-
"axios": "^0.27.2",
27+
"axios": "^1.1.2",
2828
"jest": "^28.1.3",
2929
"prettier": "^2.7.1",
3030
"reflect-metadata": "^0.1.13",
@@ -34,7 +34,7 @@
3434
},
3535
"peerDependencies": {
3636
"@nestjs/common": "*",
37-
"axios": "^0.27.2"
37+
"axios": "^0.27.2 || ^1.1.2"
3838
},
3939
"jest": {
4040
"preset": "ts-jest",

pnpm-lock.yaml

Lines changed: 9 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)