Upgraded prisma.

This commit is contained in:
Mike Cao 2025-01-09 11:11:53 -08:00
parent 5e732f17f7
commit 021744a473
2 changed files with 108 additions and 72 deletions

View file

@ -63,17 +63,14 @@
"cacheDirectories": [
".next/cache"
],
"resolutions": {
"jackspeak": "2.1.1"
},
"dependencies": {
"@clickhouse/client": "^1.4.1",
"@date-fns/utc": "^1.2.0",
"@dicebear/collection": "^9.2.1",
"@dicebear/core": "^9.2.1",
"@fontsource/inter": "^4.5.15",
"@prisma/client": "5.22.0",
"@prisma/extension-read-replicas": "^0.3.0",
"@prisma/client": "6.2.1",
"@prisma/extension-read-replicas": "^0.4.0",
"@react-spring/web": "^9.7.3",
"@tanstack/react-query": "^5.28.6",
"@umami/prisma-client": "^0.14.0",
@ -106,7 +103,7 @@
"next-basics": "^0.39.0",
"node-fetch": "^3.2.8",
"npm-run-all": "^4.1.5",
"prisma": "5.22.0",
"prisma": "6.2.1",
"react": "^19.0.0",
"react-basics": "^0.125.0",
"react-beautiful-dnd": "^13.1.0",
@ -136,9 +133,9 @@
"@svgr/webpack": "^8.1.0",
"@types/cypress": "^1.1.3",
"@types/jest": "^29.5.14",
"@types/node": "^20.9.0",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",