Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
upgrade packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
balcieren committed Jan 17, 2022
1 parent cf881ee commit d733953
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-prisma-client",
"version": "2.0.10",
"version": "2.1.0",
"description": "Prisma Plugin for Fastify",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,16 +26,16 @@
"fastify"
],
"devDependencies": {
"@types/node": "^16.6.1",
"@types/node": "^17.0.9",
"@types/tap": "^15.0.5",
"fastify": "^3.24.0",
"prisma": "^3.6.0",
"fastify": "^3.25.3",
"prisma": "^3.8.1",
"tap": "^15.0.9",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
},
"dependencies": {
"@prisma/client": "^3.6.0",
"@prisma/client": "^3.8.1",
"fastify-plugin": "^3.0.0"
}
}

0 comments on commit d733953

Please sign in to comment.