Skip to content

Commit dbd0141

Browse files
committed
chore(deps): Update npm dependencies
1 parent b2d5469 commit dbd0141

File tree

8 files changed

+3672
-3261
lines changed

8 files changed

+3672
-3261
lines changed

examples/basic/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,29 @@
1616
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
1717
},
1818
"dependencies": {
19-
"@payloadcms/db-postgres": "3.54.0",
20-
"@payloadcms/next": "3.54.0",
21-
"@payloadcms/richtext-lexical": "3.54.0",
22-
"cross-env": "^10.0.0",
19+
"@payloadcms/db-postgres": "3.58.0",
20+
"@payloadcms/next": "3.58.0",
21+
"@payloadcms/richtext-lexical": "3.58.0",
22+
"cross-env": "^10.1.0",
2323
"graphql": "^16.11.0",
24-
"next": "15.5.2",
25-
"next-auth": "5.0.0-beta.28",
26-
"payload": "3.54.0",
24+
"next": "15.5.4",
25+
"next-auth": "5.0.0-beta.29",
26+
"payload": "3.58.0",
2727
"payload-authjs": "workspace:*",
28-
"react": "19.1.1",
29-
"react-dom": "19.1.1",
30-
"sharp": "0.34.3"
28+
"react": "19.2.0",
29+
"react-dom": "19.2.0",
30+
"sharp": "0.34.4"
3131
},
3232
"devDependencies": {
3333
"@eslint/eslintrc": "^3.3.1",
34-
"@next/eslint-plugin-next": "^15.5.2",
35-
"@types/node": "^24.3.0",
36-
"@types/react": "19.1.12",
37-
"@types/react-dom": "19.1.9",
38-
"eslint": "^9.34.0",
39-
"eslint-config-next": "15.5.2",
34+
"@next/eslint-plugin-next": "^15.5.4",
35+
"@types/node": "^24.7.0",
36+
"@types/react": "19.2.0",
37+
"@types/react-dom": "19.2.0",
38+
"eslint": "^9.37.0",
39+
"eslint-config-next": "15.5.4",
4040
"eslint-plugin-react-hooks": "^5.2.0",
41-
"typescript": "5.9.2"
41+
"typescript": "5.9.3"
4242
},
4343
"engines": {
4444
"node": "^18.20.2 || >=20.9.0"

examples/multiple-auth-collections/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,29 @@
1616
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
1717
},
1818
"dependencies": {
19-
"@payloadcms/db-postgres": "3.54.0",
20-
"@payloadcms/next": "3.54.0",
21-
"@payloadcms/richtext-lexical": "3.54.0",
22-
"cross-env": "^10.0.0",
19+
"@payloadcms/db-postgres": "3.58.0",
20+
"@payloadcms/next": "3.58.0",
21+
"@payloadcms/richtext-lexical": "3.58.0",
22+
"cross-env": "^10.1.0",
2323
"graphql": "^16.11.0",
24-
"next": "15.5.2",
25-
"next-auth": "5.0.0-beta.28",
26-
"payload": "3.54.0",
24+
"next": "15.5.4",
25+
"next-auth": "5.0.0-beta.29",
26+
"payload": "3.58.0",
2727
"payload-authjs": "workspace:*",
28-
"react": "19.1.1",
29-
"react-dom": "19.1.1",
30-
"sharp": "0.34.3"
28+
"react": "19.2.0",
29+
"react-dom": "19.2.0",
30+
"sharp": "0.34.4"
3131
},
3232
"devDependencies": {
3333
"@eslint/eslintrc": "^3.3.1",
34-
"@next/eslint-plugin-next": "^15.5.2",
35-
"@types/node": "^24.3.0",
36-
"@types/react": "19.1.12",
37-
"@types/react-dom": "19.1.9",
38-
"eslint": "^9.34.0",
39-
"eslint-config-next": "15.5.2",
34+
"@next/eslint-plugin-next": "^15.5.4",
35+
"@types/node": "^24.7.0",
36+
"@types/react": "19.2.0",
37+
"@types/react-dom": "19.2.0",
38+
"eslint": "^9.37.0",
39+
"eslint-config-next": "15.5.4",
4040
"eslint-plugin-react-hooks": "^5.2.0",
41-
"typescript": "5.9.2"
41+
"typescript": "5.9.3"
4242
},
4343
"engines": {
4444
"node": "^18.20.2 || >=20.9.0"

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,29 @@
1616
"start": "cross-env NODE_OPTIONS=--no-deprecation next start"
1717
},
1818
"dependencies": {
19-
"@payloadcms/db-postgres": "3.54.0",
20-
"@payloadcms/next": "3.54.0",
21-
"@payloadcms/richtext-lexical": "3.54.0",
22-
"cross-env": "^10.0.0",
19+
"@payloadcms/db-postgres": "3.58.0",
20+
"@payloadcms/next": "3.58.0",
21+
"@payloadcms/richtext-lexical": "3.58.0",
22+
"cross-env": "^10.1.0",
2323
"graphql": "^16.11.0",
24-
"next": "15.5.2",
25-
"next-auth": "5.0.0-beta.28",
26-
"payload": "3.54.0",
24+
"next": "15.5.4",
25+
"next-auth": "5.0.0-beta.29",
26+
"payload": "3.58.0",
2727
"payload-authjs": "workspace:*",
28-
"react": "19.1.1",
29-
"react-dom": "19.1.1",
30-
"sharp": "0.34.3"
28+
"react": "19.2.0",
29+
"react-dom": "19.2.0",
30+
"sharp": "0.34.4"
3131
},
3232
"devDependencies": {
3333
"@eslint/eslintrc": "^3.3.1",
34-
"@next/eslint-plugin-next": "^15.5.2",
35-
"@types/node": "^24.3.0",
36-
"@types/react": "19.1.12",
37-
"@types/react-dom": "19.1.9",
38-
"eslint": "^9.34.0",
39-
"eslint-config-next": "15.5.2",
34+
"@next/eslint-plugin-next": "^15.5.4",
35+
"@types/node": "^24.7.0",
36+
"@types/react": "19.2.0",
37+
"@types/react-dom": "19.2.0",
38+
"eslint": "^9.37.0",
39+
"eslint-config-next": "15.5.4",
4040
"eslint-plugin-react-hooks": "^5.2.0",
41-
"typescript": "5.9.2"
41+
"typescript": "5.9.3"
4242
},
4343
"engines": {
4444
"node": "^18.20.2 || >=20.9.0"

package.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,18 @@
88
"dev": "nx run dev:dev:turbo"
99
},
1010
"devDependencies": {
11-
"@nx/eslint": "21.5.1",
12-
"@nx/js": "21.5.1",
13-
"@nx/next": "21.5.1",
14-
"@nx/react": "21.5.1",
11+
"@nx/eslint": "21.6.3",
12+
"@nx/js": "21.6.3",
13+
"@nx/next": "21.6.3",
14+
"@nx/react": "21.6.3",
1515
"@payloadcms/eslint-config": "3.28.0",
1616
"@swc/cli": "^0.7.8",
1717
"@swc/core": "^1.13.5",
18-
"eslint": "^9.34.0",
19-
"nx": "21.5.1",
18+
"eslint": "^9.37.0",
19+
"nx": "21.6.3",
2020
"prettier": "^3.6.2",
21-
"typescript": "^5.9.2"
21+
"typescript": "^5.9.3"
2222
},
2323
"nx": {},
24-
"workspaces": [
25-
"packages/*",
26-
"examples/*"
27-
],
28-
"packageManager": "pnpm@10.15.1"
24+
"packageManager": "pnpm@10.18.1"
2925
}

