moving to trpc

This commit is contained in:
2024-11-08 08:16:26 -07:00
parent 3f4d665dd2
commit 9503b208d2
18 changed files with 5151 additions and 8235 deletions

View File

@@ -10,15 +10,21 @@
"test": "vitest"
},
"dependencies": {
"@next/env": "^15.0.3",
"@tanstack/react-query": "^5.59.20",
"@trpc/client": "11.0.0-rc.608",
"@trpc/react-query": "11.0.0-rc.608",
"@trpc/server": "11.0.0-rc.608",
"jsdom": "^25.0.0",
"next": "^14.2.7",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"superjson": "^2.2.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@monaco-editor/loader": "^1.4.0",
"@monaco-editor/react": "^4.6.0",
"@tanstack/react-query": "^5.54.1",
"@tanstack/react-query-devtools": "^5.54.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"@types/node": "^22",
@@ -29,6 +35,7 @@
"eslint-config-next": "^14.2.7",
"isomorphic-dompurify": "^2.15.0",
"marked": "^14.1.2",
"monaco-editor": "^0.52.0",
"postcss": "^8",
"react-error-boundary": "^4.0.13",
"react-hot-toast": "^2.4.1",