Skip to content

Commit dcd8f35

Browse files
committed
versions: update
1 parent ac4bb77 commit dcd8f35

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,44 +39,44 @@
3939
"@dnd-kit/utilities": "^3.2.2",
4040
"@zhangsai/model": "^0.0.3",
4141
"admin-search-list": "^1.0.5",
42-
"antd": "^5.24.7",
43-
"axios": "^1.8.4",
42+
"antd": "^5.25.0",
43+
"axios": "^1.9.0",
4444
"classnames": "^2.5.1",
4545
"dayjs": "^1.11.13",
4646
"echarts": "^5.6.0",
47-
"framer-motion": "^12.7.2",
48-
"i18next": "^24.2.3",
47+
"framer-motion": "^12.10.4",
48+
"i18next": "^25.1.2",
4949
"immer": "^10.1.1",
5050
"nprogress": "^0.2.0",
5151
"react": "^19.1.0",
5252
"react-contexify": "^6.0.0",
5353
"react-dom": "^19.1.0",
54-
"react-i18next": "^15.4.1",
55-
"react-router": "^7.5.0",
56-
"react-router-toolset": "^0.0.8",
54+
"react-i18next": "^15.5.1",
55+
"react-router": "^7.6.0",
56+
"react-router-toolset": "^0.0.9",
5757
"react-use": "^17.6.0",
5858
"store2": "^2.14.4"
5959
},
6060
"devDependencies": {
61-
"@types/node": "^22.14.1",
61+
"@types/node": "^22.15.17",
6262
"@types/nprogress": "^0.2.3",
63-
"@types/react": "^19.1.2",
64-
"@types/react-dom": "^19.1.2",
65-
"@typescript-eslint/eslint-plugin": "^8.30.1",
66-
"@typescript-eslint/parser": "^8.30.1",
67-
"@vitejs/plugin-react": "^4.3.4",
63+
"@types/react": "^19.1.3",
64+
"@types/react-dom": "^19.1.3",
65+
"@typescript-eslint/eslint-plugin": "^8.32.0",
66+
"@typescript-eslint/parser": "^8.32.0",
67+
"@vitejs/plugin-react": "^4.4.1",
6868
"autoprefixer": "^10.4.21",
6969
"eslint": "8.57.0",
7070
"eslint-plugin-react": "^7.37.5",
7171
"eslint-plugin-react-hooks": "^5.2.0",
72-
"eslint-plugin-react-refresh": "^0.4.19",
72+
"eslint-plugin-react-refresh": "^0.4.20",
7373
"husky": "^9.1.7",
7474
"less": "^4.3.0",
75-
"lint-staged": "^15.5.1",
75+
"lint-staged": "^15.5.2",
7676
"mermaid": "^11.6.0",
77-
"msw": "^2.7.4",
77+
"msw": "^2.8.0",
7878
"typescript": "^5.8.3",
79-
"vite": "^6.2.6",
79+
"vite": "^6.3.5",
8080
"vite-bundle-visualizer": "^1.2.1",
8181
"vite-plugin-sitemap": "^0.7.1",
8282
"vite-plugin-svg-icons": "^2.0.1",

public/mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* - Please do NOT serve this file on production.
99
*/
1010

11-
const PACKAGE_VERSION = '2.7.4'
11+
const PACKAGE_VERSION = '2.8.0'
1212
const INTEGRITY_CHECKSUM = '00729d72e3b82faf54ca8b9621dbb96f'
1313
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1414
const activeClientIds = new Set()

src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import '@/styles/index.less';
88

99
function App() {
1010
const { curRoute, reactRoutes } = useRouter(router);
11+
// 这里类型会报错。因为react-router和react-router-dom的类型不一致
1112
const element = useRoutes(reactRoutes);
1213
const { t: t_menu } = useTranslation('menu');
1314

0 commit comments

Comments
 (0)