|
10 | 10 | "test": "playwright test" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@api-platform/admin": "^4.0.3", |
14 | | - "@api-platform/api-doc-parser": "^0.16.6", |
| 13 | + "@api-platform/admin": "^4.0.4", |
| 14 | + "@api-platform/api-doc-parser": "^0.16.7", |
15 | 15 | "@auth/core": "^0.37.4", |
16 | 16 | "@fontsource/poppins": "^5.1.1", |
17 | 17 | "@mui/icons-material": "latest-v5", |
18 | 18 | "@mui/material": "latest-v5", |
19 | 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", |
| 20 | + "@tanstack/react-query": "^5.65.1", |
| 21 | + "@tanstack/react-query-devtools": "^5.65.1", |
| 22 | + "@tanstack/react-query-next-experimental": "^5.65.1", |
23 | 23 | "autoprefixer": "^10.4.20", |
24 | 24 | "formik": "^2.4.6", |
25 | | - "next": "^15.1.5", |
| 25 | + "next": "^15.1.6", |
26 | 26 | "next-auth": "5.0.0-beta.25", |
27 | 27 | "picocolors": "^1.1.1", |
28 | 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", |
| 29 | + "ra-i18n-polyglot": "^5.5.2", |
| 30 | + "ra-language-english": "^5.5.2", |
| 31 | + "ra-language-french": "^5.5.2", |
| 32 | + "ra-ui-materialui": "^5.5.2", |
33 | 33 | "react": "^19.0.0", |
34 | | - "react-admin": "^5.4.4", |
| 34 | + "react-admin": "^5.5.2", |
35 | 35 | "react-dom": "^19.0.0", |
36 | 36 | "react-hook-form": "^7.54.2", |
37 | 37 | "react-spinners": "^0.15.0", |
|
41 | 41 | "yup": "^1.6.1" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@babel/core": "^7.26.0", |
45 | | - "@playwright/test": "^1.49.1", |
| 44 | + "@babel/core": "^7.26.7", |
| 45 | + "@playwright/test": "^1.50.0", |
46 | 46 | "@popperjs/core": "^2.11.8", |
47 | | - "@types/node": "^22.10.7", |
48 | | - "@types/react": "^19.0.7", |
| 47 | + "@types/node": "^22.12.0", |
| 48 | + "@types/react": "^19.0.8", |
49 | 49 | "@types/react-dom": "^19.0.3", |
50 | | - "eslint": "^9.18.0", |
51 | | - "eslint-config-next": "^15.1.5", |
| 50 | + "eslint": "^9.19.0", |
| 51 | + "eslint-config-next": "^15.1.6", |
52 | 52 | "typescript": "^5.7.3" |
53 | 53 | }, |
54 | 54 | "packageManager": "[email protected]" |
|
0 commit comments