Skip to content

Commit 3885fc4

Browse files
committed
chore(deps): Update npm dependencies
1 parent ada1fdf commit 3885fc4

File tree

12 files changed

+3061
-2121
lines changed

12 files changed

+3061
-2121
lines changed

examples/basic/package.json

Lines changed: 15 additions & 15 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.48.0",
20-
"@payloadcms/next": "3.48.0",
21-
"@payloadcms/richtext-lexical": "3.48.0",
22-
"cross-env": "^7.0.3",
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",
2323
"graphql": "^16.11.0",
24-
"next": "15.3.5",
24+
"next": "15.5.2",
2525
"next-auth": "5.0.0-beta.28",
26-
"payload": "3.48.0",
26+
"payload": "3.54.0",
2727
"payload-authjs": "workspace:*",
28-
"react": "19.1.0",
29-
"react-dom": "19.1.0",
28+
"react": "19.1.1",
29+
"react-dom": "19.1.1",
3030
"sharp": "0.34.3"
3131
},
3232
"devDependencies": {
3333
"@eslint/eslintrc": "^3.3.1",
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",
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",
4040
"eslint-plugin-react-hooks": "^5.2.0",
41-
"typescript": "5.8.3"
41+
"typescript": "5.9.2"
4242
},
4343
"engines": {
4444
"node": "^18.20.2 || >=20.9.0"

examples/basic/src/app/(app)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import "./globals.scss";
22

3-
export default function RootLayout({ children }: { children: React.ReactNode }) {
3+
export default function RootLayout({ children }: LayoutProps<"/">) {
44
return (
55
<html lang="en">
66
<body>{children}</body>

examples/multiple-auth-collections/package.json

Lines changed: 15 additions & 15 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.48.0",
19-
"@payloadcms/next": "3.48.0",
20-
"@payloadcms/richtext-lexical": "3.48.0",
21-
"cross-env": "^7.0.3",
18+
"@payloadcms/db-postgres": "3.54.0",
19+
"@payloadcms/next": "3.54.0",
20+
"@payloadcms/richtext-lexical": "3.54.0",
21+
"cross-env": "^10.0.0",
2222
"graphql": "^16.11.0",
23-
"next": "15.3.5",
23+
"next": "15.5.2",
2424
"next-auth": "5.0.0-beta.28",
25-
"payload": "3.48.0",
25+
"payload": "3.54.0",
2626
"payload-authjs": "workspace:*",
27-
"react": "19.1.0",
28-
"react-dom": "19.1.0",
27+
"react": "19.1.1",
28+
"react-dom": "19.1.1",
2929
"sharp": "0.34.3"
3030
},
3131
"devDependencies": {
3232
"@eslint/eslintrc": "^3.3.1",
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",
33+
"@next/eslint-plugin-next": "^15.5.2",
34+
"@types/node": "^24.3.0",
35+
"@types/react": "19.1.12",
36+
"@types/react-dom": "19.1.9",
37+
"eslint": "^9.34.0",
38+
"eslint-config-next": "15.5.2",
3939
"eslint-plugin-react-hooks": "^5.2.0",
40-
"typescript": "5.8.3"
40+
"typescript": "5.9.2"
4141
},
4242
"engines": {
4343
"node": "^18.20.2 || >=20.9.0"

examples/multiple-auth-collections/src/app/(app)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import "./globals.scss";
22

3-
export default function RootLayout({ children }: { children: React.ReactNode }) {
3+
export default function RootLayout({ children }: LayoutProps<"/">) {
44
return (
55
<html lang="en">
66
<body>{children}</body>

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

Lines changed: 15 additions & 15 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.48.0",
19-
"@payloadcms/next": "3.48.0",
20-
"@payloadcms/richtext-lexical": "3.48.0",
21-
"cross-env": "^7.0.3",
18+
"@payloadcms/db-postgres": "3.54.0",
19+
"@payloadcms/next": "3.54.0",
20+
"@payloadcms/richtext-lexical": "3.54.0",
21+
"cross-env": "^10.0.0",
2222
"graphql": "^16.11.0",
23-
"next": "15.3.5",
23+
"next": "15.5.2",
2424
"next-auth": "5.0.0-beta.28",
25-
"payload": "3.48.0",
25+
"payload": "3.54.0",
2626
"payload-authjs": "workspace:*",
27-
"react": "19.1.0",
28-
"react-dom": "19.1.0",
27+
"react": "19.1.1",
28+
"react-dom": "19.1.1",
2929
"sharp": "0.34.3"
3030
},
3131
"devDependencies": {
3232
"@eslint/eslintrc": "^3.3.1",
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",
33+
"@next/eslint-plugin-next": "^15.5.2",
34+
"@types/node": "^24.3.0",
35+
"@types/react": "19.1.12",
36+
"@types/react-dom": "19.1.9",
37+
"eslint": "^9.34.0",
38+
"eslint-config-next": "15.5.2",
3939
"eslint-plugin-react-hooks": "^5.2.0",
40-
"typescript": "5.8.3"
40+
"typescript": "5.9.2"
4141
},
4242
"engines": {
4343
"node": "^18.20.2 || >=20.9.0"

examples/with-payload-local-strategy/src/app/(app)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import "./globals.scss";
22

3-
export default function RootLayout({ children }: { children: React.ReactNode }) {
3+
export default function RootLayout({ children }: LayoutProps<"/">) {
44
return (
55
<html lang="en">
66
<body>{children}</body>

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55
"type": "module",
66
"scripts": {
77
"build": "nx run payload-authjs:build",
8-
"dev": "nx run dev:dev"
8+
"dev": "nx run dev:dev:turbo"
99
},
1010
"devDependencies": {
11-
"@nx/eslint": "21.2.4",
12-
"@nx/js": "21.2.4",
13-
"@nx/next": "21.2.4",
14-
"@nx/react": "21.2.4",
11+
"@nx/eslint": "21.4.1",
12+
"@nx/js": "21.4.1",
13+
"@nx/next": "21.4.1",
14+
"@nx/react": "21.4.1",
1515
"@payloadcms/eslint-config": "3.28.0",
1616
"@swc/cli": "^0.7.8",
17-
"@swc/core": "^1.12.14",
18-
"eslint": "^9.31.0",
19-
"nx": "21.2.4",
17+
"@swc/core": "^1.13.5",
18+
"eslint": "^9.34.0",
19+
"nx": "21.4.1",
2020
"prettier": "^3.6.2",
21-
"typescript": "^5.8.3"
21+
"typescript": "^5.9.2"
2222
},
2323
"nx": {},
2424
"workspaces": [
2525
"packages/*",
2626
"examples/*"
2727
],
28-
"packageManager": "pnpm@10.13.1"
28+
"packageManager": "pnpm@10.15.1"
2929
}

packages/dev/next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

packages/dev/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,33 @@
1313
"generate:importmap": "payload generate:importmap"
1414
},
1515
"dependencies": {
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",
16+
"@payloadcms/db-mongodb": "3.54.0",
17+
"@payloadcms/db-postgres": "3.54.0",
18+
"@payloadcms/next": "3.54.0",
19+
"@payloadcms/translations": "3.54.0",
20+
"@payloadcms/ui": "3.54.0",
21+
"@tailwindcss/postcss": "^4.1.12",
2222
"clsx": "^2.1.1",
2323
"graphql": "^16.11.0",
2424
"jsonwebtoken": "^9.0.2",
25-
"next": "15.3.5",
25+
"next": "15.5.2",
2626
"next-auth": "5.0.0-beta.28",
27-
"nodemailer": "^6.10.1",
28-
"payload": "3.48.0",
29-
"pino-pretty": "^13.0.0",
27+
"nodemailer": "^7.0.6",
28+
"payload": "3.54.0",
29+
"pino-pretty": "^13.1.1",
3030
"postcss": "^8.5.6",
3131
"prettier-plugin-tailwindcss": "^0.6.14",
32-
"react": "19.1.0",
33-
"react-dom": "19.1.0",
32+
"react": "19.1.1",
33+
"react-dom": "19.1.1",
3434
"sharp": "^0.34.3",
35-
"tailwindcss": "^4.1.11"
35+
"tailwindcss": "^4.1.12"
3636
},
3737
"devDependencies": {
38-
"@payloadcms/graphql": "3.48.0",
38+
"@payloadcms/graphql": "3.54.0",
3939
"@types/jsonwebtoken": "^9.0.10",
40-
"@types/node": "24.0.14",
41-
"@types/react": "19.1.8",
42-
"dotenv": "^17.2.0",
43-
"typescript": "^5.8.3"
40+
"@types/node": "24.3.0",
41+
"@types/react": "19.1.12",
42+
"dotenv": "^17.2.1",
43+
"typescript": "^5.9.2"
4444
}
4545
}

packages/dev/src/app/(app)/layout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import React from "react";
21
import "./globals.css";
32

4-
const Layout: React.FC<{ children: React.ReactNode }> = ({ children }) => {
3+
const Layout = ({ children }: LayoutProps<"/">) => {
54
return (
65
<html lang="en">
76
<body>{children}</body>

0 commit comments

Comments
 (0)