@trpc/next 11.10.0 → 11.11.0

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 +8 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@trpc/next",
4
- "version": "11.10.0",
4
+ "version": "11.11.0",
5
5
  "description": "The tRPC Next.js library",
6
6
  "author": "KATT",
7
7
  "license": "MIT",
@@ -104,9 +104,9 @@
104
104
  ],
105
105
  "peerDependencies": {
106
106
  "@tanstack/react-query": "^5.59.15",
107
- "@trpc/client": "11.10.0",
108
- "@trpc/react-query": "11.10.0",
109
- "@trpc/server": "11.10.0",
107
+ "@trpc/client": "11.11.0",
108
+ "@trpc/react-query": "11.11.0",
109
+ "@trpc/server": "11.11.0",
110
110
  "next": "*",
111
111
  "react": ">=16.8.0",
112
112
  "react-dom": ">=16.8.0",
@@ -122,9 +122,9 @@
122
122
  },
123
123
  "devDependencies": {
124
124
  "@tanstack/react-query": "^5.80.3",
125
- "@trpc/client": "11.10.0",
126
- "@trpc/react-query": "11.10.0",
127
- "@trpc/server": "11.10.0",
125
+ "@trpc/client": "11.11.0",
126
+ "@trpc/react-query": "11.11.0",
127
+ "@trpc/server": "11.11.0",
128
128
  "@types/express": "^5.0.0",
129
129
  "@types/node": "^22.13.5",
130
130
  "@types/react": "^19.1.0",
@@ -145,5 +145,5 @@
145
145
  "funding": [
146
146
  "https://trpc.io/sponsor"
147
147
  ],
148
- "gitHead": "54ee800f414841b4a34860ffb3e5a6bac5aef7da"
148
+ "gitHead": "e96639e69e3469b761e83afc967d3d45e201876c"
149
149
  }