Skip to content

Commit 1f30898

Browse files
committed
chore(deps): Update npm dependencies
1 parent 9bf9289 commit 1f30898

File tree

8 files changed

+2906
-2910
lines changed

8 files changed

+2906
-2910
lines changed

examples/basic/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@
1616
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
1717
},
1818
"dependencies": {
19-
"@payloadcms/db-postgres": "3.33.0",
20-
"@payloadcms/next": "3.33.0",
21-
"@payloadcms/richtext-lexical": "3.33.0",
19+
"@payloadcms/db-postgres": "3.37.0",
20+
"@payloadcms/next": "3.37.0",
21+
"@payloadcms/richtext-lexical": "3.37.0",
2222
"cross-env": "^7.0.3",
23-
"graphql": "^16.10.0",
24-
"next": "15.2.4",
25-
"next-auth": "5.0.0-beta.25",
26-
"payload": "3.33.0",
23+
"graphql": "^16.11.0",
24+
"next": "15.3.2",
25+
"next-auth": "5.0.0-beta.28",
26+
"payload": "3.37.0",
2727
"payload-authjs": "workspace:*",
2828
"react": "19.1.0",
2929
"react-dom": "19.1.0",
30-
"sharp": "0.34.0"
30+
"sharp": "0.34.1"
3131
},
3232
"devDependencies": {
3333
"@eslint/eslintrc": "^3.3.1",
34-
"@next/eslint-plugin-next": "^15.2.4",
35-
"@types/node": "^22.14.0",
36-
"@types/react": "19.1.0",
37-
"@types/react-dom": "19.1.1",
38-
"eslint": "^9.24.0",
39-
"eslint-config-next": "15.2.4",
34+
"@next/eslint-plugin-next": "^15.3.2",
35+
"@types/node": "^22.15.17",
36+
"@types/react": "19.1.3",
37+
"@types/react-dom": "19.1.3",
38+
"eslint": "^9.26.0",
39+
"eslint-config-next": "15.3.2",
4040
"eslint-plugin-react-hooks": "^5.2.0",
4141
"typescript": "5.8.3"
4242
},

examples/multiple-auth-collections/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@
1515
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
1616
},
1717
"dependencies": {
18-
"@payloadcms/db-postgres": "3.33.0",
19-
"@payloadcms/next": "3.33.0",
20-
"@payloadcms/richtext-lexical": "3.33.0",
18+
"@payloadcms/db-postgres": "3.37.0",
19+
"@payloadcms/next": "3.37.0",
20+
"@payloadcms/richtext-lexical": "3.37.0",
2121
"cross-env": "^7.0.3",
22-
"graphql": "^16.10.0",
23-
"next": "15.2.4",
24-
"next-auth": "5.0.0-beta.25",
25-
"payload": "3.33.0",
22+
"graphql": "^16.11.0",
23+
"next": "15.3.2",
24+
"next-auth": "5.0.0-beta.28",
25+
"payload": "3.37.0",
2626
"payload-authjs": "workspace:*",
2727
"react": "19.1.0",
2828
"react-dom": "19.1.0",
29-
"sharp": "0.34.0"
29+
"sharp": "0.34.1"
3030
},
3131
"devDependencies": {
3232
"@eslint/eslintrc": "^3.3.1",
33-
"@next/eslint-plugin-next": "^15.2.4",
34-
"@types/node": "^22.14.0",
35-
"@types/react": "19.1.0",
36-
"@types/react-dom": "19.1.1",
37-
"eslint": "^9.24.0",
38-
"eslint-config-next": "15.2.4",
33+
"@next/eslint-plugin-next": "^15.3.2",
34+
"@types/node": "^22.15.17",
35+
"@types/react": "19.1.3",
36+
"@types/react-dom": "19.1.3",
37+
"eslint": "^9.26.0",
38+
"eslint-config-next": "15.3.2",
3939
"eslint-plugin-react-hooks": "^5.2.0",
4040
"typescript": "5.8.3"
4141
},

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@
1515
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
1616
},
1717
"dependencies": {
18-
"@payloadcms/db-postgres": "3.33.0",
19-
"@payloadcms/next": "3.33.0",
20-
"@payloadcms/richtext-lexical": "3.33.0",
18+
"@payloadcms/db-postgres": "3.37.0",
19+
"@payloadcms/next": "3.37.0",
20+
"@payloadcms/richtext-lexical": "3.37.0",
2121
"cross-env": "^7.0.3",
22-
"graphql": "^16.10.0",
23-
"next": "15.2.4",
24-
"next-auth": "5.0.0-beta.25",
25-
"payload": "3.33.0",
22+
"graphql": "^16.11.0",
23+
"next": "15.3.2",
24+
"next-auth": "5.0.0-beta.28",
25+
"payload": "3.37.0",
2626
"payload-authjs": "workspace:*",
2727
"react": "19.1.0",
2828
"react-dom": "19.1.0",
29-
"sharp": "0.34.0"
29+
"sharp": "0.34.1"
3030
},
3131
"devDependencies": {
3232
"@eslint/eslintrc": "^3.3.1",
33-
"@next/eslint-plugin-next": "^15.2.4",
34-
"@types/node": "^22.14.0",
35-
"@types/react": "19.1.0",
36-
"@types/react-dom": "19.1.1",
37-
"eslint": "^9.24.0",
38-
"eslint-config-next": "15.2.4",
33+
"@next/eslint-plugin-next": "^15.3.2",
34+
"@types/node": "^22.15.17",
35+
"@types/react": "19.1.3",
36+
"@types/react-dom": "19.1.3",
37+
"eslint": "^9.26.0",
38+
"eslint-config-next": "15.3.2",
3939
"eslint-plugin-react-hooks": "^5.2.0",
4040
"typescript": "5.8.3"
4141
},

