forked from opentiny/tiny-vue
chore(crop): [crop] update cropperjs dependency version to 1.6.2 to solve the overdue dependency problem (#3178)
This commit is contained in:
parent
bb59877bba
commit
097ae16149
|
|
@ -104,7 +104,7 @@
|
|||
"dependencies": {
|
||||
"@vue/composition-api": "1.7.2",
|
||||
"color": "^4.2.3",
|
||||
"cropperjs": "1.5.12",
|
||||
"cropperjs": "~1.6.2",
|
||||
"echarts": "5.4.1",
|
||||
"echarts-liquidfill": "3.1.0",
|
||||
"echarts-wordcloud": "2.0.0",
|
||||
|
|
@ -160,7 +160,7 @@
|
|||
"@vue/runtime-core@3": "3.4.38",
|
||||
"@vue/runtime-dom@3": "3.4.38",
|
||||
"@vue/shared@3": "3.4.38",
|
||||
"cropperjs": "1.5.12",
|
||||
"cropperjs": "1.6.2",
|
||||
"echarts": "5.4.1",
|
||||
"follow-redirects": "1.14.8",
|
||||
"regenerator-runtime": "0.13.9",
|
||||
|
|
|
|||
|
|
@ -1,25 +1,25 @@
|
|||
{
|
||||
"name": "@opentiny/vue-crop",
|
||||
"type": "module",
|
||||
"version": "3.22.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"sideEffects": false,
|
||||
"main": "lib/index.js",
|
||||
"module": "index.ts",
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@opentiny-internal/vue-test-utils": "workspace:*",
|
||||
"vitest": "catalog:"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "pnpm -w build:ui $npm_package_name",
|
||||
"//postversion": "pnpm build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@opentiny/vue-common": "workspace:~",
|
||||
"@opentiny/vue-renderless": "workspace:~",
|
||||
"@opentiny/vue-icon": "workspace:~",
|
||||
"cropperjs": "1.5.7",
|
||||
"@opentiny/vue-theme": "workspace:~"
|
||||
"@opentiny/vue-renderless": "workspace:~",
|
||||
"@opentiny/vue-theme": "workspace:~",
|
||||
"cropperjs": "~1.6.2"
|
||||
},
|
||||
"license": "MIT"
|
||||
"devDependencies": {
|
||||
"@opentiny-internal/vue-test-utils": "workspace:*",
|
||||
"vitest": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue