Move from TRPC to server actions

This commit is contained in:
Timothy Armes
2024-04-08 09:48:18 +02:00
parent cd83db2385
commit 0540ecc05a
25 changed files with 1802 additions and 1774 deletions
+3 -5
View File
@@ -17,11 +17,8 @@
"@hookform/resolvers": "^3.3.3",
"@kodingdotninja/use-tailwind-breakpoint": "^0.0.5",
"@next/bundle-analyzer": "^14.0.4",
"@tanstack/react-query": "^4.35.0",
"@tanstack/react-query": "^5.29.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@trpc/client": "^10.45.0",
"@trpc/react-query": "^10.45.0",
"@trpc/server": "^10.45.0",
"@types/node": "^20.8.4",
"autoprefixer": "^10.4.16",
"date-fns": "^2.30.0",
@@ -35,6 +32,7 @@
"next": "^14.0.4",
"next-intl": "^3.3.2",
"next-pwa": "^5.6.0",
"next-safe-action": "^6.2.0",
"postcss": "8.4.33",
"react": "^18.2.0",
"react-date-range": "^1.4.0",
@@ -65,8 +63,8 @@
"@types/nodemailer": "^6.4.8",
"@types/react": "^18.2.27",
"@types/react-date-range": "^1.4.9",
"@types/react-dom": "^18.2.18",
"@types/react-datepicker": "^4.15.0",
"@types/react-dom": "^18.2.18",
"@types/react-input-mask": "^3.0.2",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.4",