Skip to content

Commit

Permalink
chore: make examples point at @next (#5315)
Browse files Browse the repository at this point in the history
* preppy

* chore: auto-fix lint and/or formatting issues

* bump manypkg

* wip

* Revert "chore: auto-fix lint and/or formatting issues"

This reverts commit 1f816c2143d1fc49ab34625701e206ad9f4a699e.

* up manypkg

* revert CI

* enable CI

---------

Co-authored-by: KATT <KATT@users.noreply.github.com>
Co-authored-by: juliusmarminge <julius0216@outlook.com>
  • Loading branch information
3 people committed Jan 15, 2024
1 parent 2915d23 commit 1b43958
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"dependencies": {
"@prisma/client": "^4.14.1",
"@tanstack/react-query": "^5.0.0",
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@trpc/client": "npm:@trpc/client@next",
"@trpc/next": "npm:@trpc/next@next",
"@trpc/react-query": "npm:@trpc/react-query@next",
"@trpc/server": "npm:@trpc/server@next",
"clsx": "^2.0.0",
"next": "^14.0.1",
"react": "^18.2.0",
Expand Down

0 comments on commit 1b43958

Please sign in to comment.