|
22 | 22 | "@airbrake/node": "2.1.9",
|
23 | 23 | "@auth/prisma-adapter": "2.7.4",
|
24 | 24 | "@headlessui/react": "2.2.0",
|
25 |
| - "@microlink/react-json-view": "^1.26.0", |
| 25 | + "@microlink/react-json-view": "1.26.1", |
26 | 26 | "@prisma/client": "6.5.0",
|
27 |
| - "ai": "4.1.54", |
| 27 | + "ai": "4.1.61", |
28 | 28 | "chart.js": "4.4.8",
|
29 |
| - "clsx": "^2.1.1", |
30 |
| - "date-fns": "^4.1.0", |
31 |
| - "nanoid": "5.1.3", |
32 |
| - "next": "15.2.0-canary.76", |
| 29 | + "clsx": "2.1.1", |
| 30 | + "date-fns": "4.1.0", |
| 31 | + "nanoid": "5.1.4", |
| 32 | + "next": "15.3.0-canary.12", |
33 | 33 | "next-auth": "5.0.0-beta.25",
|
34 |
| - "numbro": "^2.5.0", |
| 34 | + "numbro": "2.5.0", |
35 | 35 | "react": "19.0.0",
|
36 | 36 | "react-chartjs-2": "5.3.0",
|
37 | 37 | "react-dom": "19.0.0",
|
|
50 | 50 | "@types/react-dom": "19.0.4",
|
51 | 51 | "@types/react-syntax-highlighter": "^15.5.13",
|
52 | 52 | "@vitejs/plugin-react": "4.3.4",
|
53 |
| - "babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112", |
| 53 | + "babel-plugin-react-compiler": "19.0.0-beta-3229e95-20250315", |
54 | 54 | "chokidar-cli": "^3.0.0",
|
55 | 55 | "eslint": "9.22.0",
|
56 |
| - "eslint-config-next": "15.2.0-canary.76", |
57 |
| - "eslint-config-prettier": "9.1.0", |
58 |
| - "eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112", |
59 |
| - "jsdom": "^26.0.0", |
| 56 | + "eslint-config-next": "15.3.0-canary.12", |
| 57 | + "eslint-config-prettier": "10.1.1", |
| 58 | + "eslint-plugin-react-compiler": "19.0.0-beta-3229e95-20250315", |
| 59 | + "jsdom": "26.0.0", |
60 | 60 | "postcss": "8.5.3",
|
61 | 61 | "prettier": "3.5.3",
|
62 | 62 | "prettier-plugin-tailwindcss": "0.6.11",
|
63 | 63 | "prisma": "6.5.0",
|
64 | 64 | "tailwindcss": "3.4.17",
|
65 | 65 | "typescript": "5.8.2",
|
66 | 66 | "vite-tsconfig-paths": "5.1.4",
|
67 |
| - "vitest": "^2.1.8" |
| 67 | + "vitest": "3.0.9" |
68 | 68 | },
|
69 | 69 | "prisma": {
|
70 | 70 | "seed": "node --experimental-strip-types prisma/seed.ts"
|
|
0 commit comments