Skip to content

Commit d204906

Browse files
committed
feat: support nestjs v11
1 parent df28080 commit d204906

File tree

2 files changed

+79
-66
lines changed

2 files changed

+79
-66
lines changed

package-lock.json

+73-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-devtools-loader",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"type": "commonjs",
55
"description": "A helper package to easily enable/disable NestJS Devtools integration!",
66
"main": "lib/loader.js",
@@ -52,16 +52,16 @@
5252
]
5353
},
5454
"peerDependencies": {
55-
"@nestjs/core": "^9.3.x || ^10.x",
55+
"@nestjs/core": "^9.3.x || ^10.x || ^11.x",
5656
"@nestjs/devtools-integration": "*",
5757
"reflect-metadata": "^0.x"
5858
},
5959
"devDependencies": {
60-
"@nestjs/core": "^10.4.15",
61-
"@nestjs/devtools-integration": "^0.1.6",
60+
"@nestjs/core": "^11.0.1",
61+
"@nestjs/devtools-integration": "^0.2.0",
6262
"@semantic-release/git": "^10.0.1",
63-
"@types/node": "^22.10.2",
63+
"@types/node": "^22.10.7",
6464
"reflect-metadata": "^0.2.2",
65-
"semantic-release": "^24.2.0"
65+
"semantic-release": "^24.2.1"
6666
}
6767
}

0 commit comments

Comments
 (0)