|
13 | 13 | "generate:importmap": "payload generate:importmap"
|
14 | 14 | },
|
15 | 15 | "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", |
22 | 22 | "clsx": "^2.1.1",
|
23 | 23 | "graphql": "^16.11.0",
|
24 | 24 | "jsonwebtoken": "^9.0.2",
|
25 |
| - "next": "15.3.5", |
| 25 | + "next": "15.5.2", |
26 | 26 | "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", |
30 | 30 | "postcss": "^8.5.6",
|
31 | 31 | "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", |
34 | 34 | "sharp": "^0.34.3",
|
35 |
| - "tailwindcss": "^4.1.11" |
| 35 | + "tailwindcss": "^4.1.12" |
36 | 36 | },
|
37 | 37 | "devDependencies": {
|
38 |
| - "@payloadcms/graphql": "3.48.0", |
| 38 | + "@payloadcms/graphql": "3.54.0", |
39 | 39 | "@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" |
44 | 44 | }
|
45 | 45 | }
|
0 commit comments