Skip to content

Commit 9a927a1

Browse files
authored
Update dependencies (#82)
1 parent 64b9294 commit 9a927a1

File tree

6 files changed

+2618
-1828
lines changed

6 files changed

+2618
-1828
lines changed

.github/workflows/linters.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121

22-
- name: Install modules
23-
run: yarn install --frozen-lockfile
24-
2522
- name: Cache modules
2623
uses: actions/cache@v4
2724
with:
@@ -31,6 +28,9 @@ jobs:
3128
${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
3229
${{ runner.os }}-yarn-
3330
31+
- name: Install modules
32+
run: yarn install --immutable
33+
3434
- name: Run Type check
3535
run: yarn type-check
3636

.yarn/releases/yarn-4.1.1.cjs

Lines changed: 0 additions & 893 deletions
This file was deleted.

.yarn/releases/yarn-4.8.1.cjs

Lines changed: 935 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ defaultSemverRangePrefix: ""
22

33
enableScripts: true
44

5-
nodeLinker: node-modules
6-
75
enableStrictSsl: false
86

9-
yarnPath: .yarn/releases/yarn-4.1.1.cjs
7+
nodeLinker: node-modules
8+
9+
yarnPath: .yarn/releases/yarn-4.8.1.cjs

package.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -17,60 +17,60 @@
1717
"prepare": "husky"
1818
},
1919
"dependencies": {
20-
"@ant-design/icons": "5.5.1",
21-
"@tanstack/react-query": "5.56.2",
22-
"@tanstack/react-query-devtools": "5.56.2",
23-
"@xyflow/react": "12.4.1",
24-
"antd": "4.24.13",
25-
"axios": "1.7.7",
20+
"@ant-design/icons": "5.6.1",
21+
"@tanstack/react-query": "5.71.1",
22+
"@tanstack/react-query-devtools": "5.71.1",
23+
"@xyflow/react": "12.5.2",
24+
"antd": "4.24.16",
25+
"axios": "1.8.4",
2626
"clsx": "2.1.1",
2727
"dayjs": "1.11.13",
2828
"dotenv-webpack": "8.1.0",
29-
"i18next": "24.2.2",
30-
"rc-picker": "4.9.2",
31-
"react": "18.2.0",
32-
"react-dom": "18.2.0",
33-
"react-error-boundary": "4.0.13",
29+
"i18next": "24.2.3",
30+
"rc-picker": "4.11.3",
31+
"react": "18.3.1",
32+
"react-dom": "18.3.1",
33+
"react-error-boundary": "4.1.2",
3434
"react-i18next": "15.4.1",
35-
"react-router-dom": "6.22.3"
35+
"react-router-dom": "6.30.0"
3636
},
3737
"devDependencies": {
3838
"@svgr/webpack": "8.1.0",
39-
"@types/node": "20.12.2",
40-
"@types/react": "18.2.73",
41-
"@types/react-dom": "18.2.23",
42-
"@typescript-eslint/eslint-plugin": "7.5.0",
43-
"@typescript-eslint/parser": "7.5.0",
39+
"@types/node": "20.17.29",
40+
"@types/react": "18.3.20",
41+
"@types/react-dom": "18.3.5",
42+
"@typescript-eslint/eslint-plugin": "7.18.0",
43+
"@typescript-eslint/parser": "7.18.0",
4444
"cross-env": "7.0.3",
45-
"css-loader": "6.10.0",
45+
"css-loader": "6.11.0",
4646
"css-minimizer-webpack-plugin": "6.0.0",
47-
"eslint": "8.57.0",
47+
"eslint": "8.57.1",
4848
"eslint-config-airbnb": "19.0.4",
4949
"eslint-config-airbnb-base": "15.0.0",
5050
"eslint-config-airbnb-typescript": "18.0.0",
5151
"eslint-config-prettier": "9.1.0",
52-
"eslint-plugin-import": "2.29.1",
53-
"eslint-plugin-jsx-a11y": "6.8.0",
54-
"eslint-plugin-prettier": "5.1.3",
55-
"eslint-plugin-react": "7.34.1",
56-
"eslint-plugin-react-hooks": "4.6.0",
57-
"fork-ts-checker-webpack-plugin": "9.0.2",
58-
"html-webpack-plugin": "5.6.0",
59-
"husky": "9.1.6",
60-
"less": "4.2.0",
52+
"eslint-plugin-import": "2.31.0",
53+
"eslint-plugin-jsx-a11y": "6.10.2",
54+
"eslint-plugin-prettier": "5.2.5",
55+
"eslint-plugin-react": "7.37.4",
56+
"eslint-plugin-react-hooks": "4.6.2",
57+
"fork-ts-checker-webpack-plugin": "9.0.3",
58+
"html-webpack-plugin": "5.6.3",
59+
"husky": "9.1.7",
60+
"less": "4.2.2",
6161
"less-loader": "12.2.0",
62-
"lint-staged": "15.2.2",
63-
"mini-css-extract-plugin": "2.8.1",
64-
"prettier": "3.2.5",
65-
"rimraf": "5.0.5",
62+
"lint-staged": "15.5.0",
63+
"mini-css-extract-plugin": "2.9.2",
64+
"prettier": "3.5.3",
65+
"rimraf": "5.0.10",
6666
"style-loader": "3.3.4",
67-
"terser-webpack-plugin": "5.3.10",
68-
"ts-loader": "9.5.1",
69-
"typescript": "5.4.3",
70-
"webpack": "5.91.0",
71-
"webpack-bundle-analyzer": "4.10.1",
67+
"terser-webpack-plugin": "5.3.14",
68+
"ts-loader": "9.5.2",
69+
"typescript": "5.8.2",
70+
"webpack": "5.98.0",
71+
"webpack-bundle-analyzer": "4.10.2",
7272
"webpack-cli": "5.1.4",
73-
"webpack-dev-server": "5.0.4",
73+
"webpack-dev-server": "5.2.1",
7474
"webpack-merge": "5.10.0"
7575
},
7676
"lint-staged": {
@@ -84,5 +84,5 @@
8484
"node": ">18",
8585
"npm": ">10"
8686
},
87-
"packageManager": "yarn@4.1.1"
87+
"packageManager": "yarn@4.8.1"
8888
}

0 commit comments

Comments
 (0)