Skip to content

Commit d97d7ed

Browse files
authored
templates: bump nextjs version to 15.1 (#9903)
1 parent 00d438e commit d97d7ed

File tree

4 files changed

+1746
-4887
lines changed

4 files changed

+1746
-4887
lines changed

templates/website/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

templates/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
"graphql": "^16.8.2",
4242
"jsonwebtoken": "9.0.2",
4343
"lucide-react": "^0.378.0",
44-
"next": "^15.0.4",
44+
"next": "^15.1.0",
4545
"next-sitemap": "^4.2.3",
4646
"payload": "latest",
4747
"payload-admin-bar": "^1.0.6",
4848
"prism-react-renderer": "^2.3.1",
49-
"react": "19.0.0",
50-
"react-dom": "19.0.0",
49+
"react": "^19.0.0",
50+
"react-dom": "^19.0.0",
5151
"react-hook-form": "7.45.4",
5252
"sharp": "0.32.6",
5353
"tailwind-merge": "^2.3.0",

0 commit comments

Comments
 (0)