Skip to content

Commit

Permalink
update prisma to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcasey committed Sep 6, 2023
1 parent 3b1a87d commit 1e24480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
]
},
"devDependencies": {
"@jest/globals": "^29.6.1",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
Expand All @@ -126,7 +127,6 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.0",
"@jest/globals": "^29.6.1",
"jest": "^29.5.0",
"lint-staged": "^13.2.2",
"ts-jest": "^29.1.0",
Expand All @@ -151,7 +151,7 @@
"luxon": "^3.3.0",
"nanoid": "^3.3.6",
"nanoid-dictionary": "^3.0.0",
"prisma": "4.13.0",
"prisma": "^5.2.0",
"rimraf": "^5.0.0",
"tsc-alias": "^1.8.6",
"undici": "^5.22.1",
Expand Down

0 comments on commit 1e24480

Please sign in to comment.