|
|
|
@ -46,38 +46,37 @@ |
|
|
|
"not ie <= 10" |
|
|
|
], |
|
|
|
"dependencies": { |
|
|
|
"@ant-design/icons": "^4.8.1", |
|
|
|
"@ant-design/pro-components": "^2.6.48", |
|
|
|
"@ant-design/icons": "^4.8.3", |
|
|
|
"@ant-design/pro-components": "^2.7.9", |
|
|
|
"@umijs/route-utils": "^2.2.2", |
|
|
|
"antd": "^5.13.2", |
|
|
|
"antd-style": "^3.6.1", |
|
|
|
"antd": "^5.18.0", |
|
|
|
"antd-style": "^3.6.2", |
|
|
|
"classnames": "^2.5.1", |
|
|
|
"omit.js": "^2.0.2", |
|
|
|
"querystring": "^0.2.1", |
|
|
|
"rc-menu": "^9.12.4", |
|
|
|
"rc-util": "^5.38.1", |
|
|
|
"react": "^18.2.0", |
|
|
|
"react-dom": "^18.2.0", |
|
|
|
"rc-menu": "^9.14.0", |
|
|
|
"rc-util": "^5.41.0", |
|
|
|
"react": "^18.3.1", |
|
|
|
"react-dom": "^18.3.1", |
|
|
|
"react-helmet-async": "^1.3.0" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"react-dev-inspector": "^1.9.0", |
|
|
|
"@ant-design/pro-cli": "^3.3.0", |
|
|
|
"@testing-library/react": "^13.4.0", |
|
|
|
"@types/classnames": "^2.3.1", |
|
|
|
"@types/express": "^4.17.21", |
|
|
|
"@types/history": "^4.7.11", |
|
|
|
"@types/jest": "^29.5.11", |
|
|
|
"@types/lodash": "^4.14.202", |
|
|
|
"@types/react": "^18.2.48", |
|
|
|
"@types/react-dom": "^18.2.18", |
|
|
|
"@types/jest": "^29.5.12", |
|
|
|
"@types/lodash": "^4.17.4", |
|
|
|
"@types/react": "^18.3.3", |
|
|
|
"@types/react-dom": "^18.3.0", |
|
|
|
"@types/react-helmet": "^6.1.11", |
|
|
|
"@umijs/fabric": "^2.14.1", |
|
|
|
"@umijs/lint": "^4.1.1", |
|
|
|
"@umijs/max": "^4.1.1", |
|
|
|
"@umijs/lint": "^4.2.9", |
|
|
|
"@umijs/max": "^4.2.9", |
|
|
|
"cross-env": "^7.0.3", |
|
|
|
"eslint": "^8.56.0", |
|
|
|
"express": "^4.18.2", |
|
|
|
"eslint": "^8.57.0", |
|
|
|
"express": "^4.19.2", |
|
|
|
"gh-pages": "^3.2.3", |
|
|
|
"husky": "^7.0.4", |
|
|
|
"jest": "^29.7.0", |
|
|
|
@ -85,9 +84,10 @@ |
|
|
|
"lint-staged": "^10.5.4", |
|
|
|
"mockjs": "^1.1.0", |
|
|
|
"prettier": "^2.8.8", |
|
|
|
"react-dev-inspector": "^1.9.0", |
|
|
|
"swagger-ui-dist": "^4.19.1", |
|
|
|
"ts-node": "^10.9.2", |
|
|
|
"typescript": "^5.3.3", |
|
|
|
"typescript": "^5.4.5", |
|
|
|
"umi-presets-pro": "^2.0.3", |
|
|
|
"umi-serve": "^1.9.11" |
|
|
|
}, |
|
|
|
|