Skip to content

Commit d777bb2

Browse files
Bump next from 13.5.8 to 14.2.26
Bumps [next](https://github.com/vercel/next.js) from 13.5.8 to 14.2.26. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v13.5.8...v14.2.26) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f5aa307 commit d777bb2

File tree

3 files changed

+144
-244
lines changed

3 files changed

+144
-244
lines changed

examples/next-with-app-dir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/node": "20.2.1",
1515
"@types/react": "19.0.8",
1616
"@types/react-dom": "19.0.3",
17-
"next": "13.4.3",
17+
"next": "14.2.26",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",
2020
"rehype-pretty-code": "^0.14.0",

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@orgajs/next": "workspace:^",
1414
"@orgajs/react": "workspace:^",
1515
"eslint-config-next": "^13.4.19",
16-
"next": "^13.4.19",
16+
"next": "^14.2.26",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0"
1919
},

0 commit comments

Comments
 (0)