@trpc/next 11.15.0 → 11.15.1
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.
- 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.15.
|
|
4
|
+
"version": "11.15.1",
|
|
5
5
|
"description": "The tRPC Next.js library",
|
|
6
6
|
"author": "KATT",
|
|
7
7
|
"license": "MIT",
|
|
@@ -107,9 +107,9 @@
|
|
|
107
107
|
],
|
|
108
108
|
"peerDependencies": {
|
|
109
109
|
"@tanstack/react-query": "^5.59.15",
|
|
110
|
-
"@trpc/client": "11.15.
|
|
111
|
-
"@trpc/react-query": "11.15.
|
|
112
|
-
"@trpc/server": "11.15.
|
|
110
|
+
"@trpc/client": "11.15.1",
|
|
111
|
+
"@trpc/react-query": "11.15.1",
|
|
112
|
+
"@trpc/server": "11.15.1",
|
|
113
113
|
"next": "*",
|
|
114
114
|
"react": ">=16.8.0",
|
|
115
115
|
"react-dom": ">=16.8.0",
|
|
@@ -126,9 +126,9 @@
|
|
|
126
126
|
"devDependencies": {
|
|
127
127
|
"@tanstack/intent": "^0.0.23",
|
|
128
128
|
"@tanstack/react-query": "^5.80.3",
|
|
129
|
-
"@trpc/client": "11.15.
|
|
130
|
-
"@trpc/react-query": "11.15.
|
|
131
|
-
"@trpc/server": "11.15.
|
|
129
|
+
"@trpc/client": "11.15.1",
|
|
130
|
+
"@trpc/react-query": "11.15.1",
|
|
131
|
+
"@trpc/server": "11.15.1",
|
|
132
132
|
"@types/express": "^5.0.0",
|
|
133
133
|
"@types/node": "^22.13.5",
|
|
134
134
|
"@types/react": "^19.1.0",
|
|
@@ -155,5 +155,5 @@
|
|
|
155
155
|
"bin": {
|
|
156
156
|
"intent": "./bin/intent.js"
|
|
157
157
|
},
|
|
158
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "88b02b81d16d4046a709508799a905ac7bf9ce8b"
|
|
159
159
|
}
|