Skip to content

Commit 9cdd8a1

Browse files
committed
chore: upgrade dependencies version
1 parent 7bb4d9c commit 9cdd8a1

File tree

3 files changed

+18188
-18846
lines changed

3 files changed

+18188
-18846
lines changed

config/proxy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ export default {
1515
// localhost:8000/api/** -> https://preview.pro.ant.design/api/**
1616
'/api/': {
1717
// 要代理的地址
18-
target: 'http://118.89.82.122:8000',
18+
target: 'http://iam.micromoving.net',
1919
// 配置了这个可以从 http 代理到 https
2020
// 依赖 origin 的功能可能需要这个,比如 cookie
2121
changeOrigin: true,
2222
},
2323
'/login/': {
2424
// 要代理的地址
25-
target: 'http://118.89.82.122:8000',
25+
target: 'http://iam.micromoving.net',
2626
// 配置了这个可以从 http 代理到 https
2727
// 依赖 origin 的功能可能需要这个,比如 cookie
2828
changeOrigin: true,

package.json

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -46,61 +46,59 @@
4646
"not ie <= 10"
4747
],
4848
"dependencies": {
49-
"@ant-design/icons": "^4.8.1",
50-
"@ant-design/pro-components": "^2.6.31",
49+
"@ant-design/icons": "^5.6.1",
50+
"@ant-design/pro-components": "^2.8.10",
5151
"@ant-design/use-emotion-css": "1.0.4",
5252
"@umijs/route-utils": "^2.2.2",
53-
"antd": "^5.10.2",
54-
"antd-style": "^3.5.0",
55-
"classnames": "^2.3.2",
53+
"antd": "^5.27.4",
54+
"antd-style": "^3.7.1",
55+
"classnames": "^2.5.1",
5656
"js-cookie": "^3.0.5",
5757
"lodash": "^4.17.21",
58-
"moment": "^2.29.4",
58+
"moment": "^2.30.1",
5959
"omit.js": "^2.0.2",
60-
"query-string": "^8.1.0",
60+
"query-string": "^8.2.0",
6161
"querystring": "^0.2.1",
62-
"rc-menu": "^9.12.2",
63-
"rc-util": "^5.38.0",
64-
"react": "^18.2.0",
62+
"rc-menu": "^9.16.1",
63+
"rc-util": "^5.44.4",
64+
"react": "^19.2.0",
6565
"react-dev-inspector": "^1.9.0",
66-
"react-dom": "^18.2.0",
66+
"react-dom": "^19.2.0",
6767
"react-helmet-async": "^1.3.0",
6868
"use-async-effect": "^2.2.7"
6969
},
7070
"devDependencies": {
7171
"@ant-design/pro-cli": "^2.1.5",
7272
"@testing-library/react": "^13.4.0",
73-
"@types/classnames": "^2.3.1",
74-
"@types/express": "^4.17.20",
73+
"@types/classnames": "^2.3.4",
74+
"@types/express": "^4.17.23",
7575
"@types/history": "^4.7.11",
76-
"@types/jest": "^29.5.6",
77-
"@types/js-cookie": "^3.0.5",
78-
"@types/lodash": "^4.14.200",
79-
"@types/react": "^18.2.31",
80-
"@types/react-dom": "^18.2.14",
81-
"@types/react-helmet": "^6.1.8",
76+
"@types/jest": "^29.5.14",
77+
"@types/js-cookie": "^3.0.6",
78+
"@types/lodash": "^4.17.20",
79+
"@types/react": "^18.3.26",
80+
"@types/react-dom": "^18.3.7",
81+
"@types/react-helmet": "^6.1.11",
8282
"@umijs/fabric": "^2.14.1",
83-
"@umijs/lint": "^4.0.87",
84-
"@umijs/max": "^4.0.87",
83+
"@umijs/lint": "^4.5.1",
84+
"@umijs/max": "^4.5.1",
8585
"cross-env": "^7.0.3",
86-
"eslint": "^8.52.0",
87-
"express": "^4.18.2",
88-
"gh-pages": "^3.2.3",
86+
"eslint": "^8.57.1",
87+
"express": "^4.21.2",
88+
"gh-pages": "5.0.0",
8989
"husky": "^7.0.4",
9090
"jest": "^29.7.0",
9191
"jest-environment-jsdom": "^29.7.0",
9292
"lint-staged": "^10.5.4",
9393
"mockjs": "^1.1.0",
9494
"prettier": "^2.8.8",
9595
"swagger-ui-dist": "^4.19.1",
96-
"ts-node": "^10.9.1",
97-
"typescript": "^5.2.2",
96+
"ts-node": "^10.9.2",
97+
"typescript": "^5.9.3",
9898
"umi-presets-pro": "^2.0.3"
9999
},
100-
"packageManager": "pnpm@8.5.1",
101100
"engines": {
102-
"node": ">=14",
103-
"pnpm": "^8.5.1"
101+
"node": ">=20.0.0"
104102
},
105103
"create-umi": {
106104
"ignoreScript": [

0 commit comments

Comments
 (0)