Skip to content

Commit

Permalink
Bump prisma version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 committed Jul 16, 2023
1 parent 7ed79ce commit e0a4142
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"migrate": "dotenv -e .env.local -- pnpm exec prisma migrate deploy"
},
"dependencies": {
"@prisma/client": "^4.16.2"
"@prisma/client": "^5.0.0"
},
"devDependencies": {
"dotenv-cli": "^7.2.1",
Expand All @@ -18,7 +18,7 @@
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"prisma": "^4.16.2",
"prisma": "^5.0.0",
"puppeteer": "^20.8.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@fastify/cors": "^8.3.0",
"@logtail/pino": "^0.4.3",
"@prisma/client": "^4.16.2",
"@prisma/client": "^5.0.0",
"@socket.io/admin-ui": "^0.5.1",
"fastify": "^4.19.2",
"fastify-plugin": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@floating-ui/dom": "^1.4.5",
"@prisma/client": "^4.16.2",
"@prisma/client": "^5.0.0",
"bootstrap": "^5.3.0",
"highlight.js": "^11.8.0",
"jsdom": "^22.1.0",
Expand Down
42 changes: 21 additions & 21 deletions pnpm-lock.yaml

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

0 comments on commit e0a4142

Please sign in to comment.