We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898584a commit 2b57c78Copy full SHA for 2b57c78
2 files changed
package.json
@@ -79,10 +79,10 @@
79
}
80
},
81
"dependencies": {
82
- "@nestjs/axios": "3.1.3",
83
- "@nestjs/common": "10.4.15",
84
- "@nestjs/core": "10.4.15",
85
- "@nestjs/platform-express": "10.4.15",
+ "@nestjs/axios": "4.0.0",
+ "@nestjs/common": "11.0.4",
+ "@nestjs/core": "11.0.4",
+ "@nestjs/platform-express": "11.0.4",
86
"@nuxtjs/opencollective": "0.3.2",
87
"axios": "^1.6.5",
88
"chalk": "4.1.2",
@@ -103,8 +103,8 @@
103
"devDependencies": {
104
"@commitlint/cli": "19.5.0",
105
"@commitlint/config-conventional": "19.5.0",
106
- "@nestjs/schematics": "10.2.3",
107
- "@nestjs/testing": "10.4.15",
+ "@nestjs/schematics": "11.0.0",
+ "@nestjs/testing": "11.0.4",
108
"@nx/eslint": "20.0.7",
109
"@nx/eslint-plugin": "20.0.7",
110
"@nx/jest": "20.0.7",
0 commit comments