packages/dev/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,36 @@
1111
"generate:importmap": "payload generate:importmap"
1212
},
1313
"dependencies": {
14-
"@payloadcms/db-mongodb": "3.54.0",
15-
"@payloadcms/db-postgres": "3.54.0",
16-
"@payloadcms/next": "3.54.0",
17-
"@payloadcms/translations": "3.54.0",
18-
"@payloadcms/ui": "3.54.0",
14+
"@payloadcms/db-mongodb": "3.58.0",
15+
"@payloadcms/db-postgres": "3.58.0",
16+
"@payloadcms/next": "3.58.0",
17+
"@payloadcms/translations": "3.58.0",
18+
"@payloadcms/ui": "3.58.0",
1919
"@simplewebauthn/browser": "^9.0.1",
2020
"@simplewebauthn/server": "^9.0.3",
21-
"@tailwindcss/postcss": "^4.1.12",
21+
"@tailwindcss/postcss": "^4.1.14",
2222
"clsx": "^2.1.1",
2323
"graphql": "^16.11.0",
2424
"jsonwebtoken": "^9.0.2",
25-
"next": "15.5.2",
26-
"next-auth": "5.0.0-beta.28",
27-
"nodemailer": "^7.0.6",
28-
"payload": "3.54.0",
25+
"next": "15.5.4",
26+
"next-auth": "5.0.0-beta.29",
27+
"nodemailer": "^6.10.1",
28+
"payload": "3.58.0",
2929
"payload-authjs": "workspace:*",
3030
"pino-pretty": "^13.1.1",
3131
"postcss": "^8.5.6",
3232
"prettier-plugin-tailwindcss": "^0.6.14",
33-
"react": "19.1.1",
34-
"react-dom": "19.1.1",
35-
"sharp": "^0.34.3",
36-
"tailwindcss": "^4.1.12"
33+
"react": "19.2.0",
34+
"react-dom": "19.2.0",
35+
"sharp": "^0.34.4",
36+
"tailwindcss": "^4.1.14"
3737
},
3838
"devDependencies": {
39-
"@payloadcms/graphql": "3.54.0",
39+
"@payloadcms/graphql": "3.58.0",
4040
"@types/jsonwebtoken": "^9.0.10",
41-
"@types/node": "24.3.0",
42-
"@types/react": "19.1.12",
43-
"dotenv": "^17.2.1",
44-
"typescript": "^5.9.2"
41+
"@types/node": "24.7.0",
42+
"@types/react": "19.2.0",
43+
"dotenv": "^17.2.3",
44+
"typescript": "^5.9.3"
4545
}
4646
}

packages/dev/src/app/(app)/_components/auth/payload/native/PayloadAuthProvider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const PayloadAuthProvider = async ({ children }: { children: ReactNode })
1717
language: "en",
1818
}),
1919
importMap,
20+
user: true,
2021
})}
2122
>
2223
<AuthProvider>{children}</AuthProvider>

packages/payload-authjs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
],
5656
"scripts": {},
5757
"devDependencies": {
58-
"@payloadcms/ui": "3.54.0",
59-
"@types/react": "19.1.12",
60-
"next": "15.5.2",
61-
"next-auth": "5.0.0-beta.28",
62-
"payload": "3.54.0",
63-
"react": "19.1.1",
64-
"typescript": "^5.9.2"
58+
"@payloadcms/ui": "3.58.0",
59+
"@types/react": "19.2.0",
60+
"next": "15.5.4",
61+
"next-auth": "5.0.0-beta.29",
62+
"payload": "3.58.0",
63+
"react": "19.2.0",
64+
"typescript": "^5.9.3"
6565
},
6666
"peerDependencies": {
6767
"@payloadcms/ui": "^3.16.0",

0 commit comments

Comments
 (0)