Skip to content

Commit

Permalink
feat: ⬆️ upgrade nuxt, TRPC and client
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBroughton committed Aug 15, 2023
1 parent 039574c commit 9ee6272
Show file tree
Hide file tree
Showing 2 changed files with 1,114 additions and 552 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint": "8.39.0",
"jsdom": "22.0.0",
"npm-check": "^6.0.1",
"nuxt": "3.5.0",
"nuxt": "3.6.5",
"postcss": "8.4.23",
"prisma": "4.14.1",
"ts-node-dev": "^2.0.0",
Expand All @@ -57,17 +57,17 @@
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.6",
"@prisma/client": "4.14.1",
"@trpc/client": "10.27.0",
"@trpc/server": "10.27.0",
"@trpc/client": "^10.37.1",
"@trpc/server": "^10.37.1",
"next-auth": "4.22.1",
"superjson": "1.12.3",
"trpc-nuxt": "0.10.2",
"trpc-nuxt": "0.10.7",
"ts-pattern": "4.3.0",
"zod": "3.21.4"
},
"pnpm": {
"overrides": {
"h3": "1.6.6"
"h3": "1.8.0"
}
}
}
Loading

0 comments on commit 9ee6272

Please sign in to comment.