|
34 | 34 | "dependencies": { |
35 | 35 | "@aws-sdk/client-s3": "^3.42.0", |
36 | 36 | "@aws-sdk/lib-storage": "^3.42.0", |
37 | | - "@date-io/moment": "^1.3.13", |
| 37 | + "@date-io/moment": "^2.0.0", |
38 | 38 | "@mui/icons-material": "^5.0.3", |
39 | 39 | "@mui/lab": "^5.0.0-alpha.50", |
40 | 40 | "@mui/material": "^5.0.3", |
|
44 | 44 | "@types/crypto-js": "^4.0.2", |
45 | 45 | "@types/file-saver": "^2.0.4", |
46 | 46 | "@types/lodash": "^4.14.177", |
47 | | - "@types/node": "^12.20.14", |
48 | | - "@types/react": "^17.0.9", |
49 | | - "@types/react-dom": "^17.0.6", |
| 47 | + "@types/node": "^18.0.0", |
| 48 | + "@types/react": "^18.0.0", |
| 49 | + "@types/react-dom": "^18.0.0", |
50 | 50 | "@types/react-google-recaptcha": "^2.1.3", |
51 | 51 | "@types/react-helmet": "^6.1.5", |
52 | 52 | "@types/react-router-dom": "^5.1.7", |
53 | 53 | "@types/react-virtualized": "^9.21.15", |
54 | 54 | "@types/react-window": "^1.8.5", |
55 | | - "axios": "^0.21.1", |
| 55 | + "axios": "^0.27.0", |
56 | 56 | "axios-middleware": "^0.3.1", |
57 | 57 | "chart.js": "^3.7.1", |
58 | 58 | "chartjs-plugin-datalabels": "^2.0.0", |
59 | 59 | "chartjs-plugin-zoom": "^1.2.1", |
60 | 60 | "crypto-js": "^4.1.1", |
61 | 61 | "file-saver": "^2.0.5", |
62 | | - "history": "^4.10.1", |
| 62 | + "history": "^5.0.0", |
63 | 63 | "js-base64": "^3.7.2", |
64 | 64 | "jszip": "^3.9.1", |
65 | 65 | "lodash": "^4.17.21", |
66 | 66 | "moment": "^2.29.2", |
67 | 67 | "p-limit": "^4.0.0", |
68 | | - "react": "^17.0.2", |
| 68 | + "react": "^18.0.0", |
69 | 69 | "react-chartjs-2": "^4.1.0", |
70 | | - "react-dom": "^17.0.2", |
71 | | - "react-dropzone": "^11.4.2", |
| 70 | + "react-dom": "^18.0.0", |
| 71 | + "react-dropzone": "^14.0.0", |
72 | 72 | "react-google-recaptcha": "^2.1.0", |
73 | 73 | "react-helmet": "^6.1.0", |
74 | 74 | "react-hook-form": "^7.9.0", |
75 | 75 | "react-infinite-scroll-component": "^6.1.0", |
76 | 76 | "react-markdown": "^8.0.3", |
77 | | - "react-redux": "^7.2.4", |
78 | | - "react-router-dom": "^5.2.0", |
79 | | - "react-scripts": "4.0.3", |
80 | | - "react-toastify": "^8.1.0", |
| 77 | + "react-redux": "^8.0.0", |
| 78 | + "react-router-dom": "^6.0.0", |
| 79 | + "react-scripts": "5.0.1", |
| 80 | + "react-toastify": "^9.0.0", |
81 | 81 | "react-virtualized": "^9.22.3", |
82 | 82 | "react-window": "^1.8.7", |
83 | 83 | "redux": "^4.1.0", |
|
91 | 91 | "@typescript-eslint/eslint-plugin": "^5.4.0", |
92 | 92 | "alex": "^10.0.0", |
93 | 93 | "cross-env": "^7.0.3", |
94 | | - "eslint": "^7.32.0", |
| 94 | + "eslint": "^8.0.0", |
95 | 95 | "eslint-config-airbnb": "^19.0.0", |
96 | | - "eslint-config-airbnb-typescript": "^16.1.0", |
| 96 | + "eslint-config-airbnb-typescript": "^17.0.0", |
97 | 97 | "eslint-config-prettier": "^8.3.0", |
98 | 98 | "eslint-plugin-react": "^7.27.0", |
99 | 99 | "prettier": "^2.4.1" |
100 | 100 | }, |
101 | 101 | "resolutions": { |
102 | 102 | "@mui/styled-engine": "npm:@mui/styled-engine-sc@latest", |
103 | | - "react-error-overlay": "6.0.9" |
| 103 | + "react-error-overlay": "6.0.11" |
104 | 104 | }, |
105 | 105 | "eslintConfig": { |
106 | 106 | "extends": [ |
|
0 commit comments