Skip to content

Commit c4e27b4

Browse files
authored
[deps]: support nestjs v11 (#29)
1 parent 5a9466e commit c4e27b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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-graphile-worker",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "A Nest.js wrapper for Graphile Worker",
55
"author": "Alexandre Rousseau <[email protected]>",
66
"private": false,
@@ -35,8 +35,8 @@
3535
"typescript": "^5.4.0"
3636
},
3737
"peerDependencies": {
38-
"@nestjs/common": "^9.0.0 || ^10.0.0",
39-
"@nestjs/core": "^9.0.0 || ^10.0.0",
38+
"@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
39+
"@nestjs/core": "^9.0.0 || ^10.0.0 || ^11.0.0",
4040
"graphile-worker": "^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0"
4141
}
4242
}

0 commit comments

Comments
 (0)