Skip to content

Commit

Permalink
chore(deps): update nestjs packages (fastify)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 6514e5c commit 06a95d8
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 67 deletions.
95 changes: 36 additions & 59 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions packages/kysely-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"dependencies": {
"@anchan828/kysely-migration": "^0.7.14",
"@anchan828/nest-kysely": "^0.7.14",
"@nestjs/common": "10.4.7",
"@nestjs/core": "10.4.7",
"@nestjs/platform-express": "10.4.7",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/platform-express": "10.4.13",
"express": "4.21.1",
"kysely": "0.27.4"
},
"devDependencies": {
"@nestjs/cli": "10.4.7",
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.7",
"@nestjs/testing": "10.4.13",
"@types/better-sqlite3": "7.6.12",
"@types/pg": "8.11.10",
"@types/supertest": "6.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/kysely/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@nestjs/common": "10.4.7",
"@nestjs/core": "10.4.7",
"@nestjs/testing": "10.4.7",
"@nestjs/common": "10.4.13",
"@nestjs/core": "10.4.13",
"@nestjs/testing": "10.4.13",
"@types/better-sqlite3": "7.6.12",
"@types/pg": "8.11.10",
"better-sqlite3": "11.6.0",
Expand Down

0 comments on commit 06a95d8

Please sign in to comment.