|
20 | 20 | "@fortawesome/free-solid-svg-icons": "^6.7.2",
|
21 | 21 | "@fortawesome/react-fontawesome": "^0.2.2",
|
22 | 22 | "@prisma/client": "6.5.0",
|
23 |
| - "@prisma/extension-accelerate": "^1.3.0", |
| 23 | + "@prisma/extension-accelerate": "^2.0.1", |
24 | 24 | "@socialgouv/matomo-next": "^1.9.2",
|
25 | 25 | "animate.css": "^4.1.1",
|
26 | 26 | "axios": "^1.10.0",
|
|
36 | 36 | "react": "^19.1.0",
|
37 | 37 | "react-dom": "^19.1.0",
|
38 | 38 | "react-intersection-observer": "^9.16.0",
|
39 |
| - "react-microsoft-clarity": "^1.2.0", |
| 39 | + "react-microsoft-clarity": "^2.0.0", |
40 | 40 | "snoostorm": "^1.5.2",
|
41 | 41 | "snoowrap": "^1.23.0",
|
42 | 42 | "styled-components": "^6.1.19",
|
43 |
| - "tailwind-merge": "^2.6.0", |
| 43 | + "tailwind-merge": "^3.3.1", |
| 44 | + "tailwindcss-animate": "^1.0.7", |
44 | 45 | "web-push": "^3.6.7"
|
45 | 46 | },
|
46 | 47 | "devDependencies": {
|
47 |
| - "@types/node": "^22.14.0", |
| 48 | + "@tailwindcss/postcss": "^4.1.10", |
| 49 | + "@types/node": "^24.0.3", |
48 | 50 | "@types/react": "npm:[email protected]",
|
49 | 51 | "@types/react-dom": "npm:[email protected]",
|
50 | 52 | "@types/web-push": "^3.6.4",
|
51 | 53 | "autoprefixer": "^10.4.21",
|
| 54 | + "bufferutil": "^4.0.9", |
52 | 55 | "eslint": "latest",
|
53 | 56 | "eslint-config-next": "^15.3.3",
|
54 | 57 | "postcss": "^8.5.6",
|
55 | 58 | "prettier": "^3.5.3",
|
56 | 59 | "prettier-plugin-tailwindcss": "^0.6.12",
|
57 |
| - "prisma": "6.5.0", |
58 |
| - "tailwindcss": "^3.4.17", |
59 |
| - "typescript": "^5.8.3" |
| 60 | + "prisma": "6.10.0", |
| 61 | + "tailwindcss": "^4.1.10", |
| 62 | + "typescript": "^5.8.3", |
| 63 | + "utf-8-validate": "^6.0.5" |
60 | 64 | },
|
61 | 65 | "overrides": {
|
62 | 66 | "@types/react": "npm:[email protected]",
|
|
0 commit comments