Skip to content

Commit

Permalink
Use nest 10 as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
seidelmartin committed Jan 13, 2025
1 parent d70be87 commit aec42cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-koa-adapter",
"version": "4.0.0",
"version": "4.0.1",
"description": "Koa HTTP adapter for Nest.js",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -31,8 +31,8 @@
"koa-router": "12.0.1"
},
"peerDependencies": {
"@nestjs/common": "^9",
"@nestjs/core": "^9"
"@nestjs/common": "^10",
"@nestjs/core": "^10"
},
"optionalDependencies": {
"@ladjs/koa-views": "9.0.0",
Expand Down

0 comments on commit aec42cf

Please sign in to comment.