Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit c706466

Browse files
fix(deps): lock file maintenance minor dependencies
1 parent 4920d0f commit c706466

File tree

2 files changed

+3778
-2779
lines changed

2 files changed

+3778
-2779
lines changed

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.3.0",
44
"private": true,
55
"engines": {
6-
"node": "16.16"
6+
"node": "16.20"
77
},
88
"scripts": {
99
"start": "react-app-rewired start",
@@ -13,51 +13,51 @@
1313
"type-check": "tsc --noEmit"
1414
},
1515
"resolutions": {
16-
"eslint-plugin-import": "2.26.0"
16+
"eslint-plugin-import": "2.31.0"
1717
},
1818
"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",
2727
"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",
3131
"react-scripts": "4.0.3",
3232
"web-vitals": "2.1.4"
3333
},
3434
"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",
4242
"@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",
4545
"copy-webpack-plugin": "6.4.1",
4646
"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",
5252
"eslint-plugin-emotion": "11.0.0",
5353
"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",
5757
"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",
6161
"write-file-webpack-plugin": "4.5.1"
6262
},
6363
"browserslist": {

0 commit comments

Comments
 (0)