|
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": "17.0.29", |
48 | | - "@types/react": "^17.0.9", |
49 | | - "@types/react-dom": "^17.0.6", |
| 47 | + "@types/node": "18.14.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 | | - "@types/uuid": "^8.3.4", |
56 | | - "axios": "^0.21.1", |
| 55 | + "@types/uuid": "^9.0.0", |
| 56 | + "axios": "^1.0.0", |
57 | 57 | "axios-middleware": "^0.3.1", |
58 | | - "chart.js": "^3.7.1", |
| 58 | + "chart.js": "^4.0.0", |
59 | 59 | "chartjs-plugin-datalabels": "^2.0.0", |
60 | | - "chartjs-plugin-zoom": "^1.2.1", |
| 60 | + "chartjs-plugin-zoom": "^2.0.0", |
61 | 61 | "crypto-js": "^4.1.1", |
62 | 62 | "file-saver": "^2.0.5", |
63 | | - "history": "^4.10.1", |
| 63 | + "history": "^5.0.0", |
64 | 64 | "js-base64": "^3.7.2", |
65 | 65 | "jszip": "^3.9.1", |
66 | 66 | "konva": "^8.3.10", |
67 | 67 | "lodash": "^4.17.21", |
68 | 68 | "moment": "^2.29.2", |
69 | 69 | "p-limit": "^4.0.0", |
70 | | - "react": "^17.0.2", |
71 | | - "react-chartjs-2": "^4.1.0", |
| 70 | + "react": "^18.0.0", |
| 71 | + "react-chartjs-2": "^5.0.0", |
72 | 72 | "react-colorful": "^5.6.1", |
73 | | - "react-dom": "^17.0.2", |
74 | | - "react-dropzone": "^11.4.2", |
| 73 | + "react-dom": "^18.0.0", |
| 74 | + "react-dropzone": "^14.0.0", |
75 | 75 | "react-google-recaptcha": "^2.1.0", |
76 | 76 | "react-helmet": "^6.1.0", |
77 | 77 | "react-hook-form": "^7.9.0", |
78 | 78 | "react-infinite-scroll-component": "^6.1.0", |
79 | | - "react-konva": "17.0.2-6", |
| 79 | + "react-konva": "18.2.4", |
80 | 80 | "react-markdown": "^8.0.3", |
81 | | - "react-redux": "^7.2.4", |
82 | | - "react-router-dom": "^5.2.0", |
83 | | - "react-scripts": "4.0.3", |
84 | | - "react-toastify": "^8.1.0", |
| 81 | + "react-redux": "^8.0.0", |
| 82 | + "react-router-dom": "^6.0.0", |
| 83 | + "react-scripts": "5.0.1", |
| 84 | + "react-toastify": "^9.0.0", |
85 | 85 | "react-virtualized": "^9.22.3", |
86 | 86 | "react-window": "^1.8.7", |
87 | 87 | "redux": "^4.1.0", |
|
94 | 94 | }, |
95 | 95 | "devDependencies": { |
96 | 96 | "@typescript-eslint/eslint-plugin": "^5.4.0", |
97 | | - "alex": "^10.0.0", |
| 97 | + "alex": "^11.0.0", |
98 | 98 | "cross-env": "^7.0.3", |
99 | | - "eslint": "^7.32.0", |
| 99 | + "eslint": "^8.0.0", |
100 | 100 | "eslint-config-airbnb": "^19.0.0", |
101 | | - "eslint-config-airbnb-typescript": "^16.1.0", |
| 101 | + "eslint-config-airbnb-typescript": "^17.0.0", |
102 | 102 | "eslint-config-prettier": "^8.3.0", |
103 | 103 | "eslint-plugin-react": "^7.27.0", |
104 | 104 | "prettier": "^2.4.1" |
105 | 105 | }, |
106 | 106 | "resolutions": { |
107 | 107 | "@mui/styled-engine": "npm:@mui/styled-engine-sc@latest", |
108 | | - "react-error-overlay": "6.0.9" |
| 108 | + "react-error-overlay": "6.0.11" |
109 | 109 | }, |
110 | 110 | "eslintConfig": { |
111 | 111 | "extends": [ |
|
0 commit comments