fix(amis): echarts版本升级到5.5.1 (#10711)

This commit is contained in:
刘丹 2024-08-20 15:59:34 +08:00 committed by GitHub
parent e4cf76f092
commit ff4e1eb729
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8 additions and 5 deletions

View File

@ -55,6 +55,7 @@
"@swc/core": "^1.3.107", "@swc/core": "^1.3.107",
"@swc/helpers": "^0.5.3", "@swc/helpers": "^0.5.3",
"@swc/jest": "^0.2.34", "@swc/jest": "^0.2.34",
"@types/node": "^14.0.24",
"@types/express": "^4.17.14", "@types/express": "^4.17.14",
"@types/jest": "^28.1.0", "@types/jest": "^28.1.0",
"@types/js-yaml": "^4.0.5", "@types/js-yaml": "^4.0.5",

View File

@ -41,7 +41,7 @@
"classnames": "2.3.2", "classnames": "2.3.2",
"codemirror": "^5.63.0", "codemirror": "^5.63.0",
"downshift": "6.1.12", "downshift": "6.1.12",
"echarts": "5.4.0", "echarts": "5.5.1",
"froala-editor": "3.1.1", "froala-editor": "3.1.1",
"hoist-non-react-statics": "^3.3.2", "hoist-non-react-statics": "^3.3.2",
"jsbarcode": "^3.11.5", "jsbarcode": "^3.11.5",

View File

@ -43,7 +43,7 @@
"blueimp-canvastoblob": "2.1.0", "blueimp-canvastoblob": "2.1.0",
"classnames": "2.3.2", "classnames": "2.3.2",
"downshift": "6.1.12", "downshift": "6.1.12",
"echarts": "5.4.0", "echarts": "5.5.1",
"echarts-stat": "^1.2.0", "echarts-stat": "^1.2.0",
"echarts-wordcloud": "^2.1.0", "echarts-wordcloud": "^2.1.0",
"exceljs": "^4.4.0", "exceljs": "^4.4.0",
@ -96,7 +96,7 @@
"@types/lodash": "^4.14.175", "@types/lodash": "^4.14.175",
"@types/markdown-it": "^12.2.1", "@types/markdown-it": "^12.2.1",
"@types/mkdirp": "^1.0.1", "@types/mkdirp": "^1.0.1",
"@types/node": "^12.7.1", "@types/node": "^14.0.24",
"@types/papaparse": "^5.2.2", "@types/papaparse": "^5.2.2",
"@types/prop-types": "^15.5.2", "@types/prop-types": "^15.5.2",
"@types/qs": "^6.5.1", "@types/qs": "^6.5.1",

View File

@ -71,6 +71,7 @@
"@rollup/plugin-typescript": "^8.3.4", "@rollup/plugin-typescript": "^8.3.4",
"@swc/jest": "^0.2.34", "@swc/jest": "^0.2.34",
"@testing-library/jest-dom": "^5.17.0", "@testing-library/jest-dom": "^5.17.0",
"@types/node": "^14.0.24",
"@types/jest": "^28.1.0", "@types/jest": "^28.1.0",
"@types/prettier": "^2.7.3", "@types/prettier": "^2.7.3",
"amis-formula": "^2.7.2", "amis-formula": "^2.7.2",
@ -87,7 +88,7 @@
"xml-formatter": "^3.3.2" "xml-formatter": "^3.3.2"
}, },
"peerDependencies": { "peerDependencies": {
"echarts": "^5.4.0" "echarts": "^5.5.1"
}, },
"jest": { "jest": {
"testEnvironment": "jsdom", "testEnvironment": "jsdom",

View File

@ -1,6 +1,7 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json",
"compilerOptions": { "compilerOptions": {
"types": ["node"],
"rootDir": "./", "rootDir": "./",
"outDir": "./dist", "outDir": "./dist",
"baseUrl": "./", "baseUrl": "./",