Skip to content

Commit f63e71e

Browse files
committed
chore(deps): update deps
1 parent 6241a81 commit f63e71e

File tree

4 files changed

+506
-467
lines changed

4 files changed

+506
-467
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@
5959
"@sa/simple-router": "workspace:*",
6060
"@sa/utils": "workspace:*",
6161
"ahooks": "3.8.1",
62-
"antd": "5.20.1",
62+
"antd": "5.20.2",
6363
"classnames": "2.5.1",
64-
"dayjs": "1.11.12",
64+
"dayjs": "1.11.13",
6565
"echarts": "5.5.1",
66-
"i18next": "23.12.3",
66+
"i18next": "23.14.0",
6767
"immer": "10.1.1",
6868
"lodash-es": "4.17.21",
6969
"nprogress": "0.2.0",
@@ -74,44 +74,44 @@
7474
"react-error-boundary": "4.0.13",
7575
"react-i18next": "15.0.1",
7676
"react-redux": "9.1.2",
77-
"react-router-dom": "6.26.0",
77+
"react-router-dom": "6.26.1",
7878
"react-transition-group": "4.4.5"
7979
},
8080
"devDependencies": {
81-
"@iconify/json": "2.2.237",
81+
"@iconify/json": "2.2.241",
8282
"@iconify/types": "2.0.0",
83-
"@ohh-889/react-auto-route": "0.2.9",
83+
"@ohh-889/react-auto-route": "0.3.1",
8484
"@sa/scripts": "workspace:*",
8585
"@sa/uno-preset": "workspace:*",
8686
"@soybeanjs/eslint-config": "1.4.0",
8787
"@svgr/core": "8.1.0",
8888
"@svgr/plugin-jsx": "8.1.0",
8989
"@types/lodash-es": "4.17.12",
90-
"@types/node": "22.3.0",
90+
"@types/node": "22.5.0",
9191
"@types/nprogress": "0.2.3",
92-
"@types/react": "18.3.3",
92+
"@types/react": "18.3.4",
9393
"@types/react-beautiful-dnd": "13.1.8",
9494
"@types/react-dom": "18.3.0",
9595
"@types/react-transition-group": "4.4.11",
96-
"@typescript-eslint/eslint-plugin": "8.1.0",
97-
"@typescript-eslint/parser": "8.1.0",
98-
"@unocss/eslint-config": "0.62.1",
99-
"@unocss/preset-icons": "0.62.1",
100-
"@unocss/preset-uno": "0.62.1",
101-
"@unocss/transformer-variant-group": "0.62.1",
102-
"@unocss/vite": "0.62.1",
96+
"@typescript-eslint/eslint-plugin": "8.2.0",
97+
"@typescript-eslint/parser": "8.2.0",
98+
"@unocss/eslint-config": "0.62.3",
99+
"@unocss/preset-icons": "0.62.3",
100+
"@unocss/preset-uno": "0.62.3",
101+
"@unocss/transformer-variant-group": "0.62.3",
102+
"@unocss/vite": "0.62.3",
103103
"@vitejs/plugin-react": "4.3.1",
104-
"eslint": "9.9.0",
104+
"eslint": "9.9.1",
105105
"eslint-plugin-react": "7.35.0",
106106
"eslint-plugin-react-hooks": "4.6.2",
107-
"eslint-plugin-react-refresh": "0.4.9",
107+
"eslint-plugin-react-refresh": "0.4.11",
108108
"sass": "1.77.8",
109-
"tsx": "4.17.0",
109+
"tsx": "4.18.0",
110110
"typescript": "5.5.4",
111111
"unplugin-auto-import": "0.18.2",
112112
"unplugin-icons": "0.19.2",
113-
"vite": "5.4.0",
114-
"vite-plugin-inspect": "0.8.5",
113+
"vite": "5.4.2",
114+
"vite-plugin-inspect": "0.8.7",
115115
"vite-plugin-remove-console": "2.2.0",
116116
"vite-plugin-svg-icons": "2.0.1"
117117
},

packages/axios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@sa/utils": "workspace:*",
14-
"axios": "1.7.4",
14+
"axios": "1.7.5",
1515
"axios-retry": "4.5.0",
1616
"qs": "6.13.0"
1717
},

packages/scripts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"devDependencies": {
1616
"@soybeanjs/changelog": "0.3.24",
1717
"@types/yargs": "17.0.33",
18-
"bumpp": "9.5.1",
18+
"bumpp": "9.5.2",
1919
"c12": "1.11.1",
2020
"cac": "6.7.14",
2121
"consola": "3.2.3",
2222
"enquirer": "2.4.1",
23-
"execa": "9.3.0",
23+
"execa": "9.3.1",
2424
"kolorist": "1.8.0",
25-
"npm-check-updates": "17.0.6",
25+
"npm-check-updates": "17.1.0",
2626
"rimraf": "6.0.1",
2727
"yargs": "17.7.2"
2828
}

0 commit comments

Comments
 (0)