Skip to content

Commit 41d9eb2

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 46b0726 commit 41d9eb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"dependencies": {
3434
"@prisma/client": "^5.12.1",
3535
"@tanstack/react-query": "^5.67.1",
36-
"@trpc/client": "npm:@trpc/client@next",
37-
"@trpc/next": "npm:@trpc/next@next",
38-
"@trpc/react-query": "npm:@trpc/react-query@next",
39-
"@trpc/server": "npm:@trpc/server@next",
36+
"@trpc/client": "npm:@trpc/client",
37+
"@trpc/next": "npm:@trpc/next",
38+
"@trpc/react-query": "npm:@trpc/react-query",
39+
"@trpc/server": "npm:@trpc/server",
4040
"clsx": "^2.0.0",
4141
"next": "^15.1.7",
4242
"react": "^19.0.0",

0 commit comments

Comments
 (0)