|
10 | 10 | "lint:fix": "eslint --fix" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@api-platform/admin": "^4.0.6", |
| 13 | + "@api-platform/admin": "^4.0.8", |
14 | 14 | "@api-platform/api-doc-parser": "^0.16.8", |
15 | 15 | "@auth/core": "^0.38.0", |
16 | | - "@fontsource/poppins": "^5.2.5", |
| 16 | + "@fontsource/poppins": "^5.2.7", |
17 | 17 | "@mui/icons-material": "latest-v5", |
18 | 18 | "@mui/material": "latest-v5", |
19 | | - "@tailwindcss/forms": "^0.5.10", |
20 | | - "@tanstack/react-query": "^5.74.2", |
21 | | - "@tanstack/react-query-devtools": "^5.74.2", |
22 | | - "@tanstack/react-query-next-experimental": "^5.74.2", |
23 | | - "autoprefixer": "^10.4.21", |
24 | | - "formik": "^2.4.6", |
25 | | - "next": "^16.1.5", |
| 19 | + "@tailwindcss/forms": "^0.5.11", |
| 20 | + "@tanstack/react-query": "^5.90.20", |
| 21 | + "@tanstack/react-query-devtools": "^5.91.3", |
| 22 | + "@tanstack/react-query-next-experimental": "^5.91.0", |
| 23 | + "autoprefixer": "^10.4.24", |
| 24 | + "formik": "^2.4.9", |
| 25 | + "next": "^16.1.6", |
26 | 26 | "next-auth": "5.0.0-beta.30", |
27 | 27 | "picocolors": "^1.1.1", |
28 | | - "postcss": "^8.5.3", |
29 | | - "ra-i18n-polyglot": "^5.7.2", |
30 | | - "ra-language-english": "^5.7.2", |
31 | | - "ra-language-french": "^5.7.2", |
32 | | - "ra-ui-materialui": "^5.7.2", |
33 | | - "react": "^19.1.0", |
34 | | - "react-admin": "^5.7.2", |
35 | | - "react-dom": "^19.1.0", |
36 | | - "react-hook-form": "^7.55.0", |
| 28 | + "postcss": "^8.5.6", |
| 29 | + "ra-i18n-polyglot": "^5.14.1", |
| 30 | + "ra-language-english": "^5.14.1", |
| 31 | + "ra-language-french": "^5.14.1", |
| 32 | + "ra-ui-materialui": "^5.14.1", |
| 33 | + "react": "^19.2.4", |
| 34 | + "react-admin": "^5.14.1", |
| 35 | + "react-dom": "^19.2.4", |
| 36 | + "react-hook-form": "^7.71.1", |
37 | 37 | "react-spinners": "^0.15.0", |
38 | | - "sharp": "^0.34.1", |
| 38 | + "sharp": "^0.34.5", |
39 | 39 | "slugify": "^1.6.6", |
40 | | - "tailwindcss": "^3.4.17", |
41 | | - "yup": "^1.6.1" |
| 40 | + "tailwindcss": "^3.4.19", |
| 41 | + "yup": "^1.7.1" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@babel/core": "^7.26.10", |
| 44 | + "@babel/core": "^7.29.0", |
45 | 45 | "@eslint/eslintrc": "^3.3.3", |
46 | 46 | "@eslint/js": "^9.39.2", |
47 | 47 | "@popperjs/core": "^2.11.8", |
48 | | - "@types/node": "^22.14.1", |
49 | | - "@types/react": "^19.1.1", |
50 | | - "@types/react-dom": "^19.1.2", |
| 48 | + "@types/node": "^22.19.7", |
| 49 | + "@types/react": "^19.2.10", |
| 50 | + "@types/react-dom": "^19.2.3", |
51 | 51 | "eslint": "^9.39.2", |
52 | 52 | "eslint-config-next": "^16.1.6", |
53 | | - "typescript": "^5.8.3" |
| 53 | + "typescript": "^5.9.3" |
54 | 54 | }, |
55 | 55 | "packageManager": "pnpm@10.3.0" |
56 | 56 | } |
0 commit comments