examples/with-payload-local-strategy/src/payload-types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ export interface UserAuthOperations {
117117
*/
118118
export interface User {
119119
id: string;
120-
email: string;
121120
emailVerified?: string | null;
122121
name?: string | null;
123122
image?: string | null;
@@ -134,6 +133,7 @@ export interface User {
134133
enableAPIKey?: boolean | null;
135134
apiKey?: string | null;
136135
apiKeyIndex?: string | null;
136+
email: string;
137137
resetPasswordToken?: string | null;
138138
resetPasswordExpiration?: string | null;
139139
salt?: string | null;
@@ -200,7 +200,6 @@ export interface PayloadMigration {
200200
*/
201201
export interface UsersSelect<T extends boolean = true> {
202202
id?: T;
203-
email?: T;
204203
emailVerified?: T;
205204
name?: T;
206205
image?: T;
@@ -217,6 +216,7 @@ export interface UsersSelect<T extends boolean = true> {
217216
enableAPIKey?: T;
218217
apiKey?: T;
219218
apiKeyIndex?: T;
219+
email?: T;
220220
resetPasswordToken?: T;
221221
resetPasswordExpiration?: T;
222222
salt?: T;

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"dev": "nx run dev:dev"
99
},
1010
"devDependencies": {
11-
"@nx/eslint": "20.7.1",
12-
"@nx/js": "20.7.1",
13-
"@nx/next": "20.7.1",
14-
"@nx/react": "20.7.1",
11+
"@nx/eslint": "21.0.3",
12+
"@nx/js": "21.0.3",
13+
"@nx/next": "21.0.3",
14+
"@nx/react": "21.0.3",
1515
"@payloadcms/eslint-config": "3.28.0",
16-
"@swc/cli": "^0.6.0",
17-
"@swc/core": "^1.11.16",
18-
"eslint": "^9.24.0",
19-
"nx": "20.7.1",
16+
"@swc/cli": "^0.7.5",
17+
"@swc/core": "^1.11.24",
18+
"eslint": "^9.26.0",
19+
"nx": "21.0.3",
2020
"prettier": "^3.5.3",
2121
"typescript": "^5.8.3"
2222
},
@@ -25,11 +25,12 @@
2525
"packages/*",
2626
"examples/*"
2727
],
28-
"packageManager": "pnpm@10.7.1",
28+
"packageManager": "pnpm@10.10.0",
2929
"pnpm": {
3030
"onlyBuiltDependencies": [
3131
"@parcel/watcher",
3232
"@swc/core",
33+
"@tailwindcss/oxide",
3334
"esbuild",
3435
"nx",
3536
"sharp"

packages/dev/package.json

Lines changed: 16 additions & 16 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.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",
16+
"@payloadcms/db-mongodb": "3.37.0",
17+
"@payloadcms/db-postgres": "3.37.0",
18+
"@payloadcms/next": "3.37.0",
19+
"@payloadcms/translations": "3.37.0",
20+
"@payloadcms/ui": "3.37.0",
21+
"@tailwindcss/postcss": "^4.1.6",
2222
"clsx": "^2.1.1",
23-
"graphql": "^16.10.0",
23+
"graphql": "^16.11.0",
2424
"jsonwebtoken": "^9.0.2",
25-
"next": "15.2.4",
26-
"next-auth": "5.0.0-beta.25",
27-
"nodemailer": "^6.10.0",
28-
"payload": "3.33.0",
25+
"next": "15.3.2",
26+
"next-auth": "5.0.0-beta.28",
27+
"nodemailer": "^6.10.1",
28+
"payload": "3.37.0",
2929
"pino-pretty": "^13.0.0",
3030
"postcss": "^8.5.3",
3131
"prettier-plugin-tailwindcss": "^0.6.11",
3232
"react": "19.1.0",
3333
"react-dom": "19.1.0",
34-
"sharp": "^0.34.0",
35-
"tailwindcss": "^4.1.3"
34+
"sharp": "^0.34.1",
35+
"tailwindcss": "^4.1.6"
3636
},
3737
"devDependencies": {
38-
"@payloadcms/graphql": "3.33.0",
38+
"@payloadcms/graphql": "3.37.0",
3939
"@types/jsonwebtoken": "^9.0.9",
40-
"@types/react": "19.1.0",
41-
"dotenv": "^16.4.7",
40+
"@types/react": "19.1.3",
41+
"dotenv": "^16.5.0",
4242
"typescript": "^5.8.3"
4343
}
4444
}

packages/payload-authjs/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,10 @@
5050
"@payloadcms/ui": "^3.16.0"
5151
},
5252
"devDependencies": {
53-
"@payloadcms/ui": "3.33.0",
54-
"@types/react": "19.1.0",
55-
"next": "15.2.4",
56-
"next-auth": "5.0.0-beta.25",
57-
"payload": "3.33.0",
53+
"@types/react": "19.1.3",
54+
"next": "15.3.2",
55+
"next-auth": "5.0.0-beta.28",
56+
"payload": "3.37.0",
5857
"react": "19.1.0",
5958
"typescript": "^5.8.3"
6059
},

0 commit comments

Comments
 (0)