fix: dep mis with pnpm

This commit is contained in:
Baorong
2024-04-13 12:50:58 +08:00
parent bb97d982e4
commit 93817e4840
+48 -45
View File
@@ -4,69 +4,72 @@
"license": "MIT",
"description": "An admin dashboard application demo built upon Ant Design and UmiJS",
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@lingui/react": "^3.8.0",
"antd": "^5.0.0",
"axios": "^0.21.0",
"classnames": "^2.2.6",
"@ant-design/icons": "^4.8.3",
"@lingui/react": "^3.17.2",
"antd": "^5.16.1",
"axios": "^0.21.4",
"classnames": "^2.5.1",
"d3-shape": "^2.1.0",
"dayjs": "^1.11.10",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.0",
"draftjs-to-html": "^0.9.1",
"draftjs-to-markdown": "^0.6.0",
"dva-model-extend": "^0.1.2",
"echarts": "^5.0.0",
"echarts-for-react": "^3.0.0",
"echarts-gl": "^2.0.2",
"echarts-liquidfill": "^3.0.0",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"echarts-gl": "^2.0.9",
"echarts-liquidfill": "^3.1.0",
"enquire-js": "^0.2.1",
"highcharts-exporting": "^0.1.7",
"highcharts-more": "^0.1.7",
"json-format": "^1.0.1",
"lodash": "^4.17.11",
"md5": "^2.2.1",
"lodash": "^4.17.21",
"make-plural": "^7.3.0",
"md5": "^2.3.0",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.1.0",
"prop-types": "^15.7.0",
"qs": "^6.10.0",
"path-to-regexp": "^6.2.2",
"prop-types": "^15.8.1",
"qs": "^6.12.0",
"react-adsense": "^0.1.0",
"react-countup": "^4.2.0",
"react-draft-wysiwyg": "^1.13.0",
"react-helmet": "^6.0.0",
"react-countup": "^4.4.0",
"react-draft-wysiwyg": "^1.15.0",
"react-helmet": "^6.1.0",
"react-highcharts": "^16.1.0",
"react-perfect-scrollbar": "^1.5.0",
"recharts": "^2.0.0",
"store": "^2.0.0"
"react-perfect-scrollbar": "^1.5.8",
"recharts": "^2.12.4",
"store": "^2.0.12"
},
"devDependencies": {
"@ant-design/compatible": "^5.1.0",
"@babel/preset-react": "^7.12.13",
"@lingui/cli": "^3.8.0",
"@lingui/macro": "^3.8.0",
"@umijs/preset-react": "^1.8.0",
"babel-eslint": "^10.0.0",
"babel-plugin-dev-expression": "^0.2.0",
"babel-plugin-import": "^1.13.0",
"babel-plugin-macros": "^3.0.0",
"babel-plugin-module-resolver": "^4.0.0",
"cross-env": "^7.0.0",
"eslint": "^7.0.0",
"@ant-design/compatible": "^5.1.2",
"@babel/preset-react": "^7.24.1",
"@lingui/cli": "^3.17.2",
"@lingui/core": "^4.8.0",
"@lingui/macro": "^3.17.2",
"@umijs/preset-react": "^1.8.32",
"babel-eslint": "^10.1.0",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-import": "^1.13.8",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-module-resolver": "^4.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.1.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.23.0",
"eslint-plugin-react-hooks": "^4.0.0",
"husky": "^4.2.0",
"eslint-plugin-flowtype": "^5.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^4.3.8",
"less-vars-to-js": "^1.3.0",
"lint-staged": "^10.0.0",
"lint-staged": "^10.5.4",
"mockjs": "^1.1.0",
"module": "^1.2.5",
"prettier": "^2.0.0",
"stylelint": "^13.2.0",
"stylelint-config-prettier": "^8.0.0",
"prettier": "^2.8.8",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^21.0.0",
"typescript": "^4.2.3",
"umi": "^3.4.0"
"typescript": "^4.9.5",
"umi": "^3.5.41"
},
"engines": {
"node": ">= 10.0.0"