|
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | 6 | "@aspnet/signalr": "^1.1.4", |
7 | | - "@craco/craco": "^5.2.1", |
8 | | - "@types/classnames": "^2.2.8", |
9 | | - "@types/moment": "^2.13.0", |
10 | | - "@types/moment-timezone": "^0.5.12", |
11 | | - "@types/react-document-title": "^2.0.3", |
12 | | - "@types/react-loadable": "^5.5.1", |
13 | | - "@types/recharts": "^1.1.16", |
14 | | - "abp-web-resources": "^3.8.5", |
15 | | - "antd": "^3.19.2", |
| 7 | + "@craco/craco": "^5.6.2", |
| 8 | + "abp-web-resources": "^4.1.0", |
| 9 | + "antd": "^3.26.0", |
16 | 10 | "axios": "^0.19.0", |
17 | 11 | "classnames": "^2.2.6", |
18 | | - "craco-antd": "^1.11.0", |
| 12 | + "craco-antd": "^1.14.1", |
19 | 13 | "famfamfam-flags": "^1.0.0", |
20 | | - "lodash": "^4.17.11", |
21 | | - "mobx": "^5.10.1", |
22 | | - "mobx-react": "^6.0.3", |
| 14 | + "lodash": "^4.17.15", |
| 15 | + "mobx": "^5.15.0", |
| 16 | + "mobx-react": "^6.1.4", |
23 | 17 | "moment": "^2.24.0", |
24 | | - "moment-timezone": "^0.5.25", |
25 | | - "query-string": "^6.7.0", |
26 | | - "react": "^16.8.6", |
| 18 | + "moment-timezone": "^0.5.27", |
| 19 | + "query-string": "^6.9.0", |
| 20 | + "react": "^16.12.0", |
27 | 21 | "react-document-title": "^2.0.3", |
28 | | - "react-dom": "^16.8.6", |
| 22 | + "react-dom": "^16.12.0", |
29 | 23 | "react-loadable": "^5.5.0", |
30 | | - "react-router-dom": "^5.0.1", |
31 | | - "react-scripts": "^3.0.1", |
32 | | - "recharts": "^1.6.2" |
| 24 | + "react-router-dom": "^5.1.2", |
| 25 | + "react-scripts": "^3.2.0", |
| 26 | + "recharts": "^1.8.5" |
33 | 27 | }, |
34 | 28 | "scripts": { |
35 | 29 | "start": "craco start", |
|
38 | 32 | "eject": "react-scripts eject" |
39 | 33 | }, |
40 | 34 | "devDependencies": { |
41 | | - "@types/jest": "^24.0.13", |
42 | | - "@types/node": "^12.0.7", |
43 | | - "@types/react": "^16.8.19", |
44 | | - "@types/react-dom": "^16.8.4", |
45 | | - "@types/react-router-dom": "^4.3.3", |
46 | | - "copy-webpack-plugin": "^5.0.3", |
47 | | - "ts-import-plugin": "^1.5.5", |
48 | | - "typescript": "^3.5.1" |
| 35 | + "@types/classnames": "^2.2.9", |
| 36 | + "@types/jest": "^24.0.23", |
| 37 | + "@types/moment": "^2.13.0", |
| 38 | + "@types/moment-timezone": "^0.5.12", |
| 39 | + "@types/node": "^12.12.14", |
| 40 | + "@types/react": "^16.9.13", |
| 41 | + "@types/react-document-title": "^2.0.3", |
| 42 | + "@types/react-dom": "^16.9.4", |
| 43 | + "@types/react-loadable": "^5.5.2", |
| 44 | + "@types/react-router-dom": "^5.1.3", |
| 45 | + "@types/recharts": "^1.8.3", |
| 46 | + "copy-webpack-plugin": "^5.0.5", |
| 47 | + "ts-import-plugin": "^1.6.1", |
| 48 | + "typescript": "^3.7.2" |
49 | 49 | }, |
50 | 50 | "browserslist": { |
51 | 51 | "production": [ |
|
0 commit comments