We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58a756 commit 01dd734Copy full SHA for 01dd734
package.json
@@ -33,10 +33,10 @@
33
"dependencies": {
34
"@prisma/client": "^5.12.1",
35
"@tanstack/react-query": "^5.66.0",
36
- "@trpc/client": "npm:@trpc/client@next",
37
- "@trpc/next": "npm:@trpc/next@next",
38
- "@trpc/react-query": "npm:@trpc/react-query@next",
39
- "@trpc/server": "npm:@trpc/server@next",
+ "@trpc/client": "next",
+ "@trpc/next": "next",
+ "@trpc/react-query": "next",
+ "@trpc/server": "next",
40
"clsx": "^2.0.0",
41
"next": "^15.1.3",
42
"react": "^19.0.0",
0 commit comments