|
7 | 7 | "@babel/core": "7.28.5", |
8 | 8 | "@babel/runtime": "7.28.4", |
9 | 9 | "@biomejs/biome": "2.3.5", |
10 | | - "@emotion/react": "11.11.1", |
11 | | - "@emotion/styled": "11.11.0", |
| 10 | + "@emotion/react": "11.14.0", |
| 11 | + "@emotion/styled": "11.14.1", |
12 | 12 | "@monaco-editor/react": "4.7.0", |
13 | | - "@mui/icons-material": "5.11.0", |
14 | | - "@mui/lab": "5.0.0-alpha.114", |
15 | | - "@mui/material": "5.11.2", |
16 | | - "@mui/system": "5.11.2", |
17 | | - "@mui/x-charts": "7.3.2", |
18 | | - "@mui/x-date-pickers": "5.0.12", |
| 13 | + "@mui/icons-material": "7.3.5", |
| 14 | + "@mui/lab": "7.0.1-beta.19", |
| 15 | + "@mui/material": "7.3.5", |
| 16 | + "@mui/system": "7.3.5", |
| 17 | + "@mui/x-charts": "8.18.0", |
| 18 | + "@mui/x-date-pickers": "8.18.0", |
| 19 | + "@testing-library/dom": "10.4.1", |
19 | 20 | "@testing-library/jest-dom": "6.9.1", |
20 | | - "@testing-library/react": "12.1.5", |
| 21 | + "@testing-library/react": "16.3.0", |
21 | 22 | "@testing-library/user-event": "14.6.1", |
22 | 23 | "@types/jest": "30.0.0", |
23 | 24 | "@types/node": "20.8.7", |
24 | | - "@types/react": "17.0.65", |
25 | | - "@types/react-dom": "17.0.18", |
26 | | - "@types/swagger-ui-react": "4.18.2", |
| 25 | + "@types/react": "19.2.6", |
| 26 | + "@types/react-dom": "19.2.3", |
| 27 | + "@types/swagger-ui-react": "5.18.0", |
27 | 28 | "babel-jest": "30.2.0", |
| 29 | + "babel-plugin-transform-assets": "1.0.2", |
28 | 30 | "babel-preset-react-app": "10.1.0", |
29 | 31 | "cypress": "13.3.2", |
30 | 32 | "dayjs": "1.11.7", |
31 | 33 | "jest": "30.2.0", |
32 | 34 | "jest-environment-jsdom": "30.2.0", |
33 | 35 | "jest-transform-stub": "2.0.0", |
34 | | - "monaco-editor": "0.34.1", |
35 | | - "react": "17.0.2", |
| 36 | + "monaco-editor": "0.54.0", |
| 37 | + "react": "19.2.0", |
36 | 38 | "react-app-polyfill": "3.0.0", |
37 | | - "react-dom": "17.0.2", |
38 | | - "react-number-format": "4.9.4", |
| 39 | + "react-dom": "19.2.0", |
| 40 | + "react-monaco-editor": "0.59.0", |
| 41 | + "react-number-format": "5.4.4", |
| 42 | + "react-router": "7.9.6", |
39 | 43 | "react-router-dom": "6.6.1", |
40 | | - "styled-components": "5.3.6", |
41 | | - "styled-icons": "10.47.0", |
42 | | - "swagger-ui-react": "5.9.0", |
| 44 | + "styled-components": "6.1.19", |
| 45 | + "styled-icons": "10.47.1", |
| 46 | + "swagger-ui-react": "5.30.2", |
43 | 47 | "typescript": "5.9.3", |
44 | 48 | "vite": "7.2.2", |
45 | 49 | "web-vitals": "2.1.4" |
46 | 50 | }, |
47 | 51 | "resolutions": { |
48 | | - "@types/react": "17.0.65", |
49 | | - "@types/react-dom": "17.0.18" |
| 52 | + "@types/react": "19.2.6", |
| 53 | + "@types/react-dom": "19.2.3" |
50 | 54 | }, |
51 | 55 | "scripts": { |
52 | 56 | "start": "vite", |
|
0 commit comments