Skip to content

Commit 5d1d6a3

Browse files
committed
chore(deps): Update npm dependencies
1 parent 9b4d548 commit 5d1d6a3

File tree

10 files changed

+3642
-3178
lines changed

10 files changed

+3642
-3178
lines changed

examples/basic/package.json

Lines changed: 12 additions & 12 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.37.0",
20-
"@payloadcms/next": "3.37.0",
21-
"@payloadcms/richtext-lexical": "3.37.0",
19+
"@payloadcms/db-postgres": "3.48.0",
20+
"@payloadcms/next": "3.48.0",
21+
"@payloadcms/richtext-lexical": "3.48.0",
2222
"cross-env": "^7.0.3",
2323
"graphql": "^16.11.0",
24-
"next": "15.3.2",
24+
"next": "15.3.5",
2525
"next-auth": "5.0.0-beta.28",
26-
"payload": "3.37.0",
26+
"payload": "3.48.0",
2727
"payload-authjs": "workspace:*",
2828
"react": "19.1.0",
2929
"react-dom": "19.1.0",
30-
"sharp": "0.34.1"
30+
"sharp": "0.34.3"
3131
},
3232
"devDependencies": {
3333
"@eslint/eslintrc": "^3.3.1",
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",
34+
"@next/eslint-plugin-next": "^15.3.5",
35+
"@types/node": "^24.0.14",
36+
"@types/react": "19.1.8",
37+
"@types/react-dom": "19.1.6",
38+
"eslint": "^9.31.0",
39+
"eslint-config-next": "15.3.5",
4040
"eslint-plugin-react-hooks": "^5.2.0",
4141
"typescript": "5.8.3"
4242
},

examples/multiple-auth-collections/package.json

Lines changed: 12 additions & 12 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.37.0",
19-
"@payloadcms/next": "3.37.0",
20-
"@payloadcms/richtext-lexical": "3.37.0",
18+
"@payloadcms/db-postgres": "3.48.0",
19+
"@payloadcms/next": "3.48.0",
20+
"@payloadcms/richtext-lexical": "3.48.0",
2121
"cross-env": "^7.0.3",
2222
"graphql": "^16.11.0",
23-
"next": "15.3.2",
23+
"next": "15.3.5",
2424
"next-auth": "5.0.0-beta.28",
25-
"payload": "3.37.0",
25+
"payload": "3.48.0",
2626
"payload-authjs": "workspace:*",
2727
"react": "19.1.0",
2828
"react-dom": "19.1.0",
29-
"sharp": "0.34.1"
29+
"sharp": "0.34.3"
3030
},
3131
"devDependencies": {
3232
"@eslint/eslintrc": "^3.3.1",
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",
33+
"@next/eslint-plugin-next": "^15.3.5",
34+
"@types/node": "^24.0.14",
35+
"@types/react": "19.1.8",
36+
"@types/react-dom": "19.1.6",
37+
"eslint": "^9.31.0",
38+
"eslint-config-next": "15.3.5",
3939
"eslint-plugin-react-hooks": "^5.2.0",
4040
"typescript": "5.8.3"
4141
},

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

Lines changed: 12 additions & 12 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.37.0",
19-
"@payloadcms/next": "3.37.0",
20-
"@payloadcms/richtext-lexical": "3.37.0",
18+
"@payloadcms/db-postgres": "3.48.0",
19+
"@payloadcms/next": "3.48.0",
20+
"@payloadcms/richtext-lexical": "3.48.0",
2121
"cross-env": "^7.0.3",
2222
"graphql": "^16.11.0",
23-
"next": "15.3.2",
23+
"next": "15.3.5",
2424
"next-auth": "5.0.0-beta.28",
25-
"payload": "3.37.0",
25+
"payload": "3.48.0",
2626
"payload-authjs": "workspace:*",
2727
"react": "19.1.0",
2828
"react-dom": "19.1.0",
29-
"sharp": "0.34.1"
29+
"sharp": "0.34.3"
3030
},
3131
"devDependencies": {
3232
"@eslint/eslintrc": "^3.3.1",
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",
33+
"@next/eslint-plugin-next": "^15.3.5",
34+
"@types/node": "^24.0.14",
35+
"@types/react": "19.1.8",
36+
"@types/react-dom": "19.1.6",
37+
"eslint": "^9.31.0",
38+
"eslint-config-next": "15.3.5",
3939
"eslint-plugin-react-hooks": "^5.2.0",
4040
"typescript": "5.8.3"
4141
},

