|
44 | 44 | "sql:format:fix": "for f in scripts/views/*.sql; do sql-formatter \"$f\" --config sql-formatter.config.json --fix; done" |
45 | 45 | }, |
46 | 46 | "dependencies": { |
47 | | - "@codegouvfr/react-dsfr": "^1.31.0", |
| 47 | + "@codegouvfr/react-dsfr": "^1.31.1", |
48 | 48 | "@faker-js/faker": "^10.2.0", |
49 | 49 | "@formkit/auto-animate": "^0.9.0", |
50 | 50 | "@hookform/resolvers": "^5.2.2", |
|
61 | 61 | "jsonwebtoken": "^9.0.3", |
62 | 62 | "leaflet": "^1.9.4", |
63 | 63 | "minio": "^8.0.6", |
64 | | - "next": "16.1.5", |
| 64 | + "next": "16.1.6", |
65 | 65 | "next-auth": "^4.24.13", |
66 | 66 | "next-leaflet-cluster": "^1.0.0", |
67 | 67 | "postcss": "^8.5.6", |
68 | 68 | "pretty-bytes": "^7.1.0", |
69 | 69 | "prisma": "^7.3.0", |
70 | | - "react": "^19.2.3", |
71 | | - "react-dom": "^19.2.3", |
| 70 | + "react": "^19.2.4", |
| 71 | + "react-dom": "^19.2.4", |
72 | 72 | "react-hook-form": "^7.71.1", |
73 | 73 | "react-leaflet": "^5.0.0", |
74 | 74 | "react-number-format": "^5.4.4", |
75 | | - "read-excel-file": "^6.0.1", |
| 75 | + "read-excel-file": "^6.0.3", |
76 | 76 | "tailwind-merge": "^3.4.0", |
77 | 77 | "tailwindcss": "^4.1.3", |
78 | 78 | "uuid": "^13.0.0", |
79 | 79 | "zod": "^3.25.74 " |
80 | 80 | }, |
81 | 81 | "devDependencies": { |
82 | 82 | "@eslint/eslintrc": "^3", |
83 | | - "@playwright/test": "^1.58.0", |
| 83 | + "@playwright/test": "^1.58.1", |
84 | 84 | "@testing-library/dom": "^10.4.1", |
85 | 85 | "@testing-library/jest-dom": "^6.8.0", |
86 | 86 | "@testing-library/react": "^16.3.2", |
|
0 commit comments