|
3 | 3 | "version": "1.3.0", |
4 | 4 | "private": true, |
5 | 5 | "engines": { |
6 | | - "node": "16.16" |
| 6 | + "node": "16.20" |
7 | 7 | }, |
8 | 8 | "scripts": { |
9 | 9 | "start": "react-app-rewired start", |
|
13 | 13 | "type-check": "tsc --noEmit" |
14 | 14 | }, |
15 | 15 | "resolutions": { |
16 | | - "eslint-plugin-import": "2.26.0" |
| 16 | + "eslint-plugin-import": "2.31.0" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@ant-design/icons": "4.7.0", |
20 | | - "@zoom/videosdk": "1.3.0", |
21 | | - "antd": "4.21.6", |
22 | | - "classnames": "2.3.1", |
23 | | - "crypto-js": "4.1.1", |
24 | | - "immer": "9.0.15", |
25 | | - "js-base64": "3.7.2", |
26 | | - "jsrsasign": "10.5.26", |
| 19 | + "@ant-design/icons": "4.8.3", |
| 20 | + "@zoom/videosdk": "1.12.17", |
| 21 | + "antd": "4.24.16", |
| 22 | + "classnames": "2.5.1", |
| 23 | + "crypto-js": "4.2.0", |
| 24 | + "immer": "9.0.21", |
| 25 | + "js-base64": "3.7.7", |
| 26 | + "jsrsasign": "10.9.0", |
27 | 27 | "lodash": "4.17.21", |
28 | | - "react": "18.2.0", |
29 | | - "react-dom": "18.2.0", |
30 | | - "react-router-dom": "5.3.3", |
| 28 | + "react": "18.3.1", |
| 29 | + "react-dom": "18.3.1", |
| 30 | + "react-router-dom": "5.3.4", |
31 | 31 | "react-scripts": "4.0.3", |
32 | 32 | "web-vitals": "2.1.4" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "@emotion/eslint-plugin": "11.7.0", |
36 | | - "@types/classnames": "2.3.1", |
37 | | - "@types/crypto-js": "4.1.1", |
38 | | - "@types/jsrsasign": "10.5.1", |
39 | | - "@types/lodash": "4.14.182", |
40 | | - "@types/react": "18.0.15", |
41 | | - "@types/react-dom": "18.0.6", |
| 35 | + "@emotion/eslint-plugin": "11.12.0", |
| 36 | + "@types/classnames": "2.3.4", |
| 37 | + "@types/crypto-js": "4.2.2", |
| 38 | + "@types/jsrsasign": "10.5.15", |
| 39 | + "@types/lodash": "4.17.17", |
| 40 | + "@types/react": "18.3.23", |
| 41 | + "@types/react-dom": "18.3.7", |
42 | 42 | "@types/react-router-dom": "5.3.3", |
43 | | - "@typescript-eslint/eslint-plugin": "5.30.6", |
44 | | - "@typescript-eslint/parser": "5.30.6", |
| 43 | + "@typescript-eslint/eslint-plugin": "5.62.0", |
| 44 | + "@typescript-eslint/parser": "5.62.0", |
45 | 45 | "copy-webpack-plugin": "6.4.1", |
46 | 46 | "customize-cra": "1.0.0", |
47 | | - "eslint": "8.20.0", |
48 | | - "eslint-config-alloy": "4.6.2", |
49 | | - "eslint-config-prettier": "8.5.0", |
50 | | - "eslint-import-resolver-typescript": "3.2.7", |
51 | | - "eslint-import-resolver-webpack": "0.13.2", |
| 47 | + "eslint": "8.57.1", |
| 48 | + "eslint-config-alloy": "4.9.0", |
| 49 | + "eslint-config-prettier": "8.10.0", |
| 50 | + "eslint-import-resolver-typescript": "3.10.1", |
| 51 | + "eslint-import-resolver-webpack": "0.13.10", |
52 | 52 | "eslint-plugin-emotion": "11.0.0", |
53 | 53 | "eslint-plugin-prettier": "4.2.1", |
54 | | - "eslint-plugin-react": "7.30.1", |
55 | | - "eslint-plugin-react-hooks": "4.6.0", |
56 | | - "prettier": "2.7.1", |
| 54 | + "eslint-plugin-react": "7.37.5", |
| 55 | + "eslint-plugin-react-hooks": "4.6.2", |
| 56 | + "prettier": "2.8.8", |
57 | 57 | "react-app-rewired": "2.2.1", |
58 | | - "sass": "1.53.0", |
59 | | - "sass-loader": "13.0.2", |
60 | | - "typescript": "4.7.4", |
| 58 | + "sass": "1.89.1", |
| 59 | + "sass-loader": "13.3.3", |
| 60 | + "typescript": "4.9.5", |
61 | 61 | "write-file-webpack-plugin": "4.5.1" |
62 | 62 | }, |
63 | 63 | "browserslist": { |
|
0 commit comments