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 1dbaa17 commit 6c6b1f1Copy full SHA for 6c6b1f1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@examples/next-websockets-starter",
3
- "version": "10.28.0",
+ "version": "10.28.1",
4
"private": true,
5
"engines": {
6
"node": "^18.15.0"
@@ -43,10 +43,10 @@
43
"dependencies": {
44
"@prisma/client": "^4.14.1",
45
"@tanstack/react-query": "^4.18.0",
46
- "@trpc/client": "^10.28.0",
47
- "@trpc/next": "^10.28.0",
48
- "@trpc/react-query": "^10.28.0",
49
- "@trpc/server": "^10.28.0",
+ "@trpc/client": "^10.28.1",
+ "@trpc/next": "^10.28.1",
+ "@trpc/react-query": "^10.28.1",
+ "@trpc/server": "^10.28.1",
50
"clsx": "^1.1.1",
51
"next": "^13.4.3",
52
"next-auth": "^4.22.1",
0 commit comments