Skip to content

Commit

Permalink
trpc next version
Browse files Browse the repository at this point in the history
  • Loading branch information
galnir committed Nov 22, 2023
1 parent 7d95767 commit dcba3fb
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions apps/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@sapphire/time-utilities": "^1.7.10",
"@sapphire/utilities": "^3.13.0",
"@t3-oss/env-core": "^0.7.1",
"@trpc/client": "^10.43.7",
"@trpc/server": "^10.43.7",
"@trpc/client": "next",
"@trpc/server": "next",
"axios": "^1.6.2",
"colorette": "^2.0.20",
"discord.js": "^14.14.1",
Expand Down
8 changes: 4 additions & 4 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"@tanstack/react-query": "^5.8.4",
"@tanstack/react-query-devtools": "^5.8.4",
"@tanstack/react-query-next-experimental": "5.8.4",
"@trpc/client": "^10.43.7",
"@trpc/next": "^10.43.7",
"@trpc/react-query": "^10.43.7",
"@trpc/server": "^10.43.7",
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"discord-api-types": "^0.37.64",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@master-bot/auth": "^0.1.0",
"@master-bot/db": "^0.1.0",
"@t3-oss/env-core": "^0.7.1",
"@trpc/client": "^10.43.7",
"@trpc/server": "^10.43.7",
"@trpc/client": "next",
"@trpc/server": "next",
"axios": "^1.6.2",
"discord-api-types": "^0.37.64",
"superjson": "1.13.3",
Expand Down
76 changes: 38 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dcba3fb

Please sign in to comment.