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 5c246a7 commit 33ced6fCopy full SHA for 33ced6f
package.json
@@ -37,10 +37,10 @@
37
"dependencies": {
38
"@prisma/client": "^5.8.1",
39
"@tanstack/react-query": "^5.0.0",
40
- "@trpc/client": "npm:@trpc/client@next",
41
- "@trpc/next": "npm:@trpc/next@next",
42
- "@trpc/react-query": "npm:@trpc/react-query@next",
43
- "@trpc/server": "npm:@trpc/server@next",
+ "@trpc/client": "next",
+ "@trpc/next": "next",
+ "@trpc/react-query": "next",
+ "@trpc/server": "next",
44
"clsx": "^2.0.0",
45
"next": "^14.0.1",
46
"react": "^18.2.0",
0 commit comments