Skip to content

Commit 7e6a164

Browse files
committed
chore(deps): Update npm dependencies
1 parent 19bfb91 commit 7e6a164

File tree

13 files changed

+1255
-2011
lines changed

13 files changed

+1255
-2011
lines changed

examples/basic/package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"scripts": {
88
"build": "cross-env NODE_OPTIONS=--no-deprecation next build",
99
"dev": "cross-env NODE_OPTIONS=--no-deprecation next dev",
10+
"dev:turbo": "cross-env NODE_OPTIONS=--no-deprecation next dev --turbopack",
1011
"devsafe": "rm -rf .next && cross-env NODE_OPTIONS=--no-deprecation next dev",
1112
"generate:importmap": "cross-env NODE_OPTIONS=--no-deprecation payload generate:importmap",
1213
"generate:types": "cross-env NODE_OPTIONS=--no-deprecation payload generate:types",
@@ -15,29 +16,29 @@
1516
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
1617
},
1718
"dependencies": {
18-
"@payloadcms/db-postgres": "^3.21.0",
19-
"@payloadcms/next": "^3.21.0",
20-
"@payloadcms/richtext-lexical": "^3.21.0",
19+
"@payloadcms/db-postgres": "3.33.0",
20+
"@payloadcms/next": "3.33.0",
21+
"@payloadcms/richtext-lexical": "3.33.0",
2122
"cross-env": "^7.0.3",
2223
"graphql": "^16.10.0",
2324
"next": "15.2.4",
2425
"next-auth": "5.0.0-beta.25",
25-
"payload": "^3.21.0",
26+
"payload": "3.33.0",
2627
"payload-authjs": "workspace:*",
27-
"react": "19.0.0",
28-
"react-dom": "19.0.0",
29-
"sharp": "0.33.5"
28+
"react": "19.1.0",
29+
"react-dom": "19.1.0",
30+
"sharp": "0.34.0"
3031
},
3132
"devDependencies": {
3233
"@eslint/eslintrc": "^3.3.1",
3334
"@next/eslint-plugin-next": "^15.2.4",
34-
"@types/node": "^22.13.13",
35-
"@types/react": "19.0.12",
36-
"@types/react-dom": "19.0.4",
37-
"eslint": "^9.23.0",
35+
"@types/node": "^22.14.0",
36+
"@types/react": "19.1.0",
37+
"@types/react-dom": "19.1.1",
38+
"eslint": "^9.24.0",
3839
"eslint-config-next": "15.2.4",
3940
"eslint-plugin-react-hooks": "^5.2.0",
40-
"typescript": "5.7.3"
41+
"typescript": "5.8.3"
4142
},
4243
"engines": {
4344
"node": "^18.20.2 || >=20.9.0"

examples/basic/project.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,12 @@
22
"$schema": "../../node_modules/nx/schemas/project-schema.json",
33
"sourceRoot": "examples/basic/src",
44
"projectType": "application",
5-
"targets": {}
5+
"targets": {
6+
"dev": {
7+
"dependsOn": ["^build"]
8+
},
9+
"dev:turbo": {
10+
"dependsOn": ["^build"]
11+
}
12+
}
613
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
import { AccountRowLabel as AccountRowLabel_06d0cb594d8f6ba2ac35015f930c882e } from 'payload-authjs/components'
12
import { SignInWithAuthjsButton as SignInWithAuthjsButton_06d0cb594d8f6ba2ac35015f930c882e } from 'payload-authjs/components'
23

34
export const importMap = {
5+
"payload-authjs/components#AccountRowLabel": AccountRowLabel_06d0cb594d8f6ba2ac35015f930c882e,
46
"payload-authjs/components#SignInWithAuthjsButton": SignInWithAuthjsButton_06d0cb594d8f6ba2ac35015f930c882e
57
}

examples/basic/src/payload-types.ts

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,66 @@
66
* and re-run `payload generate:types` to regenerate this file.
77
*/
88

9+
/**
10+
* Supported timezones in IANA format.
11+
*
12+
* This interface was referenced by `Config`'s JSON-Schema
13+
* via the `definition` "supportedTimezones".
14+
*/
15+
export type SupportedTimezones =
16+
| 'Pacific/Midway'
17+
| 'Pacific/Niue'
18+
| 'Pacific/Honolulu'
19+
| 'Pacific/Rarotonga'
20+
| 'America/Anchorage'
21+
| 'Pacific/Gambier'
22+
| 'America/Los_Angeles'
23+
| 'America/Tijuana'
24+
| 'America/Denver'
25+
| 'America/Phoenix'
26+
| 'America/Chicago'
27+
| 'America/Guatemala'
28+
| 'America/New_York'
29+
| 'America/Bogota'
30+
| 'America/Caracas'
31+
| 'America/Santiago'
32+
| 'America/Buenos_Aires'
33+
| 'America/Sao_Paulo'
34+
| 'Atlantic/South_Georgia'
35+
| 'Atlantic/Azores'
36+
| 'Atlantic/Cape_Verde'
37+
| 'Europe/London'
38+
| 'Europe/Berlin'
39+
| 'Africa/Lagos'
40+
| 'Europe/Athens'
41+
| 'Africa/Cairo'
42+
| 'Europe/Moscow'
43+
| 'Asia/Riyadh'
44+
| 'Asia/Dubai'
45+
| 'Asia/Baku'
46+
| 'Asia/Karachi'
47+
| 'Asia/Tashkent'
48+
| 'Asia/Calcutta'
49+
| 'Asia/Dhaka'
50+
| 'Asia/Almaty'
51+
| 'Asia/Jakarta'
52+
| 'Asia/Bangkok'
53+
| 'Asia/Shanghai'
54+
| 'Asia/Singapore'
55+
| 'Asia/Tokyo'
56+
| 'Asia/Seoul'
57+
| 'Australia/Brisbane'
58+
| 'Australia/Sydney'
59+
| 'Pacific/Guam'
60+
| 'Pacific/Noumea'
61+
| 'Pacific/Auckland'
62+
| 'Pacific/Fiji';
63+
964
export interface Config {
1065
auth: {
1166
users: UserAuthOperations;
1267
};
68+
blocks: {};
1369
collections: {
1470
users: User;
1571
'payload-locked-documents': PayloadLockedDocument;

examples/multiple-auth-collections/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,29 @@
1515
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
1616
},
1717
"dependencies": {
18-
"@payloadcms/db-postgres": "^3.24.0",
19-
"@payloadcms/next": "^3.24.0",
20-
"@payloadcms/richtext-lexical": "^3.24.0",
18+
"@payloadcms/db-postgres": "3.33.0",
19+
"@payloadcms/next": "3.33.0",
20+
"@payloadcms/richtext-lexical": "3.33.0",
2121
"cross-env": "^7.0.3",
2222
"graphql": "^16.10.0",
2323
"next": "15.2.4",
2424
"next-auth": "5.0.0-beta.25",
25-
"payload": "^3.24.0",
25+
"payload": "3.33.0",
2626
"payload-authjs": "workspace:*",
27-
"react": "19.0.0",
28-
"react-dom": "19.0.0",
29-
"sharp": "0.33.5"
27+
"react": "19.1.0",
28+
"react-dom": "19.1.0",
29+
"sharp": "0.34.0"
3030
},
3131
"devDependencies": {
3232
"@eslint/eslintrc": "^3.3.1",
3333
"@next/eslint-plugin-next": "^15.2.4",
34-
"@types/node": "^22.13.13",
35-
"@types/react": "19.0.12",
36-
"@types/react-dom": "19.0.4",
37-
"eslint": "^9.23.0",
34+
"@types/node": "^22.14.0",
35+
"@types/react": "19.1.0",
36+
"@types/react-dom": "19.1.1",
37+
"eslint": "^9.24.0",
3838
"eslint-config-next": "15.2.4",
3939
"eslint-plugin-react-hooks": "^5.2.0",
40-
"typescript": "5.7.3"
40+
"typescript": "5.8.3"
4141
},
4242
"engines": {
4343
"node": "^18.20.2 || >=20.9.0"

examples/multiple-auth-collections/project.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
"$schema": "../../node_modules/nx/schemas/project-schema.json",
33
"sourceRoot": "examples/multiple-auth-collections/src",
44
"projectType": "application",
5-
"targets": {}
5+
"targets": {
6+
"dev": {
7+
"dependsOn": ["^build"]
8+
}
9+
}
610
}

examples/multiple-auth-collections/src/payload-types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export type SupportedTimezones =
5454
| 'Asia/Singapore'
5555
| 'Asia/Tokyo'
5656
| 'Asia/Seoul'
57+
| 'Australia/Brisbane'
5758
| 'Australia/Sydney'
5859
| 'Pacific/Guam'
5960
| 'Pacific/Noumea'

examples/with-payload-local-strategy/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,29 @@
1515
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
1616
},
1717
"dependencies": {
18-
"@payloadcms/db-postgres": "^3.31.0",
19-
"@payloadcms/next": "^3.31.0",
20-
"@payloadcms/richtext-lexical": "^3.31.0",
18+
"@payloadcms/db-postgres": "3.33.0",
19+
"@payloadcms/next": "3.33.0",
20+
"@payloadcms/richtext-lexical": "3.33.0",
2121
"cross-env": "^7.0.3",
2222
"graphql": "^16.10.0",
2323
"next": "15.2.4",
2424
"next-auth": "5.0.0-beta.25",
25-
"payload": "^3.31.0",
25+
"payload": "3.33.0",
2626
"payload-authjs": "workspace:*",
27-
"react": "19.0.0",
28-
"react-dom": "19.0.0",
29-
"sharp": "0.33.5"
27+
"react": "19.1.0",
28+
"react-dom": "19.1.0",
29+
"sharp": "0.34.0"
3030
},
3131
"devDependencies": {
3232
"@eslint/eslintrc": "^3.3.1",
3333
"@next/eslint-plugin-next": "^15.2.4",
34-
"@types/node": "^22.13.14",
35-
"@types/react": "19.0.12",
36-
"@types/react-dom": "19.0.4",
37-
"eslint": "^9.23.0",
34+
"@types/node": "^22.14.0",
35+
"@types/react": "19.1.0",
36+
"@types/react-dom": "19.1.1",
37+
"eslint": "^9.24.0",
3838
"eslint-config-next": "15.2.4",
3939
"eslint-plugin-react-hooks": "^5.2.0",
40-
"typescript": "5.8.2"
40+
"typescript": "5.8.3"
4141
},
4242
"engines": {
4343
"node": "^18.20.2 || >=20.9.0"

examples/with-payload-local-strategy/project.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
"$schema": "../../node_modules/nx/schemas/project-schema.json",
33
"sourceRoot": "examples/with-payload-local-strategy/src",
44
"projectType": "application",
5-
"targets": {}
5+
"targets": {
6+
"dev": {
7+
"dependsOn": ["^build"]
8+
}
9+
}
610
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
"dev": "nx run dev:dev"
99
},
1010
"devDependencies": {
11-
"@nx/eslint": "20.6.4",
12-
"@nx/js": "20.6.4",
13-
"@nx/next": "20.6.4",
14-
"@nx/react": "20.6.4",
11+
"@nx/eslint": "20.7.1",
12+
"@nx/js": "20.7.1",
13+
"@nx/next": "20.7.1",
14+
"@nx/react": "20.7.1",
1515
"@payloadcms/eslint-config": "3.28.0",
16-
"eslint": "^9.23.0",
17-
"nx": "20.6.4",
16+
"eslint": "^9.24.0",
17+
"nx": "20.7.1",
1818
"prettier": "^3.5.3",
19-
"typescript": "^5.8.2"
19+
"typescript": "^5.8.3"
2020
},
2121
"nx": {},
2222
"workspaces": [
2323
"packages/*",
2424
"examples/*"
2525
],
26-
"packageManager": "pnpm@10.6.5",
26+
"packageManager": "pnpm@10.7.1",
2727
"pnpm": {
2828
"onlyBuiltDependencies": [
2929
"@parcel/watcher",

packages/dev/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,32 @@
1313
"generate:importmap": "payload generate:importmap"
1414
},
1515
"dependencies": {
16-
"@payloadcms/db-mongodb": "3.31.0",
17-
"@payloadcms/db-postgres": "3.31.0",
18-
"@payloadcms/next": "3.31.0",
19-
"@payloadcms/translations": "3.31.0",
20-
"@payloadcms/ui": "3.31.0",
21-
"@tailwindcss/postcss": "^4.0.16",
16+
"@payloadcms/db-mongodb": "3.33.0",
17+
"@payloadcms/db-postgres": "3.33.0",
18+
"@payloadcms/next": "3.33.0",
19+
"@payloadcms/translations": "3.33.0",
20+
"@payloadcms/ui": "3.33.0",
21+
"@tailwindcss/postcss": "^4.1.3",
2222
"clsx": "^2.1.1",
2323
"graphql": "^16.10.0",
2424
"jsonwebtoken": "^9.0.2",
2525
"next": "15.2.4",
2626
"next-auth": "5.0.0-beta.25",
2727
"nodemailer": "^6.10.0",
28-
"payload": "3.31.0",
28+
"payload": "3.33.0",
2929
"pino-pretty": "^13.0.0",
3030
"postcss": "^8.5.3",
3131
"prettier-plugin-tailwindcss": "^0.6.11",
32-
"react": "19.0.0",
33-
"react-dom": "19.0.0",
34-
"sharp": "^0.33.5",
35-
"tailwindcss": "^4.0.16"
32+
"react": "19.1.0",
33+
"react-dom": "19.1.0",
34+
"sharp": "^0.34.0",
35+
"tailwindcss": "^4.1.3"
3636
},
3737
"devDependencies": {
38-
"@payloadcms/graphql": "3.31.0",
38+
"@payloadcms/graphql": "3.33.0",
3939
"@types/jsonwebtoken": "^9.0.9",
40-
"@types/react": "19.0.12",
40+
"@types/react": "19.1.0",
4141
"dotenv": "^16.4.7",
42-
"typescript": "^5.8.2"
42+
"typescript": "^5.8.3"
4343
}
4444
}

packages/payload-authjs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
],
4848
"scripts": {},
4949
"devDependencies": {
50-
"@payloadcms/next": "3.31.0",
51-
"@payloadcms/ui": "3.31.0",
52-
"@types/react": "19.0.12",
50+
"@payloadcms/next": "3.33.0",
51+
"@payloadcms/ui": "3.33.0",
52+
"@types/react": "19.1.0",
5353
"next": "15.2.4",
5454
"next-auth": "5.0.0-beta.25",
55-
"payload": "3.31.0",
56-
"react": "19.0.0",
57-
"react-dom": "19.0.0",
58-
"typescript": "^5.8.2"
55+
"payload": "3.33.0",
56+
"react": "19.1.0",
57+
"react-dom": "19.1.0",
58+
"typescript": "^5.8.3"
5959
},
6060
"peerDependencies": {
6161
"@payloadcms/next": "^3.1.1",

0 commit comments

Comments
 (0)