Skip to content

Commit 51c40bc

Browse files
committed
bump @nestjs/axios from 0.1.0 to 3.0.0
Change-Id: Id588413f7783831e3548daa973ca6bcedd036c11
1 parent 3bc909b commit 51c40bc

File tree

4 files changed

+51
-27
lines changed

4 files changed

+51
-27
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@casl/ability": "^6.3.2",
3434
"@nestjs-modules/mailer": "^1.8.1",
35-
"@nestjs/axios": "0.1.0",
35+
"@nestjs/axios": "^3.0.0",
3636
"@nestjs/common": "^9.0.0",
3737
"@nestjs/config": "^3.0.0",
3838
"@nestjs/core": "^9.0.0",

test/config/jest-e2e.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"transform": {
88
"^.+\\.(t|j)s$": "ts-jest"
99
},
10+
"transformIgnorePatterns": ["node_modules/(?!axios)/"],
1011
"moduleNameMapper": {
1112
"src/(.*)": "<rootDir>/src/$1"
1213
}

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111
"allowSyntheticDefaultImports": true,
1212
"noImplicitReturns": true,
1313
"noFallthroughCasesInSwitch": true,
14-
"target": "es2017",
14+
"target": "es2022",
1515
"sourceMap": true,
1616
"outDir": "./dist",
1717
"baseUrl": "./",
1818
"incremental": true,
1919
"skipLibCheck": true,
2020
"resolveJsonModule": true,
21-
"esModuleInterop": true
21+
"esModuleInterop": true,
22+
"allowJs": true
2223
}
2324
}

0 commit comments

Comments
 (0)