Skip to content

Commit 9064a9b

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 5bf123e commit 9064a9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
"@trpc/react-query": "npm:@trpc/react-query",
4848
"@trpc/server": "npm:@trpc/server",
4949
"clsx": "^2.0.0",
50-
"next": "^15.1.7",
50+
"next": "^15.3.1",
5151
"next-auth": "npm:next-auth@^4.24.11",
5252
"react": "^19.1.0",
5353
"react-dom": "^19.1.0",
5454
"superjson": "^1.12.4",
5555
"tsx": "^4.19.3",
5656
"ws": "^8.0.0",
57-
"zod": "^3.24.2"
57+
"zod": "^3.24.4"
5858
},
5959
"devDependencies": {
6060
"@playwright/test": "^1.50.1",
@@ -65,7 +65,7 @@
6565
"autoprefixer": "^10.4.7",
6666
"cross-env": "^7.0.3",
6767
"eslint": "^9.21.0",
68-
"eslint-config-next": "^15.1.7",
68+
"eslint-config-next": "^15.3.1",
6969
"eslint-plugin-react": "^7.37.2",
7070
"eslint-plugin-react-hooks": "^5.1.0",
7171
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)