|
6 | 6 | "proxy": "http://127.0.0.1:7280", |
7 | 7 | "homepage": "/ui/", |
8 | 8 | "dependencies": { |
9 | | - "@emotion/react": "^11.11.0", |
10 | | - "@emotion/styled": "^11.11.0", |
11 | | - "@mui/icons-material": "^5.11.0", |
12 | | - "@mui/lab": "^5.0.0-alpha.114", |
13 | | - "@mui/material": "^5.11.2", |
14 | | - "@mui/system": "^5.11.2", |
15 | | - "@mui/x-charts": "^7.3.2", |
16 | | - "@mui/x-date-pickers": "^5.0.12", |
17 | | - "@types/jest": "^29.5.6", |
18 | | - "@types/node": "^20.8.7", |
19 | | - "@types/react": "^17.0.20", |
20 | | - "@types/react-dom": "^17.0.9", |
21 | | - "@types/swagger-ui-react": "^4.18.2", |
22 | | - "@typescript-eslint/eslint-plugin": "^6.8.0", |
23 | | - "@typescript-eslint/parser": "^6.8.0", |
24 | | - "dayjs": "^1.11.7", |
25 | | - "monaco-editor": "^0.34.1", |
26 | | - "monaco-editor-webpack-plugin": "^7.0.1", |
| 9 | + "@emotion/react": "11.11.1", |
| 10 | + "@emotion/styled": "11.11.0", |
| 11 | + "@mui/icons-material": "5.11.0", |
| 12 | + "@mui/lab": "5.0.0-alpha.114", |
| 13 | + "@mui/material": "5.11.2", |
| 14 | + "@mui/system": "5.11.2", |
| 15 | + "@mui/x-charts": "7.3.2", |
| 16 | + "@mui/x-date-pickers": "5.0.12", |
| 17 | + "@types/jest": "29.5.6", |
| 18 | + "@types/node": "20.8.7", |
| 19 | + "@types/react": "17.0.65", |
| 20 | + "@types/react-dom": "17.0.18", |
| 21 | + "@types/swagger-ui-react": "4.18.2", |
| 22 | + "@typescript-eslint/eslint-plugin": "6.8.0", |
| 23 | + "@typescript-eslint/parser": "6.8.0", |
| 24 | + "dayjs": "1.11.7", |
| 25 | + "monaco-editor": "0.34.1", |
| 26 | + "monaco-editor-webpack-plugin": "7.1.0", |
27 | 27 | "prettier": "2.8.1", |
28 | | - "react": "^17.0.2", |
29 | | - "react-app-rewired": "^2.2.1", |
30 | | - "react-dom": "^17.0.2", |
31 | | - "react-monaco-editor": "^0.50.1", |
32 | | - "react-number-format": "^4.9.3", |
33 | | - "react-router-dom": "6", |
34 | | - "react-scripts": "~5.0.1", |
35 | | - "styled-components": "^5.3.6", |
36 | | - "styled-icons": "^10.47.0", |
37 | | - "swagger-ui-react": "^5.9.0", |
38 | | - "typescript": "^4.4.2", |
39 | | - "web-vitals": "^2.1.0" |
| 28 | + "react": "17.0.2", |
| 29 | + "react-app-rewired": "2.2.1", |
| 30 | + "react-dom": "17.0.2", |
| 31 | + "react-monaco-editor": "0.50.1", |
| 32 | + "react-number-format": "4.9.4", |
| 33 | + "react-router-dom": "6.6.1", |
| 34 | + "react-scripts": "5.0.1", |
| 35 | + "styled-components": "5.3.6", |
| 36 | + "styled-icons": "10.47.0", |
| 37 | + "swagger-ui-react": "5.9.0", |
| 38 | + "typescript": "4.9.5", |
| 39 | + "web-vitals": "2.1.4" |
40 | 40 | }, |
41 | 41 | "resolutions": { |
42 | | - "@types/react": "17.0.20", |
43 | | - "@types/react-dom": "17.0.9" |
| 42 | + "@types/react": "17.0.65", |
| 43 | + "@types/react-dom": "17.0.18" |
44 | 44 | }, |
45 | 45 | "scripts": { |
46 | 46 | "start": "react-app-rewired start", |
|
70 | 70 | ] |
71 | 71 | }, |
72 | 72 | "devDependencies": { |
73 | | - "@testing-library/jest-dom": "^6.1.4", |
74 | | - "@testing-library/react": "^12.0.0", |
75 | | - "@testing-library/user-event": "^14.5.1", |
| 73 | + "@testing-library/jest-dom": "6.1.4", |
| 74 | + "@testing-library/react": "12.1.5", |
| 75 | + "@testing-library/user-event": "14.5.1", |
76 | 76 | "cypress": "13.3.2", |
77 | | - "jest": "^29.7.0", |
78 | | - "ts-jest": "^29.1.1" |
| 77 | + "jest": "29.7.0", |
| 78 | + "ts-jest": "29.1.1" |
79 | 79 | }, |
80 | 80 | "jest": { |
81 | 81 | "moduleNameMapper": { |
|
0 commit comments