File tree Expand file tree Collapse file tree 5 files changed +595
-1033
lines changed Expand file tree Collapse file tree 5 files changed +595
-1033
lines changed Original file line number Diff line number Diff line change 15
15
"start" : " cross-env NODE_OPTIONS=--no-deprecation next start"
16
16
},
17
17
"dependencies" : {
18
- "@payloadcms/db-postgres" : " ^3.19 .0" ,
19
- "@payloadcms/next" : " ^3.19 .0" ,
20
- "@payloadcms/richtext-lexical" : " ^3.19 .0" ,
18
+ "@payloadcms/db-postgres" : " ^3.21 .0" ,
19
+ "@payloadcms/next" : " ^3.21 .0" ,
20
+ "@payloadcms/richtext-lexical" : " ^3.21 .0" ,
21
21
"cross-env" : " ^7.0.3" ,
22
22
"graphql" : " ^16.10.0" ,
23
23
"next" : " 15.1.6" ,
24
24
"next-auth" : " 5.0.0-beta.25" ,
25
- "payload" : " ^3.19 .0" ,
25
+ "payload" : " ^3.21 .0" ,
26
26
"react" : " 19.0.0" ,
27
27
"react-dom" : " 19.0.0" ,
28
- "sharp" : " 0.32.6 " ,
28
+ "sharp" : " 0.33.5 " ,
29
29
"payload-authjs" : " workspace:*"
30
30
},
31
31
"devDependencies" : {
32
32
"@eslint/eslintrc" : " ^3.2.0" ,
33
- "@types/node" : " ^22.10.10 " ,
33
+ "@types/node" : " ^22.13.1 " ,
34
34
"@types/react" : " 19.0.8" ,
35
35
"@types/react-dom" : " 19.0.3" ,
36
36
"eslint" : " ^9.19.0" ,
Original file line number Diff line number Diff line change 7
7
"build" : " nx run payload-authjs:build" ,
8
8
"dev" : " nx run dev:dev"
9
9
},
10
- "dependencies" : {},
11
10
"devDependencies" : {
12
- "@nx/eslint" : " 20.3.2 " ,
13
- "@nx/js" : " 20.3.2 " ,
14
- "@nx/next" : " 20.3.2 " ,
15
- "@nx/react" : " 20.3.2 " ,
11
+ "@nx/eslint" : " 20.4.0 " ,
12
+ "@nx/js" : " 20.4.0 " ,
13
+ "@nx/next" : " 20.4.0 " ,
14
+ "@nx/react" : " 20.4.0 " ,
16
15
"@payloadcms/eslint-config" : " 3.9.0" ,
17
- "nx" : " 20.3.2 " ,
16
+ "nx" : " 20.4.0 " ,
18
17
"prettier" : " ^3.4.2" ,
19
18
"typescript" : " ^5.7.3"
20
19
},
23
22
" packages/*" ,
24
23
" examples/*"
25
24
],
26
- "packageManager" : " pnpm@9.15.4"
25
+ "packageManager" : " pnpm@10.2.0" ,
26
+ "pnpm" : {
27
+ "onlyBuiltDependencies" : [
28
+ " @swc/core" ,
29
+ " esbuild" ,
30
+ " nx" ,
31
+ " sharp"
32
+ ]
33
+ }
27
34
}
Original file line number Diff line number Diff line change 12
12
"generate:importmap" : " payload generate:importmap"
13
13
},
14
14
"dependencies" : {
15
- "@payloadcms/db-postgres" : " 3.18 .0" ,
16
- "@payloadcms/next" : " 3.18 .0" ,
17
- "@payloadcms/ui" : " 3.18 .0" ,
15
+ "@payloadcms/db-postgres" : " 3.21 .0" ,
16
+ "@payloadcms/next" : " 3.21 .0" ,
17
+ "@payloadcms/ui" : " 3.21 .0" ,
18
18
"jsonwebtoken" : " ^9.0.2" ,
19
19
"next" : " 15.1.6" ,
20
20
"next-auth" : " 5.0.0-beta.25" ,
21
- "nodemailer" : " ^6.9.16 " ,
22
- "payload" : " 3.18 .0" ,
21
+ "nodemailer" : " ^6.10.0 " ,
22
+ "payload" : " 3.21 .0" ,
23
23
"react" : " 19.0.0" ,
24
24
"react-dom" : " 19.0.0" ,
25
25
"sharp" : " ^0.33.5"
26
26
},
27
27
"devDependencies" : {
28
- "@types/jsonwebtoken" : " ^9.0.7 " ,
29
- "@types/react" : " 19.0.7 " ,
28
+ "@types/jsonwebtoken" : " ^9.0.8 " ,
29
+ "@types/react" : " 19.0.8 " ,
30
30
"dotenv" : " ^16.4.7" ,
31
31
"typescript" : " ^5.7.3"
32
32
}
Original file line number Diff line number Diff line change 42
42
"scripts" : {},
43
43
"dependencies" : {},
44
44
"devDependencies" : {
45
- "@types/react" : " 19.0.7 " ,
46
- "next" : " 15.1.5 " ,
45
+ "@types/react" : " 19.0.8 " ,
46
+ "next" : " 15.1.6 " ,
47
47
"next-auth" : " 5.0.0-beta.25" ,
48
- "payload" : " 3.18 .0" ,
48
+ "payload" : " 3.21 .0" ,
49
49
"react" : " 19.0.0" ,
50
50
"react-dom" : " 19.0.0" ,
51
51
"typescript" : " ^5.7.3"
You can’t perform that action at this time.
0 commit comments