diff --git a/templates/with-postgres/package.json b/templates/with-postgres/package.json index 4dd82982b07..9d48b05326a 100644 --- a/templates/with-postgres/package.json +++ b/templates/with-postgres/package.json @@ -19,15 +19,15 @@ "test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts" }, "dependencies": { - "@payloadcms/db-postgres": "3.47.0", - "@payloadcms/next": "3.47.0", - "@payloadcms/payload-cloud": "3.47.0", - "@payloadcms/richtext-lexical": "3.47.0", - "@payloadcms/ui": "3.47.0", + "@payloadcms/db-postgres": "3.48.0", + "@payloadcms/next": "3.48.0", + "@payloadcms/payload-cloud": "3.48.0", + "@payloadcms/richtext-lexical": "3.48.0", + "@payloadcms/ui": "3.48.0", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.3.0", - "payload": "3.47.0", + "payload": "3.48.0", "react": "19.1.0", "react-dom": "19.1.0", "sharp": "0.34.2" diff --git a/templates/with-postgres/src/migrations/20250714_175444_initial.json b/templates/with-postgres/src/migrations/20250717_185722_initial.json similarity index 99% rename from templates/with-postgres/src/migrations/20250714_175444_initial.json rename to templates/with-postgres/src/migrations/20250717_185722_initial.json index 1a334812e30..0a15a4706ea 100644 --- a/templates/with-postgres/src/migrations/20250714_175444_initial.json +++ b/templates/with-postgres/src/migrations/20250717_185722_initial.json @@ -1,5 +1,5 @@ { - "id": "99e77143-a464-4a6a-b0ed-d11158d1a942", + "id": "f5b68362-ed45-472d-a9ff-c40c27c00090", "prevId": "00000000-0000-0000-0000-000000000000", "version": "7", "dialect": "postgresql", diff --git a/templates/with-postgres/src/migrations/20250714_175444_initial.ts b/templates/with-postgres/src/migrations/20250717_185722_initial.ts similarity index 100% rename from templates/with-postgres/src/migrations/20250714_175444_initial.ts rename to templates/with-postgres/src/migrations/20250717_185722_initial.ts diff --git a/templates/with-postgres/src/migrations/index.ts b/templates/with-postgres/src/migrations/index.ts index d552ee42cfa..73e4c333b11 100644 --- a/templates/with-postgres/src/migrations/index.ts +++ b/templates/with-postgres/src/migrations/index.ts @@ -1,9 +1,9 @@ -import * as migration_20250714_175444_initial from './20250714_175444_initial' +import * as migration_20250717_185722_initial from './20250717_185722_initial' export const migrations = [ { - up: migration_20250714_175444_initial.up, - down: migration_20250714_175444_initial.down, - name: '20250714_175444_initial', + up: migration_20250717_185722_initial.up, + down: migration_20250717_185722_initial.down, + name: '20250717_185722_initial', }, ] diff --git a/templates/with-vercel-mongodb/package.json b/templates/with-vercel-mongodb/package.json index 0a1b3c6ee09..96781f1decd 100644 --- a/templates/with-vercel-mongodb/package.json +++ b/templates/with-vercel-mongodb/package.json @@ -18,16 +18,16 @@ "test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts" }, "dependencies": { - "@payloadcms/db-mongodb": "3.47.0", - "@payloadcms/next": "3.47.0", - "@payloadcms/payload-cloud": "3.47.0", - "@payloadcms/richtext-lexical": "3.47.0", - "@payloadcms/storage-vercel-blob": "3.47.0", - "@payloadcms/ui": "3.47.0", + "@payloadcms/db-mongodb": "3.48.0", + "@payloadcms/next": "3.48.0", + "@payloadcms/payload-cloud": "3.48.0", + "@payloadcms/richtext-lexical": "3.48.0", + "@payloadcms/storage-vercel-blob": "3.48.0", + "@payloadcms/ui": "3.48.0", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.3.0", - "payload": "3.47.0", + "payload": "3.48.0", "react": "19.1.0", "react-dom": "19.1.0" }, diff --git a/templates/with-vercel-postgres/package.json b/templates/with-vercel-postgres/package.json index fa36ccdf4a4..6578760a32a 100644 --- a/templates/with-vercel-postgres/package.json +++ b/templates/with-vercel-postgres/package.json @@ -19,16 +19,16 @@ "test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts" }, "dependencies": { - "@payloadcms/db-vercel-postgres": "3.47.0", - "@payloadcms/next": "3.47.0", - "@payloadcms/payload-cloud": "3.47.0", - "@payloadcms/richtext-lexical": "3.47.0", - "@payloadcms/storage-vercel-blob": "3.47.0", - "@payloadcms/ui": "3.47.0", + "@payloadcms/db-vercel-postgres": "3.48.0", + "@payloadcms/next": "3.48.0", + "@payloadcms/payload-cloud": "3.48.0", + "@payloadcms/richtext-lexical": "3.48.0", + "@payloadcms/storage-vercel-blob": "3.48.0", + "@payloadcms/ui": "3.48.0", "cross-env": "^7.0.3", "graphql": "^16.8.1", "next": "15.3.0", - "payload": "3.47.0", + "payload": "3.48.0", "react": "19.1.0", "react-dom": "19.1.0" }, diff --git a/templates/with-vercel-postgres/src/migrations/20250714_175405_initial.json b/templates/with-vercel-postgres/src/migrations/20250717_185641_initial.json similarity index 99% rename from templates/with-vercel-postgres/src/migrations/20250714_175405_initial.json rename to templates/with-vercel-postgres/src/migrations/20250717_185641_initial.json index 0767d022f94..ce185b3c8f5 100644 --- a/templates/with-vercel-postgres/src/migrations/20250714_175405_initial.json +++ b/templates/with-vercel-postgres/src/migrations/20250717_185641_initial.json @@ -1,5 +1,5 @@ { - "id": "c530fbb1-3663-46c0-aa05-9f2e25b30f8c", + "id": "3ccf5344-fd18-4e04-956a-f525dd534b38", "prevId": "00000000-0000-0000-0000-000000000000", "version": "7", "dialect": "postgresql", diff --git a/templates/with-vercel-postgres/src/migrations/20250714_175405_initial.ts b/templates/with-vercel-postgres/src/migrations/20250717_185641_initial.ts similarity index 100% rename from templates/with-vercel-postgres/src/migrations/20250714_175405_initial.ts rename to templates/with-vercel-postgres/src/migrations/20250717_185641_initial.ts diff --git a/templates/with-vercel-postgres/src/migrations/index.ts b/templates/with-vercel-postgres/src/migrations/index.ts index 1ffc16cbf1a..2a3d956de0b 100644 --- a/templates/with-vercel-postgres/src/migrations/index.ts +++ b/templates/with-vercel-postgres/src/migrations/index.ts @@ -1,9 +1,9 @@ -import * as migration_20250714_175405_initial from './20250714_175405_initial' +import * as migration_20250717_185641_initial from './20250717_185641_initial' export const migrations = [ { - up: migration_20250714_175405_initial.up, - down: migration_20250714_175405_initial.down, - name: '20250714_175405_initial', + up: migration_20250717_185641_initial.up, + down: migration_20250717_185641_initial.down, + name: '20250717_185641_initial', }, ] diff --git a/templates/with-vercel-website/package.json b/templates/with-vercel-website/package.json index 344396192c4..11c532649f6 100644 --- a/templates/with-vercel-website/package.json +++ b/templates/with-vercel-website/package.json @@ -23,19 +23,19 @@ "test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts" }, "dependencies": { - "@payloadcms/admin-bar": "3.47.0", - "@payloadcms/db-vercel-postgres": "3.47.0", - "@payloadcms/live-preview-react": "3.47.0", - "@payloadcms/next": "3.47.0", - "@payloadcms/payload-cloud": "3.47.0", - "@payloadcms/plugin-form-builder": "3.47.0", - "@payloadcms/plugin-nested-docs": "3.47.0", - "@payloadcms/plugin-redirects": "3.47.0", - "@payloadcms/plugin-search": "3.47.0", - "@payloadcms/plugin-seo": "3.47.0", - "@payloadcms/richtext-lexical": "3.47.0", - "@payloadcms/storage-vercel-blob": "3.47.0", - "@payloadcms/ui": "3.47.0", + "@payloadcms/admin-bar": "3.48.0", + "@payloadcms/db-vercel-postgres": "3.48.0", + "@payloadcms/live-preview-react": "3.48.0", + "@payloadcms/next": "3.48.0", + "@payloadcms/payload-cloud": "3.48.0", + "@payloadcms/plugin-form-builder": "3.48.0", + "@payloadcms/plugin-nested-docs": "3.48.0", + "@payloadcms/plugin-redirects": "3.48.0", + "@payloadcms/plugin-search": "3.48.0", + "@payloadcms/plugin-seo": "3.48.0", + "@payloadcms/richtext-lexical": "3.48.0", + "@payloadcms/storage-vercel-blob": "3.48.0", + "@payloadcms/ui": "3.48.0", "@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-select": "^2.0.0", @@ -49,7 +49,7 @@ "lucide-react": "^0.378.0", "next": "15.3.3", "next-sitemap": "^4.2.3", - "payload": "3.47.0", + "payload": "3.48.0", "prism-react-renderer": "^2.3.1", "react": "19.1.0", "react-dom": "19.1.0", diff --git a/templates/with-vercel-website/src/migrations/20250714_175425_initial.json b/templates/with-vercel-website/src/migrations/20250717_185701_initial.json similarity index 99% rename from templates/with-vercel-website/src/migrations/20250714_175425_initial.json rename to templates/with-vercel-website/src/migrations/20250717_185701_initial.json index 2692aae9dc1..27758444cfa 100644 --- a/templates/with-vercel-website/src/migrations/20250714_175425_initial.json +++ b/templates/with-vercel-website/src/migrations/20250717_185701_initial.json @@ -1,5 +1,5 @@ { - "id": "194ab06f-3083-410e-b08c-aa19a8b82410", + "id": "39e3d45c-25cd-4803-92ca-705a0ec45307", "prevId": "00000000-0000-0000-0000-000000000000", "version": "7", "dialect": "postgresql", diff --git a/templates/with-vercel-website/src/migrations/20250714_175425_initial.ts b/templates/with-vercel-website/src/migrations/20250717_185701_initial.ts similarity index 100% rename from templates/with-vercel-website/src/migrations/20250714_175425_initial.ts rename to templates/with-vercel-website/src/migrations/20250717_185701_initial.ts diff --git a/templates/with-vercel-website/src/migrations/index.ts b/templates/with-vercel-website/src/migrations/index.ts index 667aace0af7..2df535ee161 100644 --- a/templates/with-vercel-website/src/migrations/index.ts +++ b/templates/with-vercel-website/src/migrations/index.ts @@ -1,9 +1,9 @@ -import * as migration_20250714_175425_initial from './20250714_175425_initial' +import * as migration_20250717_185701_initial from './20250717_185701_initial' export const migrations = [ { - up: migration_20250714_175425_initial.up, - down: migration_20250714_175425_initial.down, - name: '20250714_175425_initial', + up: migration_20250717_185701_initial.up, + down: migration_20250717_185701_initial.down, + name: '20250717_185701_initial', }, ]