mirror of https://gitee.com/topiam/eiam
🐛 升级依赖
parent
c6552073cd
commit
8699bcfccc
|
@ -47,9 +47,9 @@
|
|||
"@ant-design/charts": "^1.4.2",
|
||||
"@ant-design/icons": "^5.2.6",
|
||||
"@ant-design/maps": "^1.0.7",
|
||||
"@ant-design/pro-components": "^2.6.27",
|
||||
"@ant-design/pro-components": "^2.6.28",
|
||||
"ahooks": "^3.7.8",
|
||||
"antd": "^5.9.3",
|
||||
"antd": "^5.9.4",
|
||||
"antd-img-crop": "^4.13.0",
|
||||
"antd-style": "^3.5.0",
|
||||
"classnames": "^2.3.2",
|
||||
|
@ -92,11 +92,11 @@
|
|||
"@types/lodash": "^4.14.199",
|
||||
"@types/numeral": "^2.0.3",
|
||||
"@types/qs": "^6.9.8",
|
||||
"@types/react": "^18.2.22",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"@types/react-helmet": "^6.1.6",
|
||||
"@umijs/lint": "^4.0.81",
|
||||
"@umijs/max": "^4.0.81",
|
||||
"@types/react": "^18.2.23",
|
||||
"@types/react-dom": "^18.2.8",
|
||||
"@types/react-helmet": "^6.1.7",
|
||||
"@umijs/lint": "^4.0.83",
|
||||
"@umijs/max": "^4.0.83",
|
||||
"cross-env": "^7.0.3",
|
||||
"cross-port-killer": "^1.4.0",
|
||||
"eslint": "^8.50.0",
|
||||
|
|
|
@ -29,9 +29,11 @@ export default {
|
|||
'pages.login.recipient.invalid': '手机号不合法',
|
||||
'pages.login.captcha.placeholder': '请输入验证码',
|
||||
'pages.login.captcha.required': '验证码未填写',
|
||||
'pages.login.phone-login.get-verification-code': '获取验证码',
|
||||
'pages.login.captcha.success': '获取验证码成功!',
|
||||
'pages.get-captcha-second-text': '秒后重新获取',
|
||||
'pages.login.phone.get-opt-code': '获取验证码',
|
||||
'pages.login.phone.get-opt-code.success': '获取验证码成功',
|
||||
'pages.login.phone.captcha-second-text': '秒后重新获取',
|
||||
'pages.login.remember-me': '自动登录',
|
||||
'pages.login.forgot-password': '忘记密码',
|
||||
'pages.login.submit': '登录',
|
||||
|
|
|
@ -48,9 +48,9 @@
|
|||
"@ant-design/charts": "^1.4.2",
|
||||
"@ant-design/icons": "^5.2.6",
|
||||
"@ant-design/maps": "^1.0.7",
|
||||
"@ant-design/pro-components": "^2.6.27",
|
||||
"@ant-design/pro-components": "^2.6.28",
|
||||
"ahooks": "^3.7.8",
|
||||
"antd": "^5.9.3",
|
||||
"antd": "^5.9.4",
|
||||
"antd-img-crop": "^4.13.0",
|
||||
"antd-style": "^3.5.0",
|
||||
"classnames": "^2.3.2",
|
||||
|
@ -87,11 +87,11 @@
|
|||
"@types/lodash": "^4.14.199",
|
||||
"@types/numeral": "^2.0.3",
|
||||
"@types/qs": "^6.9.8",
|
||||
"@types/react": "^18.2.22",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"@types/react-helmet": "^6.1.6",
|
||||
"@umijs/lint": "^4.0.81",
|
||||
"@umijs/max": "^4.0.81",
|
||||
"@types/react": "^18.2.23",
|
||||
"@types/react-dom": "^18.2.8",
|
||||
"@types/react-helmet": "^6.1.7",
|
||||
"@umijs/lint": "^4.0.83",
|
||||
"@umijs/max": "^4.0.83",
|
||||
"cross-env": "^7.0.3",
|
||||
"cross-port-killer": "^1.4.0",
|
||||
"eslint": "^8.50.0",
|
||||
|
|
Loading…
Reference in New Issue