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 ce05968 commit 42bbe03Copy full SHA for 42bbe03
package.json
@@ -11,10 +11,10 @@
11
"@hookform/error-message": "^2.0.1",
12
"@hookform/resolvers": "^3.9.1",
13
"@tanstack/react-query": "^5.80.3",
14
- "@trpc/client": "npm:@trpc/client",
15
- "@trpc/next": "npm:@trpc/next",
16
- "@trpc/react-query": "npm:@trpc/react-query",
17
- "@trpc/server": "npm:@trpc/server",
+ "@trpc/client": "next",
+ "@trpc/next": "next",
+ "@trpc/react-query": "next",
+ "@trpc/server": "next",
18
"next": "^15.3.1",
19
"react": "^19.1.0",
20
"react-dom": "^19.1.0",
0 commit comments