@trpc/server 10.43.1 → 10.43.2

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "10.43.1",
3
+ "version": "10.43.2",
4
4
  "description": "The tRPC server library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -146,8 +146,8 @@
146
146
  "@types/express": "^4.17.17",
147
147
  "@types/hash-sum": "^1.0.0",
148
148
  "@types/node": "^18.16.16",
149
- "@types/react": "^18.2.8",
150
- "@types/react-dom": "^18.2.4",
149
+ "@types/react": "^18.2.33",
150
+ "@types/react-dom": "^18.2.14",
151
151
  "@types/ws": "^8.2.0",
152
152
  "@web3-storage/multipart-parser": "^1.0.0",
153
153
  "aws-lambda": "^1.0.7",
@@ -158,7 +158,7 @@
158
158
  "fastify-plugin": "^4.5.0",
159
159
  "hash-sum": "^2.0.0",
160
160
  "myzod": "^1.3.1",
161
- "next": "^13.4.8",
161
+ "next": "^14.0.1",
162
162
  "react": "^18.2.0",
163
163
  "react-dom": "^18.2.0",
164
164
  "rollup": "^2.79.1",
@@ -176,5 +176,5 @@
176
176
  "funding": [
177
177
  "https://trpc.io/sponsor"
178
178
  ],
179
- "gitHead": "c20cff51a2f6391d1b4b584eb4e547d2d5c65f13"
179
+ "gitHead": "d95dd2ebfd522049e83170bf0e5cc36a26f1a0d5"
180
180
  }