chore(crop): [crop] update cropperjs dependency version to 1.6.2 to solve the overdue dependency problem (#3178)

This commit is contained in:
ajaxzheng 2025-03-26 11:36:19 +08:00 committed by GitHub
parent bb59877bba
commit 097ae16149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 12 deletions

View File

@ -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",

View File

@ -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:"
}
}