Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions templates/blank/src/payload-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export interface Config {
db: {
defaultIDType: string;
};
fallbackLocale: null;
globals: {};
globalsSelect: {};
locale: null;
Expand Down
1 change: 1 addition & 0 deletions templates/ecommerce/src/payload-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export interface Config {
db: {
defaultIDType: string;
};
fallbackLocale: null;
globals: {
header: Header;
footer: Footer;
Expand Down
1 change: 1 addition & 0 deletions templates/website/src/payload-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export interface Config {
db: {
defaultIDType: string;
};
fallbackLocale: null;
globals: {
header: Header;
footer: Footer;
Expand Down
12 changes: 6 additions & 6 deletions templates/with-cloudflare-d1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
},
"dependencies": {
"@opennextjs/cloudflare": "^1.11.0",
"@payloadcms/db-d1-sqlite": "3.63.0",
"@payloadcms/next": "3.63.0",
"@payloadcms/richtext-lexical": "3.63.0",
"@payloadcms/storage-r2": "3.63.0",
"@payloadcms/ui": "3.63.0",
"@payloadcms/db-d1-sqlite": "3.66.0",
"@payloadcms/next": "3.66.0",
"@payloadcms/richtext-lexical": "3.66.0",
"@payloadcms/storage-r2": "3.66.0",
"@payloadcms/ui": "3.66.0",
"cross-env": "^7.0.3",
"dotenv": "16.4.7",
"graphql": "^16.8.1",
"next": "15.4.8",
"payload": "3.63.0",
"payload": "3.66.0",
"react": "19.2.1",
"react-dom": "19.2.1"
},
Expand Down
1 change: 1 addition & 0 deletions templates/with-cloudflare-d1/src/payload-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export interface Config {
db: {
defaultIDType: number;
};
fallbackLocale: null;
globals: {};
globalsSelect: {};
locale: null;
Expand Down
10 changes: 5 additions & 5 deletions templates/with-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts"
},
"dependencies": {
"@payloadcms/db-postgres": "3.63.0",
"@payloadcms/next": "3.63.0",
"@payloadcms/richtext-lexical": "3.63.0",
"@payloadcms/ui": "3.63.0",
"@payloadcms/db-postgres": "3.66.0",
"@payloadcms/next": "3.66.0",
"@payloadcms/richtext-lexical": "3.66.0",
"@payloadcms/ui": "3.66.0",
"cross-env": "^7.0.3",
"graphql": "^16.8.1",
"next": "15.4.8",
"payload": "3.63.0",
"payload": "3.66.0",
"react": "19.2.1",
"react-dom": "19.2.1",
"sharp": "0.34.2"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"id": "255dcb47-65ad-46bd-9bd7-6d5581478a90",
"prevId": "00000000-0000-0000-0000-000000000000",
"version": "7",
"dialect": "postgresql",
"tables": {
Expand Down Expand Up @@ -935,5 +933,7 @@
"schemas": {},
"tables": {},
"columns": {}
}
},
"id": "7e2db874-45d7-4fc8-a862-d6a68e0c155e",
"prevId": "00000000-0000-0000-0000-000000000000"
}
8 changes: 4 additions & 4 deletions templates/with-postgres/src/migrations/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as migration_20251107_183854_initial from './20251107_183854_initial'
import * as migration_20251203_212801_initial from './20251203_212801_initial'

export const migrations = [
{
up: migration_20251107_183854_initial.up,
down: migration_20251107_183854_initial.down,
name: '20251107_183854_initial',
up: migration_20251203_212801_initial.up,
down: migration_20251203_212801_initial.down,
name: '20251203_212801_initial',
},
]
1 change: 1 addition & 0 deletions templates/with-postgres/src/payload-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export interface Config {
db: {
defaultIDType: number;
};
fallbackLocale: null;
globals: {};
globalsSelect: {};
locale: null;
Expand Down
14 changes: 7 additions & 7 deletions templates/with-vercel-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts"
},
"dependencies": {
"@payloadcms/db-mongodb": "3.63.0",
"@payloadcms/next": "3.63.0",
"@payloadcms/richtext-lexical": "3.63.0",
"@payloadcms/storage-vercel-blob": "3.63.0",
"@payloadcms/ui": "3.63.0",
"@payloadcms/db-mongodb": "3.66.0",
"@payloadcms/next": "3.66.0",
"@payloadcms/richtext-lexical": "3.66.0",
"@payloadcms/storage-vercel-blob": "3.66.0",
"@payloadcms/ui": "3.66.0",
"cross-env": "^7.0.3",
"graphql": "^16.8.1",
"next": "15.4.8",
"payload": "3.63.0",
"payload": "3.66.0",
"react": "19.2.1",
"react-dom": "19.2.1"
},
Expand All @@ -48,7 +48,7 @@
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.2.3"
},
"packageManager": "pnpm@10.20.0",
"packageManager": "pnpm@10.24.0",
"engines": {
"node": "^18.20.2 || >=20.9.0"
},
Expand Down
1 change: 1 addition & 0 deletions templates/with-vercel-mongodb/src/payload-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export interface Config {
db: {
defaultIDType: string;
};
fallbackLocale: null;
globals: {};
globalsSelect: {};
locale: null;
Expand Down
14 changes: 7 additions & 7 deletions templates/with-vercel-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts"
},
"dependencies": {
"@payloadcms/db-vercel-postgres": "3.63.0",
"@payloadcms/next": "3.63.0",
"@payloadcms/richtext-lexical": "3.63.0",
"@payloadcms/storage-vercel-blob": "3.63.0",
"@payloadcms/ui": "3.63.0",
"@payloadcms/db-vercel-postgres": "3.66.0",
"@payloadcms/next": "3.66.0",
"@payloadcms/richtext-lexical": "3.66.0",
"@payloadcms/storage-vercel-blob": "3.66.0",
"@payloadcms/ui": "3.66.0",
"cross-env": "^7.0.3",
"graphql": "^16.8.1",
"next": "15.4.8",
"payload": "3.63.0",
"payload": "3.66.0",
"react": "19.2.1",
"react-dom": "19.2.1"
},
Expand All @@ -49,7 +49,7 @@
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.2.3"
},
"packageManager": "pnpm@10.20.0",
"packageManager": "pnpm@10.24.0",
"engines": {
"node": "^18.20.2 || >=20.9.0"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"id": "b1eec400-2402-4b9e-a2a6-1c3abe4d218f",
"prevId": "00000000-0000-0000-0000-000000000000",
"version": "7",
"dialect": "postgresql",
"tables": {
Expand Down Expand Up @@ -935,5 +933,7 @@
"schemas": {},
"tables": {},
"columns": {}
}
},
"id": "146ea3ea-85d8-4a6a-875e-83b67653decb",
"prevId": "00000000-0000-0000-0000-000000000000"
}
8 changes: 4 additions & 4 deletions templates/with-vercel-postgres/src/migrations/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as migration_20251107_183841_initial from './20251107_183841_initial'
import * as migration_20251203_212724_initial from './20251203_212724_initial'

