|
10 | 10 | "test": "playwright test"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@api-platform/admin": "^3.4.9", |
| 13 | + "@api-platform/admin": "^4.0.1", |
14 | 14 | "@api-platform/api-doc-parser": "^0.16.4",
|
15 |
| - "@auth/core": "^0.34.1", |
| 15 | + "@auth/core": "^0.34.2", |
16 | 16 | "@fontsource/poppins": "^5.0.14",
|
17 |
| - "@mui/icons-material": "^5.15.21", |
18 |
| - "@mui/material": "^5.15.21", |
| 17 | + "@mui/icons-material": "^5.16.7", |
| 18 | + "@mui/material": "^5.16.7", |
19 | 19 | "@tailwindcss/forms": "^0.5.7",
|
20 |
| - "@tanstack/react-query": "^5.48.0", |
21 |
| - "@tanstack/react-query-devtools": "^5.48.0", |
22 |
| - "@tanstack/react-query-next-experimental": "^5.48.0", |
23 |
| - "autoprefixer": "^10.4.19", |
| 20 | + "@tanstack/react-query": "^5.51.23", |
| 21 | + "@tanstack/react-query-devtools": "^5.51.23", |
| 22 | + "@tanstack/react-query-next-experimental": "^5.51.23", |
| 23 | + "autoprefixer": "^10.4.20", |
24 | 24 | "formik": "^2.4.6",
|
25 |
| - "next": "^14.2.4", |
| 25 | + "next": "^14.2.5", |
26 | 26 | "next-auth": "5.0.0-beta.16",
|
27 | 27 | "picocolors": "^1.0.1",
|
28 |
| - "postcss": "^8.4.38", |
29 |
| - "ra-i18n-polyglot": "^4.16.19", |
30 |
| - "ra-language-english": "^4.16.19", |
31 |
| - "ra-language-french": "^4.16.19", |
32 |
| - "ra-ui-materialui": "^4.16.19", |
| 28 | + "postcss": "^8.4.41", |
| 29 | + "ra-i18n-polyglot": "^5.1.1", |
| 30 | + "ra-language-english": "^5.1.1", |
| 31 | + "ra-language-french": "^5.1.1", |
| 32 | + "ra-ui-materialui": "^5.1.1", |
33 | 33 | "react": "^18.3.1",
|
34 |
| - "react-admin": "^4.16.19", |
| 34 | + "react-admin": "^5.1.1", |
35 | 35 | "react-dom": "^18.3.1",
|
36 |
| - "react-hook-form": "^7.52.0", |
| 36 | + "react-hook-form": "^7.52.2", |
37 | 37 | "react-spinners": "^0.14.1",
|
38 | 38 | "sharp": "^0.33.4",
|
39 | 39 | "slugify": "^1.6.6",
|
40 |
| - "tailwindcss": "^3.4.4", |
| 40 | + "tailwindcss": "^3.4.9", |
41 | 41 | "yup": "^1.4.0"
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@babel/core": "^7.24.7", |
45 |
| - "@playwright/test": "^1.45.0", |
| 44 | + "@babel/core": "^7.25.2", |
| 45 | + "@playwright/test": "^1.46.0", |
46 | 46 | "@popperjs/core": "^2.11.8",
|
47 |
| - "@types/node": "^20.14.9", |
| 47 | + "@types/node": "^22.1.0", |
48 | 48 | "@types/react": "^18.3.3",
|
49 | 49 | "@types/react-dom": "^18.3.0",
|
50 | 50 | "eslint": "^8.57.0",
|
51 |
| - "eslint-config-next": "^14.2.4", |
52 |
| - "typescript": "^5.5.2" |
| 51 | + "eslint-config-next": "^14.2.5", |
| 52 | + "typescript": "^5.5.4" |
53 | 53 | },
|
54 | 54 | "peerDependencies": {
|
55 | 55 | "@babel/core": "^7.19.0",
|
|
0 commit comments