|
12 | 12 | "postinstall": "prisma generate && next-ws patch --yes" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@elysiajs/eden": "1.3.2", |
16 | | - "@prisma/client": "6.14.0", |
17 | | - "@tanstack/react-query": "5.85.3", |
18 | | - "elysia": "1.3.8", |
19 | | - "jose": "6.0.12", |
20 | | - "next": "15.4.6", |
21 | | - "next-ws": "^2.0.13", |
22 | | - "react": "19.1.1", |
23 | | - "react-dom": "19.1.1", |
| 15 | + "@elysiajs/eden": "1.4.4", |
| 16 | + "@prisma/client": "6.18.0", |
| 17 | + "@tanstack/react-query": "5.87.0", |
| 18 | + "elysia": "1.4.11", |
| 19 | + "jose": "6.1.0", |
| 20 | + "next": "16.0.0", |
| 21 | + "next-ws": "^2.1.5", |
| 22 | + "react": "19.2.0", |
| 23 | + "react-dom": "19.2.0", |
24 | 24 | "ws": "^8.18.3" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "@tailwindcss/postcss": "^4.1.12", |
28 | | - "@types/node": "24.3.0", |
29 | | - "@types/react": "19.1.10", |
30 | | - "@types/react-dom": "19.1.7", |
| 27 | + "@tailwindcss/postcss": "^4.1.15", |
| 28 | + "@types/node": "24.9.1", |
| 29 | + "@types/react": "19.2.2", |
| 30 | + "@types/react-dom": "19.2.2", |
31 | 31 | "@types/ws": "^8.18.1", |
32 | | - "eslint": "9.33.0", |
33 | | - "eslint-config-next": "15.4.6", |
| 32 | + "eslint": "9.38.0", |
| 33 | + "eslint-config-next": "16.0.0", |
34 | 34 | "postcss": "8.5.6", |
35 | 35 | "prettier": "3.6.2", |
36 | | - "prettier-plugin-tailwindcss": "^0.6.14", |
37 | | - "prisma": "6.14.0", |
38 | | - "tailwindcss": "^4.1.12", |
39 | | - "typescript": "5.9.2" |
| 36 | + "prettier-plugin-tailwindcss": "^0.7.1", |
| 37 | + "prisma": "6.18.0", |
| 38 | + "tailwindcss": "^4.1.15", |
| 39 | + "typescript": "5.9.3" |
40 | 40 | } |
41 | 41 | } |
0 commit comments