antd 指定版本5.11.0

This commit is contained in:
Wang Kejun 2023-11-10 10:45:28 +08:00
parent f79f186bfe
commit a44267d281
1 changed files with 9 additions and 9 deletions

View File

@ -33,16 +33,16 @@
"x2js": "^3.4.4"
},
"peerDependencies": {
"@ant-design/icons": "^5.2.6",
"antd": "^5.8.3",
"antd-mobile": "^5.32.0",
"antd-mobile-icons": "^0.3.0",
"@ant-design/icons": ">=5.2.6",
"antd": ">=5.11.0",
"antd-mobile": ">=5.33.0",
"antd-mobile-icons": ">=0.3.0",
"react": ">=18.2.0",
"react-dom": ">=18.1.0",
"react-router-dom": "^6.3.0"
"react-router-dom": ">=6.3.0"
},
"devDependencies": {
"@ant-design/icons": "^5.2.6",
"@ant-design/icons": "5.2.6",
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
@ -60,9 +60,9 @@
"@types/sha1": "^1.1.3",
"@types/uuid": "^9.0.6",
"@types/wechat-miniprogram": "^3.4.5",
"antd": "^5.9.0",
"antd-mobile": "^5.32.0",
"antd-mobile-icons": "^0.3.0",
"antd": "5.11.0",
"antd-mobile": "5.33.0",
"antd-mobile-icons": "0.3.0",
"assert": "^2.0.0",
"chalk": "^4.1.0",
"copyfiles": "^2.4.1",