Skip to content

Commit c2a0dfe

Browse files
committed
Merge upstream
2 parents 07063be + 3912e43 commit c2a0dfe

File tree

4 files changed

+29
-25
lines changed

4 files changed

+29
-25
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: nodejs
22

33
env:
4-
PNPM_VERSION: "7.9.1"
5-
NODE_VERSION: "16.x"
4+
PNPM_VERSION: "9.x"
5+
NODE_VERSION: "22.x"
66

77
on:
88
push:

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": "1.1.0-alpha.0",
3+
"version": "1.1.1",
44
"author": "Jason Raimondi <jason@raimondi.us>",
55
"main": "src/index.ts",
66
"files": [
@@ -24,7 +24,7 @@
2424
"@nestjs/testing": "^10.3.3",
2525
"@types/jest": "^29.5.12",
2626
"@types/node": "^20.11.19",
27-
"axios": "^1.6.7",
27+
"axios": "^1.7.7",
2828
"jest": "^29.7.0",
2929
"prettier": "^3.2.5",
3030
"reflect-metadata": "^0.2.1",
@@ -34,7 +34,7 @@
3434
},
3535
"peerDependencies": {
3636
"@nestjs/common": "*",
37-
"axios": "^0.27.2 || ^1.1.2"
37+
"axios": "1.7.4"
3838
},
3939
"jest": {
4040
"preset": "ts-jest",

pnpm-lock.yaml

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

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"experimentalDecorators": true,
77
"outDir": "./dist",
88
"removeComments": true,
9-
"sourceMap": true,
9+
"sourceMap": true
1010
},
1111
"include": ["src"],
1212
"exclude": ["**/*.spec.ts"]

0 commit comments

Comments
 (0)