@trpc/next 11.0.0-rc.807 → 11.0.0-rc.808

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +9 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/next",
3
- "version": "11.0.0-rc.807+be14f29e3",
3
+ "version": "11.0.0-rc.808+4df1eb8fa",
4
4
  "description": "The tRPC Next.js library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -74,9 +74,9 @@
74
74
  ],
75
75
  "peerDependencies": {
76
76
  "@tanstack/react-query": "^5.59.15",
77
- "@trpc/client": "11.0.0-rc.807+be14f29e3",
78
- "@trpc/react-query": "11.0.0-rc.807+be14f29e3",
79
- "@trpc/server": "11.0.0-rc.807+be14f29e3",
77
+ "@trpc/client": "11.0.0-rc.808+4df1eb8fa",
78
+ "@trpc/react-query": "11.0.0-rc.808+4df1eb8fa",
79
+ "@trpc/server": "11.0.0-rc.808+4df1eb8fa",
80
80
  "next": "*",
81
81
  "react": ">=16.8.0",
82
82
  "react-dom": ">=16.8.0",
@@ -92,13 +92,14 @@
92
92
  },
93
93
  "devDependencies": {
94
94
  "@tanstack/react-query": "^5.66.0",
95
- "@trpc/client": "11.0.0-rc.807+be14f29e3",
96
- "@trpc/react-query": "11.0.0-rc.807+be14f29e3",
97
- "@trpc/server": "11.0.0-rc.807+be14f29e3",
95
+ "@trpc/client": "11.0.0-rc.808+4df1eb8fa",
96
+ "@trpc/react-query": "11.0.0-rc.808+4df1eb8fa",
97
+ "@trpc/server": "11.0.0-rc.808+4df1eb8fa",
98
98
  "@types/express": "^5.0.0",
99
99
  "@types/node": "^22.13.5",
100
100
  "@types/react": "^19.0.0",
101
101
  "@types/react-dom": "^19.0.0",
102
+ "devalue": "^5.0.0",
102
103
  "eslint": "^9.21.0",
103
104
  "express": "^5.0.0",
104
105
  "next": "^15.1.3",
@@ -115,5 +116,5 @@
115
116
  "funding": [
116
117
  "https://trpc.io/sponsor"
117
118
  ],
118
- "gitHead": "be14f29e3f0667a2670f89e2e9e6d017797502d8"
119
+ "gitHead": "4df1eb8fa820341db81bc7cb9907f30dfebbf4d7"
119
120
  }