Merge remote-tracking branch 'origin/master' into feature-app_permission

pull/42/head
Friday 2023-08-30 15:18:12 +08:00
commit a42fdc1a0a
2 changed files with 6 additions and 6 deletions

View File

@ -47,7 +47,7 @@
"@ant-design/charts": "^1.4.2", "@ant-design/charts": "^1.4.2",
"@ant-design/icons": "^5.2.5", "@ant-design/icons": "^5.2.5",
"@ant-design/maps": "^1.0.7", "@ant-design/maps": "^1.0.7",
"@ant-design/pro-components": "^2.6.14", "@ant-design/pro-components": "^2.6.16",
"ahooks": "^3.7.8", "ahooks": "^3.7.8",
"antd": "^5.8.5", "antd": "^5.8.5",
"antd-img-crop": "^4.12.2", "antd-img-crop": "^4.12.2",
@ -80,7 +80,7 @@
"react-fast-marquee": "^1.6.0", "react-fast-marquee": "^1.6.0",
"react-helmet-async": "^1.3.0", "react-helmet-async": "^1.3.0",
"react-sortable-hoc": "^2.0.0", "react-sortable-hoc": "^2.0.0",
"yaml": "^2.3.1" "yaml": "^2.3.2"
}, },
"devDependencies": { "devDependencies": {
"@ant-design/antd-theme-variable": "^1.0.0", "@ant-design/antd-theme-variable": "^1.0.0",
@ -102,7 +102,7 @@
"eslint": "^8.48.0", "eslint": "^8.48.0",
"husky": "^8.0.3", "husky": "^8.0.3",
"lint-staged": "^14.0.1", "lint-staged": "^14.0.1",
"prettier": "^3.0.2", "prettier": "^3.0.3",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"umi-presets-pro": "^2.0.3" "umi-presets-pro": "^2.0.3"
}, },

View File

@ -48,7 +48,7 @@
"@ant-design/charts": "^1.4.2", "@ant-design/charts": "^1.4.2",
"@ant-design/icons": "^5.2.5", "@ant-design/icons": "^5.2.5",
"@ant-design/maps": "^1.0.7", "@ant-design/maps": "^1.0.7",
"@ant-design/pro-components": "^2.6.14", "@ant-design/pro-components": "^2.6.16",
"ahooks": "^3.7.8", "ahooks": "^3.7.8",
"antd": "^5.8.5", "antd": "^5.8.5",
"antd-img-crop": "^4.12.2", "antd-img-crop": "^4.12.2",
@ -75,7 +75,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.0", "react-fast-marquee": "^1.6.0",
"react-helmet-async": "^1.3.0", "react-helmet-async": "^1.3.0",
"yaml": "^2.3.1" "yaml": "^2.3.2"
}, },
"devDependencies": { "devDependencies": {
"@ant-design/antd-theme-variable": "^1.0.0", "@ant-design/antd-theme-variable": "^1.0.0",
@ -97,7 +97,7 @@
"eslint": "^8.48.0", "eslint": "^8.48.0",
"husky": "^8.0.3", "husky": "^8.0.3",
"lint-staged": "^14.0.1", "lint-staged": "^14.0.1",
"prettier": "^3.0.2", "prettier": "^3.0.3",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"umi-presets-pro": "^2.0.3" "umi-presets-pro": "^2.0.3"
}, },