Skip to content

Commit 9e1d691

Browse files
chore: bump next (#6745)
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 the "next" dependency to version ^15.3.1 across multiple example and package projects. - Upgraded the "zod" dependency to version ^3.24.4 throughout the codebase. - Updated "eslint-config-next" to ^15.3.1 in relevant projects. - No changes to public APIs or user-facing functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 0c91365 commit 9e1d691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"@trpc/next": "npm:@trpc/next",
1616
"@trpc/react-query": "npm:@trpc/react-query",
1717
"@trpc/server": "npm:@trpc/server",
18-
"next": "^15.1.7",
18+
"next": "^15.3.1",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0",
2121
"react-hook-form": "^7.53.2",
22-
"zod": "^3.24.2",
22+
"zod": "^3.24.4",
2323
"zod-form-data": "^2.0.1"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)