pull/81/MERGE
awenes 2024-07-30 12:01:03 +08:00
parent 2cb2fd3a52
commit 9bd70d13db
2 changed files with 16 additions and 18 deletions

View File

@ -46,12 +46,12 @@
"dependencies": {
"@ahooksjs/use-url-state": "^3.5.1",
"@ant-design/charts": "^1.4.3",
"@ant-design/icons": "^5.3.7",
"@ant-design/icons": "^5.4.0",
"@ant-design/maps": "^1.0.8",
"@ant-design/pro-components": "^2.7.14",
"@ant-design/pro-editor": "^1.2.1",
"ahooks": "^3.8.0",
"antd": "^5.19.2",
"antd": "^5.19.4",
"antd-img-crop": "^4.22.0",
"antd-style": "^3.6.2",
"classnames": "^2.5.1",
@ -62,8 +62,7 @@
"dayjs": "^1.11.12",
"echarts": "^5.5.1",
"fetch-jsonp": "^1.3.0",
"form-render": "^2.4.5",
"google-libphonenumber": "^3.2.37",
"google-libphonenumber": "^3.2.38",
"js-base64": "^3.7.7",
"js-yaml": "^4.1.0",
"jsencrypt": "^3.3.2",
@ -72,14 +71,14 @@
"numeral": "^2.0.6",
"omit.js": "^2.0.2",
"qs": "^6.12.3",
"query-string": "^9.0.0",
"query-string": "^9.1.0",
"react": "18.3.1",
"react-codemirror2": "^8.0.0",
"react-dom": "18.3.1",
"react-fast-marquee": "^1.6.5",
"react-helmet-async": "^2.0.5",
"react-sortable-hoc": "^2.0.0",
"yaml": "^2.4.5"
"yaml": "^2.5.0"
},
"devDependencies": {
"@ant-design/antd-theme-variable": "^1.0.0",
@ -94,12 +93,12 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@umijs/lint": "^4.3.6",
"@umijs/max": "^4.3.6",
"@umijs/lint": "^4.3.10",
"@umijs/max": "^4.3.10",
"cross-env": "^7.0.3",
"cross-port-killer": "^1.4.0",
"eslint": "^8.57.0",
"husky": "^9.1.1",
"husky": "^9.1.4",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"typescript": "*",

View File

@ -46,19 +46,18 @@
],
"dependencies": {
"@ahooksjs/use-url-state": "^3.5.1",
"@ant-design/icons": "^5.3.7",
"@ant-design/icons": "^5.4.0",
"@ant-design/maps": "^1.0.8",
"@ant-design/pro-components": "^2.7.14",
"ahooks": "^3.8.0",
"antd": "^5.19.2",
"antd": "^5.19.4",
"antd-img-crop": "^4.22.0",
"antd-style": "^3.6.2",
"classnames": "^2.5.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.12",
"fetch-jsonp": "^1.3.0",
"form-render": "^2.4.5",
"google-libphonenumber": "^3.2.37",
"google-libphonenumber": "^3.2.38",
"js-base64": "^3.7.7",
"js-yaml": "^4.1.0",
"jsencrypt": "^3.3.2",
@ -68,12 +67,12 @@
"numeral": "^2.0.6",
"omit.js": "^2.0.2",
"qs": "^6.12.3",
"query-string": "^9.0.0",
"query-string": "^9.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-fast-marquee": "^1.6.5",
"react-helmet-async": "^2.0.5",
"yaml": "^2.4.5"
"yaml": "^2.5.0"
},
"devDependencies": {
"@ant-design/antd-theme-variable": "^1.0.0",
@ -88,12 +87,12 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@umijs/lint": "^4.3.6",
"@umijs/max": "^4.3.6",
"@umijs/lint": "^4.3.10",
"@umijs/max": "^4.3.10",
"cross-env": "^7.0.3",
"cross-port-killer": "^1.4.0",
"eslint": "^8.57.0",
"husky": "^9.1.1",
"husky": "^9.1.4",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"typescript": "*",