|
10 | 10 | "test": "playwright test"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@api-platform/admin": "^3.4.4", |
14 |
| - "@api-platform/api-doc-parser": "^0.16.1", |
15 |
| - "@auth/core": "^0.18.0", |
| 13 | + "@api-platform/admin": "^3.4.5", |
| 14 | + "@api-platform/api-doc-parser": "^0.16.2", |
| 15 | + "@auth/core": "^0.20.0", |
16 | 16 | "@fontsource/poppins": "^5.0.8",
|
17 |
| - "@mui/icons-material": "^5.14.15", |
18 |
| - "@mui/material": "^5.14.15", |
19 |
| - "@tailwindcss/forms": "^0.5.6", |
| 17 | + "@mui/icons-material": "^5.15.4", |
| 18 | + "@mui/material": "^5.15.4", |
| 19 | + "@tailwindcss/forms": "^0.5.7", |
20 | 20 | "formik": "^2.4.5",
|
21 | 21 | "isomorphic-unfetch": "^4.0.2",
|
22 |
| - "next": "^13.5.6", |
| 22 | + "next": "^14.0.4", |
23 | 23 | "next-auth": "^4.24.5",
|
24 |
| - "postcss": "^8.4.31", |
25 |
| - "ra-i18n-polyglot": "^4.15.1", |
26 |
| - "ra-language-english": "^4.15.1", |
27 |
| - "ra-language-french": "^4.15.1", |
28 |
| - "ra-ui-materialui": "^4.15.1", |
| 24 | + "postcss": "^8.4.33", |
| 25 | + "ra-i18n-polyglot": "^4.16.6", |
| 26 | + "ra-language-english": "^4.16.6", |
| 27 | + "ra-language-french": "^4.16.6", |
| 28 | + "ra-ui-materialui": "^4.16.6", |
29 | 29 | "react": "^18.2.0",
|
30 |
| - "react-admin": "^4.15.1", |
| 30 | + "react-admin": "^4.16.6", |
31 | 31 | "react-dom": "^18.2.0",
|
32 |
| - "react-hook-form": "^7.47.0", |
| 32 | + "react-hook-form": "^7.49.3", |
33 | 33 | "react-query": "^3.39.3",
|
34 | 34 | "react-spinners": "^0.13.8",
|
35 |
| - "sharp": "^0.32.6", |
| 35 | + "sharp": "^0.33.2", |
36 | 36 | "slugify": "^1.6.6",
|
37 |
| - "yup": "^1.3.2" |
| 37 | + "yup": "^1.3.3" |
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 |
| - "@babel/core": "^7.23.2", |
41 |
| - "@playwright/test": "^1.39.0", |
| 40 | + "@babel/core": "^7.23.7", |
| 41 | + "@playwright/test": "^1.40.1", |
42 | 42 | "@popperjs/core": "^2.11.8",
|
43 |
| - "@types/node": "^20.8.9", |
44 |
| - "@types/react": "^18.2.33", |
45 |
| - "@types/react-dom": "^18.2.14", |
| 43 | + "@types/node": "^20.11.1", |
| 44 | + "@types/react": "^18.2.48", |
| 45 | + "@types/react-dom": "^18.2.18", |
46 | 46 | "autoprefixer": "^10.4.16",
|
47 |
| - "eslint": "^8.52.0", |
48 |
| - "eslint-config-next": "^13.5.6", |
49 |
| - "tailwindcss": "^3.3.5", |
50 |
| - "typescript": "^5.2.2" |
| 47 | + "eslint": "^8.56.0", |
| 48 | + "eslint-config-next": "^14.0.4", |
| 49 | + "tailwindcss": "^3.4.1", |
| 50 | + "typescript": "^5.3.3" |
51 | 51 | },
|
52 | 52 | "peerDependencies": {
|
53 | 53 | "@babel/core": "^7.19.0",
|
|
0 commit comments