chore: upgrade deps and linting

This commit is contained in:
Mythie
2023-08-01 17:34:17 +10:00
parent 25d7390b27
commit 9431e7f0ad
34 changed files with 2193 additions and 16056 deletions

View File

@ -9,12 +9,12 @@
"dependencies": {
"@documenso/lib": "*",
"@documenso/prisma": "*",
"@tanstack/react-query": "^4.29.5",
"@trpc/client": "^10.25.1",
"@trpc/next": "^10.25.1",
"@trpc/react-query": "^10.25.1",
"@trpc/server": "^10.25.1",
"superjson": "^1.12.3",
"@tanstack/react-query": "^4.32.0",
"@trpc/client": "^10.36.0",
"@trpc/next": "^10.36.0",
"@trpc/react-query": "^10.36.0",
"@trpc/server": "^10.36.0",
"superjson": "^1.13.1",
"zod": "^3.21.4"
}
}