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 1b43958 commit 488b0aeCopy full SHA for 488b0ae
package.json
@@ -38,10 +38,10 @@
38
"dependencies": {
39
"@prisma/client": "^4.14.1",
40
"@tanstack/react-query": "^5.0.0",
41
- "@trpc/client": "npm:@trpc/client@next",
42
- "@trpc/next": "npm:@trpc/next@next",
43
- "@trpc/react-query": "npm:@trpc/react-query@next",
44
- "@trpc/server": "npm:@trpc/server@next",
+ "@trpc/client": "next",
+ "@trpc/next": "next",
+ "@trpc/react-query": "next",
+ "@trpc/server": "next",
45
"clsx": "^2.0.0",
46
"next": "^14.0.1",
47
"react": "^18.2.0",
0 commit comments