Skip to content

Commit e18860f

Browse files
authored
chore: fix @next -> @latest (#6623)
Closes # ## 🎯 Changes What changes are made in this PR? Is it a feature or a bug fix? <!-- Note: once you create a Pull request, we will automatically fix auto-fixable lint issues in your branch --> ## ✅ Checklist - [ ] I have followed the steps listed in the [Contributing guide](https://github.com/trpc/trpc/blob/main/CONTRIBUTING.md). - [ ] If necessary, I have added documentation related to the changes made. - [ ] I have added or updated the tests related to the changes made. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated dependency configurations to switch from pre-release ("@next") versions to the latest stable releases of tRPC packages. - **Documentation** - Revised installation instructions across guides and examples to reflect the use of stable dependency versions, improving clarity and stability for users. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent ad38457 commit e18860f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"dependencies": {
4343
"@prisma/client": "^5.12.1",
4444
"@tanstack/react-query": "^5.67.1",
45-
"@trpc/client": "npm:@trpc/client@next",
46-
"@trpc/next": "npm:@trpc/next@next",
47-
"@trpc/react-query": "npm:@trpc/react-query@next",
48-
"@trpc/server": "npm:@trpc/server@next",
45+
"@trpc/client": "npm:@trpc/client",
46+
"@trpc/next": "npm:@trpc/next",
47+
"@trpc/react-query": "npm:@trpc/react-query",
48+
"@trpc/server": "npm:@trpc/server",
4949
"clsx": "^2.0.0",
5050
"next": "^15.1.7",
5151
"next-auth": "npm:next-auth@^4.24.11",

0 commit comments

Comments
 (0)