export const migrations = [
{
up: migration_20251107_183841_initial.up,
down: migration_20251107_183841_initial.down,
name: '20251107_183841_initial',
up: migration_20251203_212724_initial.up,
down: migration_20251203_212724_initial.down,
name: '20251203_212724_initial',
},
]
1 change: 1 addition & 0 deletions templates/with-vercel-postgres/src/payload-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export interface Config {
db: {
defaultIDType: number;
};
fallbackLocale: null;
globals: {};
globalsSelect: {};
locale: null;
Expand Down
28 changes: 14 additions & 14 deletions templates/with-vercel-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts"
},
"dependencies": {
"@payloadcms/admin-bar": "3.63.0",
"@payloadcms/db-vercel-postgres": "3.63.0",
"@payloadcms/live-preview-react": "3.63.0",
"@payloadcms/next": "3.63.0",
"@payloadcms/plugin-form-builder": "3.63.0",
"@payloadcms/plugin-nested-docs": "3.63.0",
"@payloadcms/plugin-redirects": "3.63.0",
"@payloadcms/plugin-search": "3.63.0",
"@payloadcms/plugin-seo": "3.63.0",
"@payloadcms/richtext-lexical": "3.63.0",
"@payloadcms/storage-vercel-blob": "3.63.0",
"@payloadcms/ui": "3.63.0",
"@payloadcms/admin-bar": "3.66.0",
"@payloadcms/db-vercel-postgres": "3.66.0",
"@payloadcms/live-preview-react": "3.66.0",
"@payloadcms/next": "3.66.0",
"@payloadcms/plugin-form-builder": "3.66.0",
"@payloadcms/plugin-nested-docs": "3.66.0",
"@payloadcms/plugin-redirects": "3.66.0",
"@payloadcms/plugin-search": "3.66.0",
"@payloadcms/plugin-seo": "3.66.0",
"@payloadcms/richtext-lexical": "3.66.0",
"@payloadcms/storage-vercel-blob": "3.66.0",
"@payloadcms/ui": "3.66.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
Expand All @@ -48,7 +48,7 @@
"lucide-react": "^0.378.0",
"next": "15.4.8",
"next-sitemap": "^4.2.3",
"payload": "3.63.0",
"payload": "3.66.0",
"prism-react-renderer": "^2.3.1",
"react": "19.2.1",
"react-dom": "19.2.1",
Expand Down Expand Up @@ -81,7 +81,7 @@
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.2.3"
},
"packageManager": "pnpm@10.20.0",
"packageManager": "pnpm@10.24.0",
"engines": {
"node": "^18.20.2 || >=20.9.0"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"id": "6686d861-e460-451a-b85d-51479253bd5e",
"prevId": "00000000-0000-0000-0000-000000000000",
"version": "7",
"dialect": "postgresql",
"tables": {
Expand Down Expand Up @@ -9182,5 +9180,7 @@
"schemas": {},
"tables": {},
"columns": {}
}
},
"id": "d05c897f-266d-4aff-854c-199fd0c64f73",
"prevId": "00000000-0000-0000-0000-000000000000"
}
8 changes: 4 additions & 4 deletions templates/with-vercel-website/src/migrations/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as migration_20251107_183848_initial from './20251107_183848_initial'
import * as migration_20251203_212743_initial from './20251203_212743_initial'

export const migrations = [
{
up: migration_20251107_183848_initial.up,
down: migration_20251107_183848_initial.down,
name: '20251107_183848_initial',
up: migration_20251203_212743_initial.up,
down: migration_20251203_212743_initial.down,
name: '20251203_212743_initial',
},
]
1 change: 1 addition & 0 deletions templates/with-vercel-website/src/payload-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export interface Config {
db: {
defaultIDType: number;
};
fallbackLocale: null;
globals: {
header: Header;
footer: Footer;
Expand Down
Loading