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.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"@payloadcms/richtext-lexical": "latest",
|
||||
"cross-env": "^7.0.3",
|
||||
"graphql": "^16.8.1",
|
||||
"next": "15.2.0",
|
||||
"next": "15.2.2",
|
||||
"payload": "latest",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
@@ -34,7 +34,7 @@
|
||||
"@types/react": "19.0.10",
|
||||
"@types/react-dom": "19.0.4",
|
||||
"eslint": "^9.16.0",
|
||||
"eslint-config-next": "15.2.0",
|
||||
"eslint-config-next": "15.2.2",
|
||||
"prettier": "^3.4.2",
|
||||
"typescript": "5.7.3"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": "4d0dd218-d96c-4cf1-9ccf-0fbc54bb2798",
|
||||
"id": "9cce5027-9a03-4012-908a-037491622267",
|
||||
"prevId": "00000000-0000-0000-0000-000000000000",
|
||||
"version": "7",
|
||||
"dialect": "postgresql",
|
||||
@@ -1,9 +1,9 @@
|
||||
import * as migration_20250303_013923_initial from './20250303_013923_initial'
|
||||
import * as migration_20250311_214602_initial from './20250311_214602_initial'
|
||||
|
||||
export const migrations = [
|
||||
{
|
||||
up: migration_20250303_013923_initial.up,
|
||||
down: migration_20250303_013923_initial.down,
|
||||
name: '20250303_013923_initial',
|
||||
up: migration_20250311_214602_initial.up,
|
||||
down: migration_20250311_214602_initial.down,
|
||||
name: '20250311_214602_initial',
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user