|
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 | | - "axios": "^0.21.1", |
| 54 | + "axios": "^0.27.0", |
55 | 55 | "axios-middleware": "^0.3.1", |
56 | 56 | "chart.js": "^3.7.1", |
57 | 57 | "chartjs-plugin-datalabels": "^2.0.0", |
58 | 58 | "chartjs-plugin-zoom": "^1.2.1", |
59 | 59 | "crypto-js": "^4.1.1", |
60 | 60 | "file-saver": "^2.0.5", |
61 | | - "history": "^4.10.1", |
| 61 | + "history": "^5.0.0", |
62 | 62 | "js-base64": "^3.7.2", |
63 | 63 | "jszip": "^3.9.1", |
64 | 64 | "lodash": "^4.17.21", |
65 | 65 | "moment": "^2.29.2", |
66 | | - "react": "^17.0.2", |
| 66 | + "react": "^18.0.0", |
67 | 67 | "react-chartjs-2": "^4.1.0", |
68 | | - "react-dom": "^17.0.2", |
69 | | - "react-dropzone": "^11.4.2", |
| 68 | + "react-dom": "^18.0.0", |
| 69 | + "react-dropzone": "^14.0.0", |
70 | 70 | "react-google-recaptcha": "^2.1.0", |
71 | 71 | "react-helmet": "^6.1.0", |
72 | 72 | "react-hook-form": "^7.9.0", |
73 | 73 | "react-infinite-scroll-component": "^6.1.0", |
74 | 74 | "react-markdown": "^8.0.3", |
75 | | - "react-redux": "^7.2.4", |
76 | | - "react-router-dom": "^5.2.0", |
77 | | - "react-scripts": "4.0.3", |
78 | | - "react-toastify": "^8.1.0", |
| 75 | + "react-redux": "^8.0.0", |
| 76 | + "react-router-dom": "^6.0.0", |
| 77 | + "react-scripts": "5.0.1", |
| 78 | + "react-toastify": "^9.0.0", |
79 | 79 | "react-virtualized": "^9.22.3", |
80 | 80 | "redux": "^4.1.0", |
81 | 81 | "redux-devtools-extension": "^2.13.9", |
|
88 | 88 | "@typescript-eslint/eslint-plugin": "^5.4.0", |
89 | 89 | "alex": "^10.0.0", |
90 | 90 | "cross-env": "^7.0.3", |
91 | | - "eslint": "^7.32.0", |
| 91 | + "eslint": "^8.0.0", |
92 | 92 | "eslint-config-airbnb": "^19.0.0", |
93 | | - "eslint-config-airbnb-typescript": "^16.1.0", |
| 93 | + "eslint-config-airbnb-typescript": "^17.0.0", |
94 | 94 | "eslint-config-prettier": "^8.3.0", |
95 | 95 | "eslint-plugin-react": "^7.27.0", |
96 | 96 | "prettier": "^2.4.1" |
97 | 97 | }, |
98 | 98 | "resolutions": { |
99 | 99 | "@mui/styled-engine": "npm:@mui/styled-engine-sc@latest", |
100 | | - "react-error-overlay": "6.0.9" |
| 100 | + "react-error-overlay": "6.0.11" |
101 | 101 | }, |
102 | 102 | "eslintConfig": { |
103 | 103 | "extends": [ |
|
0 commit comments