|
3 | 3 | "version": "0.9.2", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "@fullcalendar/core": "^6.1.11", |
7 | | - "@fullcalendar/daygrid": "^6.1.11", |
8 | | - "@fullcalendar/interaction": "^6.1.11", |
9 | | - "@fullcalendar/react": "^6.1.11", |
10 | | - "@fullcalendar/rrule": "^6.1.11", |
11 | | - "@fullcalendar/timegrid": "^6.1.11", |
12 | | - "@mui/material": "^5.15.15", |
13 | | - "@testing-library/jest-dom": "^6.4.2", |
14 | | - "@testing-library/react": "^15.0.2", |
15 | | - "@testing-library/user-event": "^14.5.2", |
16 | | - "dotenv": "^16.4.5", |
17 | | - "moment": "^2.30.1", |
18 | | - "ra-data-simple-rest": "^4.16.16", |
19 | | - "react": "^18.2.0", |
20 | | - "react-admin": "^4.16.16", |
21 | | - "react-calendar": "^4.8.0", |
22 | | - "react-dom": "^18.2.0", |
23 | | - "react-hook-form": "7.51.3", |
24 | | - "react-progressbar": "^15.4.1", |
25 | | - "typescript": "^4.9.5", |
26 | | - "web-vitals": "^3.5.2", |
27 | | - "xss": "^1.0.15" |
| 6 | + "@fullcalendar/core": "6.1.18", |
| 7 | + "@fullcalendar/daygrid": "6.1.18", |
| 8 | + "@fullcalendar/interaction": "6.1.18", |
| 9 | + "@fullcalendar/react": "6.1.18", |
| 10 | + "@fullcalendar/rrule": "6.1.18", |
| 11 | + "@fullcalendar/timegrid": "6.1.18", |
| 12 | + "@mui/icons-material": "^7.2.0", |
| 13 | + "@mui/material": "^7.2.0", |
| 14 | + "@testing-library/jest-dom": "6.6.3", |
| 15 | + "@testing-library/react": "16.3.0", |
| 16 | + "@testing-library/user-event": "14.6.1", |
| 17 | + "dotenv": "17.2.0", |
| 18 | + "moment": "2.30.1", |
| 19 | + "ra-data-simple-rest": "5.9.2", |
| 20 | + "react": "19.1.0", |
| 21 | + "react-admin": "5.9.2", |
| 22 | + "react-calendar": "6.0.0", |
| 23 | + "react-dom": "^19.1.0", |
| 24 | + "react-progressbar": "15.4.1", |
| 25 | + "typescript": "4.9.5", |
| 26 | + "web-vitals": "5.0.3", |
| 27 | + "xss": "1.0.15" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "@types/jsonexport": "^3.0.5", |
31 | | - "@types/node": "^20.12.7", |
32 | | - "@types/react-calendar": "^3.9.0", |
33 | | - "@types/react-color": "^3.0.12", |
34 | | - "@types/react-datepicker": "^6.2.0", |
35 | | - "ra-i18n-polyglot": "^4.16.16", |
36 | | - "ra-jsonapi-client": "^0.10.0", |
37 | | - "ra-language-english": "^4.16.16", |
38 | | - "react-color": "^2.19.3", |
39 | | - "react-scripts": "^4.0.3" |
| 30 | + "@types/jsonexport": "3.0.5", |
| 31 | + "@types/node": "24.0.15", |
| 32 | + "@types/react-calendar": "4.1.0", |
| 33 | + "@types/react-color": "3.0.13", |
| 34 | + "@types/react-datepicker": "7.0.0", |
| 35 | + "@types/react-dom": "^19.1.6", |
| 36 | + "ra-i18n-polyglot": "5.9.2", |
| 37 | + "ra-jsonapi-client": "0.10.0", |
| 38 | + "ra-language-english": "5.9.2", |
| 39 | + "react-color": "2.19.3", |
| 40 | + "react-scripts": "5.0.1" |
40 | 41 | }, |
41 | 42 | "scripts": { |
42 | 43 | "start": "react-scripts start", |
|
0 commit comments