Skip to content

Commit 14e8aa8

Browse files
Bump next from 15.5.4 to 16.0.1
Bumps [next](https://github.com/vercel/next.js) from 15.5.4 to 16.0.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.5.4...v16.0.1) --- updated-dependencies: - dependency-name: next dependency-version: 16.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e8c2e6 commit 14e8aa8

File tree

4 files changed

+93
-74
lines changed

4 files changed

+93
-74
lines changed

examples/with-nextjs-appdir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@trpc/server": "^11.1.0",
1313
"jsonwebtoken": "^9.0.0",
14-
"next": "^15.3.1",
14+
"next": "^16.0.1",
1515
"nextjs-cors": "2.2.0",
1616
"react": "^19.1.0",
1717
"react-dom": "^19.1.0",

examples/with-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@trpc/server": "^11.1.0",
1313
"jsonwebtoken": "^9.0.0",
14-
"next": "^15.3.1",
14+
"next": "^16.0.1",
1515
"nextjs-cors": "2.2.0",
1616
"react": "^19",
1717
"react-dom": "^19",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"formatter-for-jest-snapshots": "npm:prettier@^2",
6666
"jest": "^29.5.0",
6767
"koa": "^2.15.3",
68-
"next": "^15.3.1",
68+
"next": "^16.0.1",
6969
"node-fetch": "^2.6.11",
7070
"node-mocks-http": "^1.12.2",
7171
"openapi-schema-validator": "^12.1.1",

0 commit comments

Comments
 (0)