examples/with-payload-local-strategy/src/collections/users.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const Users: CollectionConfig = {
1212
* @see https://payloadcms.com/docs/authentication/api-keys
1313
*/
1414
useAPIKey: true,
15+
useSessions: false, // TODO: Database sessions currently not working
1516
},
1617
fields: [],
1718
};

package.json

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,22 @@
88
"dev": "nx run dev:dev"
99
},
1010
"devDependencies": {
11-
"@nx/eslint": "21.0.3",
12-
"@nx/js": "21.0.3",
13-
"@nx/next": "21.0.3",
14-
"@nx/react": "21.0.3",
11+
"@nx/eslint": "21.2.4",
12+
"@nx/js": "21.2.4",
13+
"@nx/next": "21.2.4",
14+
"@nx/react": "21.2.4",
1515
"@payloadcms/eslint-config": "3.28.0",
16-
"@swc/cli": "^0.7.5",
17-
"@swc/core": "^1.11.24",
18-
"eslint": "^9.26.0",
19-
"nx": "21.0.3",
20-
"prettier": "^3.5.3",
16+
"@swc/cli": "^0.7.8",
17+
"@swc/core": "^1.12.14",
18+
"eslint": "^9.31.0",
19+
"nx": "21.2.4",
20+
"prettier": "^3.6.2",
2121
"typescript": "^5.8.3"
2222
},
2323
"nx": {},
2424
"workspaces": [
2525
"packages/*",
2626
"examples/*"
2727
],
28-
"packageManager": "pnpm@10.10.0",
29-
"pnpm": {
30-
"onlyBuiltDependencies": [
31-
"@parcel/watcher",
32-
"@swc/core",
33-
"@tailwindcss/oxide",
34-
"esbuild",
35-
"nx",
36-
"sharp"
37-
]
38-
}
28+
"packageManager": "pnpm@10.13.1"
3929
}

packages/dev/package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,33 @@
1313
"generate:importmap": "payload generate:importmap"
1414
},
1515
"dependencies": {
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",
16+
"@payloadcms/db-mongodb": "3.48.0",
17+
"@payloadcms/db-postgres": "3.48.0",
18+
"@payloadcms/next": "3.48.0",
19+
"@payloadcms/translations": "3.48.0",
20+
"@payloadcms/ui": "3.48.0",
21+
"@tailwindcss/postcss": "^4.1.11",
2222
"clsx": "^2.1.1",
2323
"graphql": "^16.11.0",
2424
"jsonwebtoken": "^9.0.2",
25-
"next": "15.3.2",
25+
"next": "15.3.5",
2626
"next-auth": "5.0.0-beta.28",
2727
"nodemailer": "^6.10.1",
28-
"payload": "3.37.0",
28+
"payload": "3.48.0",
2929
"pino-pretty": "^13.0.0",
30-
"postcss": "^8.5.3",
31-
"prettier-plugin-tailwindcss": "^0.6.11",
30+
"postcss": "^8.5.6",
31+
"prettier-plugin-tailwindcss": "^0.6.14",
3232
"react": "19.1.0",
3333
"react-dom": "19.1.0",
34-
"sharp": "^0.34.1",
35-
"tailwindcss": "^4.1.6"
34+
"sharp": "^0.34.3",
35+
"tailwindcss": "^4.1.11"
3636
},
3737
"devDependencies": {
38-
"@payloadcms/graphql": "3.37.0",
39-
"@types/jsonwebtoken": "^9.0.9",
40-
"@types/react": "19.1.3",
41-
"dotenv": "^16.5.0",
38+
"@payloadcms/graphql": "3.48.0",
39+
"@types/jsonwebtoken": "^9.0.10",
40+
"@types/node": "24.0.14",
41+
"@types/react": "19.1.8",
42+
"dotenv": "^17.2.0",
4243
"typescript": "^5.8.3"
4344
}
4445
}

packages/dev/src/payload/collections/users.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const Users: CollectionConfig<"users"> = {
2020
requireEmail: true,
2121
requireUsername: false,
2222
},
23+
useSessions: false, // TODO: Database sessions currently not working
2324
},
2425
defaultPopulate: {
2526
id: true,

packages/payload-authjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
"@payloadcms/ui": "^3.16.0"
5959
},
6060
"devDependencies": {
61-
"@types/react": "19.1.3",
62-
"next": "15.3.2",
61+
"@types/react": "19.1.8",
62+
"next": "15.3.5",
6363
"next-auth": "5.0.0-beta.28",
64-
"payload": "3.37.0",
64+
"payload": "3.48.0",
6565
"react": "19.1.0",
6666
"typescript": "^5.8.3"
6767
},

0 commit comments

Comments
 (0)