Skip to content

Commit c4fd27d

Browse files
authored
templates: bump Payload and Next.js dependencies (#11641)
This bumps Payload to 3.28.0 and Next.js to 15.2.2 in all templates.
1 parent b44603b commit c4fd27d

File tree

20 files changed

+1048
-1042
lines changed

20 files changed

+1048
-1042
lines changed

templates/_template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@payloadcms/richtext-lexical": "latest",
2222
"cross-env": "^7.0.3",
2323
"graphql": "^16.8.1",
24-
"next": "15.2.0",
24+
"next": "15.2.2",
2525
"payload": "latest",
2626
"react": "19.0.0",
2727
"react-dom": "19.0.0",
@@ -33,7 +33,7 @@
3333
"@types/react": "19.0.10",
3434
"@types/react-dom": "19.0.4",
3535
"eslint": "^9.16.0",
36-
"eslint-config-next": "15.2.0",
36+
"eslint-config-next": "15.2.2",
3737
"prettier": "^3.4.2",
3838
"typescript": "5.7.3"
3939
},

templates/blank/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@payloadcms/richtext-lexical": "latest",
2222
"cross-env": "^7.0.3",
2323
"graphql": "^16.8.1",
24-
"next": "15.2.0",
24+
"next": "15.2.2",
2525
"payload": "latest",
2626
"react": "19.0.0",
2727
"react-dom": "19.0.0",
@@ -33,7 +33,7 @@
3333
"@types/react": "19.0.10",
3434
"@types/react-dom": "19.0.4",
3535
"eslint": "^9.16.0",
36-
"eslint-config-next": "15.2.0",
36+
"eslint-config-next": "15.2.2",
3737
"prettier": "^3.4.2",
3838
"typescript": "5.7.3"
3939
},

templates/blank/pnpm-lock.yaml

Lines changed: 504 additions & 502 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"geist": "^1.3.0",
4242
"graphql": "^16.8.2",
4343
"lucide-react": "^0.378.0",
44-
"next": "15.2.0",
44+
"next": "15.2.2",
4545
"next-sitemap": "^4.2.3",
4646
"payload": "latest",
4747
"prism-react-renderer": "^2.3.1",
@@ -62,7 +62,7 @@
6262
"autoprefixer": "^10.4.19",
6363
"copyfiles": "^2.4.1",
6464
"eslint": "^9.16.0",
65-
"eslint-config-next": "15.2.0",
65+
"eslint-config-next": "15.2.2",
6666
"postcss": "^8.4.38",
6767
"prettier": "^3.4.2",
6868
"tailwindcss": "^3.4.3",

templates/website/pnpm-lock.yaml

Lines changed: 502 additions & 498 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/website/src/blocks/Form/Error/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ export const Error = ({ name }: { name: string }) => {
1212
{(errors[name]?.message as string) || 'This field is required'}
1313
</div>
1414
)
15-
}
15+
}

templates/with-payload-cloud/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
1616
},
1717
"dependencies": {
18-
"@payloadcms/db-mongodb": "3.25.0",
19-
"@payloadcms/next": "3.25.0",
20-
"@payloadcms/payload-cloud": "3.25.0",
21-
"@payloadcms/richtext-lexical": "3.25.0",
18+
"@payloadcms/db-mongodb": "3.28.0",
19+
"@payloadcms/next": "3.28.0",
20+
"@payloadcms/payload-cloud": "3.28.0",
21+
"@payloadcms/richtext-lexical": "3.28.0",
2222
"cross-env": "^7.0.3",
2323
"graphql": "^16.8.1",
24-
"next": "15.2.0",
25-
"payload": "3.25.0",
24+
"next": "15.2.2",
25+
"payload": "3.28.0",
2626
"react": "19.0.0",
2727
"react-dom": "19.0.0",
2828
"sharp": "0.32.6"
@@ -33,7 +33,7 @@
3333
"@types/react": "19.0.10",
3434
"@types/react-dom": "19.0.4",
3535
"eslint": "^9.16.0",
36-
"eslint-config-next": "15.2.0",
36+
"eslint-config-next": "15.2.2",
3737
"prettier": "^3.4.2",
3838
"typescript": "5.7.3"
3939
},

templates/with-postgres/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@payloadcms/richtext-lexical": "latest",
2222
"cross-env": "^7.0.3",
2323
"graphql": "^16.8.1",
24-
"next": "15.2.0",
24+
"next": "15.2.2",
2525
"payload": "latest",
2626
"react": "19.0.0",
2727
"react-dom": "19.0.0",
@@ -34,7 +34,7 @@
3434
"@types/react": "19.0.10",
3535
"@types/react-dom": "19.0.4",
3636
"eslint": "^9.16.0",
37-
"eslint-config-next": "15.2.0",
37+
"eslint-config-next": "15.2.2",
3838
"prettier": "^3.4.2",
3939
"typescript": "5.7.3"
4040
},

templates/with-postgres/src/migrations/20250303_013923_initial.json renamed to templates/with-postgres/src/migrations/20250311_214602_initial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "4d0dd218-d96c-4cf1-9ccf-0fbc54bb2798",
2+
"id": "9cce5027-9a03-4012-908a-037491622267",
33
"prevId": "00000000-0000-0000-0000-000000000000",
44
"version": "7",
55
"dialect": "postgresql",

0 commit comments

Comments
 (0)