fix: 修复echarts和cropperjs依赖版本落后问题 (#27)

This commit is contained in:
yuanningning 2023-02-28 14:18:21 +08:00 committed by GitHub
parent ff486e319d
commit 78e6b8ad5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 14 deletions

View File

@ -71,6 +71,8 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/preset-env": "^7.18.10",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
@ -80,15 +82,23 @@
"@vue/babel-plugin-jsx": "^1.1.0",
"@vue/compiler-sfc": "^3.2.39",
"@vue/composition-api": "1.2.2",
"cropperjs": "1.5.6",
"commitizen": "^4.2.5",
"cropperjs": "^1.5.12",
"cross-env": "^7.0.3",
"echarts": "5.2.1",
"cz-conventional-changelog": "^3.3.0",
"echarts": "^5.3.3",
"echarts-liquidfill": "3.1.0",
"echarts-wordcloud": "2.0.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.6.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"husky": "^8.0.2",
"lerna": "^5.4.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"quill": "1.3.7",
"rimraf": "^3.0.0",
"rollup-plugin-postcss": "^2.0.3",
@ -101,20 +111,10 @@
"vite-plugin-vue2": "^2.0.2",
"vite-plugin-vue2-svg": "^0.3.0",
"vue": "~2.6.14",
"vue-eslint-parser": "^9.1.0",
"vue-i18n": "^8.9.0",
"vue-router": "^3.6.4",
"vue-template-compiler": "~2.6.14",
"vue-eslint-parser": "^9.1.0",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"glob": "^8.0.3",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1"
"vue-template-compiler": "~2.6.14"
},
"husky": {
"hooks": {