|
12 | 12 | "dependencies": {
|
13 | 13 | "@api-platform/admin": "^4.0.3",
|
14 | 14 | "@api-platform/api-doc-parser": "^0.16.6",
|
15 |
| - "@auth/core": "^0.37.3", |
16 |
| - "@fontsource/poppins": "^5.1.0", |
17 |
| - "@mui/icons-material": "^5.16.7", |
18 |
| - "@mui/material": "^5.16.7", |
19 |
| - "@tailwindcss/forms": "^0.5.9", |
20 |
| - "@tanstack/react-query": "^5.59.20", |
21 |
| - "@tanstack/react-query-devtools": "^5.59.20", |
22 |
| - "@tanstack/react-query-next-experimental": "^5.59.20", |
| 15 | + "@auth/core": "^0.37.4", |
| 16 | + "@fontsource/poppins": "^5.1.1", |
| 17 | + "@mui/icons-material": "latest-v5", |
| 18 | + "@mui/material": "latest-v5", |
| 19 | + "@tailwindcss/forms": "^0.5.10", |
| 20 | + "@tanstack/react-query": "^5.64.2", |
| 21 | + "@tanstack/react-query-devtools": "^5.64.2", |
| 22 | + "@tanstack/react-query-next-experimental": "^5.64.2", |
23 | 23 | "autoprefixer": "^10.4.20",
|
24 | 24 | "formik": "^2.4.6",
|
25 |
| - "next": "^15.1.2", |
26 |
| - "next-auth": "5.0.0-beta.16", |
| 25 | + "next": "^15.1.5", |
| 26 | + "next-auth": "5.0.0-beta.25", |
27 | 27 | "picocolors": "^1.1.1",
|
28 |
| - "postcss": "^8.4.47", |
29 |
| - "ra-i18n-polyglot": "^5.3.3", |
30 |
| - "ra-language-english": "^5.3.3", |
31 |
| - "ra-language-french": "^5.3.3", |
32 |
| - "ra-ui-materialui": "^5.3.3", |
33 |
| - "react": "^18.3.1", |
34 |
| - "react-admin": "^5.3.3", |
35 |
| - "react-dom": "^18.3.1", |
36 |
| - "react-hook-form": "^7.53.2", |
37 |
| - "react-spinners": "^0.14.1", |
| 28 | + "postcss": "^8.5.1", |
| 29 | + "ra-i18n-polyglot": "^5.4.4", |
| 30 | + "ra-language-english": "^5.4.4", |
| 31 | + "ra-language-french": "^5.4.4", |
| 32 | + "ra-ui-materialui": "^5.4.4", |
| 33 | + "react": "^19.0.0", |
| 34 | + "react-admin": "^5.4.4", |
| 35 | + "react-dom": "^19.0.0", |
| 36 | + "react-hook-form": "^7.54.2", |
| 37 | + "react-spinners": "^0.15.0", |
38 | 38 | "sharp": "^0.33.5",
|
39 | 39 | "slugify": "^1.6.6",
|
40 |
| - "tailwindcss": "^3.4.14", |
41 |
| - "yup": "^1.4.0" |
| 40 | + "tailwindcss": "^3.4.17", |
| 41 | + "yup": "^1.6.1" |
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 | 44 | "@babel/core": "^7.26.0",
|
45 |
| - "@playwright/test": "^1.48.2", |
| 45 | + "@playwright/test": "^1.49.1", |
46 | 46 | "@popperjs/core": "^2.11.8",
|
47 |
| - "@types/node": "^22.9.0", |
48 |
| - "@types/react": "^18.3.12", |
49 |
| - "@types/react-dom": "^18.3.1", |
50 |
| - "eslint": "^9.14.0", |
51 |
| - "eslint-config-next": "^15.0.3", |
52 |
| - "typescript": "^5.6.3" |
53 |
| - }, |
54 |
| - "peerDependencies": { |
55 |
| - "@babel/core": "^7.19.0", |
56 |
| - "@popperjs/core": "^2.11.6" |
| 47 | + "@types/node": "^22.10.7", |
| 48 | + "@types/react": "^19.0.7", |
| 49 | + "@types/react-dom": "^19.0.3", |
| 50 | + "eslint": "^9.18.0", |
| 51 | + "eslint-config-next": "^15.1.5", |
| 52 | + "typescript": "^5.7.3" |
57 | 53 | },
|
58 | 54 | "packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
|
59 | 55 | }
|
0 commit comments