Skip to content

Commit 066a1e4

Browse files
committed
update prisma and trpc
1 parent 3008b9a commit 066a1e4

File tree

2 files changed

+136
-83
lines changed

2 files changed

+136
-83
lines changed

package-lock.json

Lines changed: 129 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"dependencies": {
2222
"@heroicons/react": "^2.0.12",
2323
"@next-auth/prisma-adapter": "^1.0.5",
24-
"@prisma/client": "^6.1.0",
24+
"@prisma/client": "^6.17.0",
2525
"@tanstack/react-query": "^5.55.0",
26-
"@trpc/client": "^11.0.0-rc.502",
27-
"@trpc/next": "^11.0.0-rc.502",
28-
"@trpc/react-query": "^11.0.0-rc.502",
29-
"@trpc/server": "^11.0.0-rc.502",
26+
"@trpc/client": "^11.7.1",
27+
"@trpc/next": "^11.7.1",
28+
"@trpc/react-query": "^11.7.1",
29+
"@trpc/server": "^11.7.1",
3030
"@zenstackhq/runtime": "^2.21.0",
3131
"@zenstackhq/trpc": "^2.21.0",
3232
"babel-plugin-superjson-next": "^0.4.5",
@@ -41,7 +41,7 @@
4141
"react-dom": "18.2.0",
4242
"react-toastify": "^9.0.8",
4343
"superjson": "^1.12.0",
44-
"zod": "^3.24.1"
44+
"zod": "^3.25.76"
4545
},
4646
"devDependencies": {
4747
"@tailwindcss/line-clamp": "^0.4.2",
@@ -53,7 +53,7 @@
5353
"eslint": "^7.19.0",
5454
"eslint-config-next": "12.3.1",
5555
"postcss": "^8.4.16",
56-
"prisma": "^6.1.0",
56+
"prisma": "^6.17.0",
5757
"tailwindcss": "^3.1.8",
5858
"typescript": "^5.3.2",
5959
"zenstack": "^2.21.0"

0 commit comments

Comments
 (0)