|
36 | 36 | "lodash": "^4.17.21", |
37 | 37 | "moment": "^2.29.1", |
38 | 38 | "react": "^17.0.2", |
39 | | - "react-app-rewire-hot-loader": "^2.0.1", |
40 | | - "react-app-rewired": "^2.1.6", |
41 | 39 | "react-async-hook": "^3.6.1", |
42 | 40 | "react-chartjs-2": "^2.9.0", |
43 | 41 | "react-codemirror2": "^7.1.0", |
|
48 | 46 | "react-moment": "^1.1.1", |
49 | 47 | "react-redux": "^7.1.3", |
50 | 48 | "react-router-dom": "^5.1.2", |
51 | | - "react-scripts": "4.0.3", |
52 | 49 | "react-virtualized": "^9.22.2", |
53 | 50 | "react-window-infinite-loader": "^1.0.5", |
54 | 51 | "recharts": "^2.1.1", |
|
83 | 80 | }, |
84 | 81 | "proxy": "http://localhost:9090/", |
85 | 82 | "devDependencies": { |
| 83 | + "react-scripts": "4.0.3", |
| 84 | + "react-app-rewire-hot-loader": "^2.0.1", |
| 85 | + "react-app-rewired": "^2.1.6", |
86 | 86 | "@types/recharts": "^1.8.22", |
87 | 87 | "prettier": "2.3.2", |
88 | 88 | "typescript": "^4.4.3" |
| 89 | + }, |
| 90 | + "resolutions": { |
| 91 | + "@types/jest/**/ansi-regex": "^5.0.1", |
| 92 | + "react-scripts/**/ansi-regex": "^5.0.1", |
| 93 | + "react-scripts/**/nth-check": "^2.0.1", |
| 94 | + "react-scripts/**/set-value": "^4.0.1", |
| 95 | + "react-scripts/**/immer": "^9.0.6", |
| 96 | + "react-scripts/**/glob-parent": "^5.1.2", |
| 97 | + "react-scripts/**/browserslist": "^4.16.5" |
89 | 98 | } |
90 | 99 | } |
0 commit comments