fix: 修复点击退出图标确认后不能退出 && 图标排序等数组字段需顺序敏感比较 (#8179)
* chore: 调整 sortablejs 的位置,只在用到的模块引入 * fix: non-null assertion lint error * fix: 修复点击退出图标确认后不能退出 * fix: 图标排序等数组字段需顺序敏感比较 * feat: 配置中增加 refresh 并统一位置
This commit is contained in:
@@ -70,7 +70,6 @@
|
||||
"@changesets/cli": "catalog:",
|
||||
"@tsdown/css": "catalog:",
|
||||
"@types/node": "catalog:",
|
||||
"@types/sortablejs": "catalog:",
|
||||
"@vben/commitlint-config": "workspace:*",
|
||||
"@vben/eslint-config": "workspace:*",
|
||||
"@vben/oxfmt-config": "workspace:*",
|
||||
@@ -107,8 +106,5 @@
|
||||
"node": "^22.18.0 || ^24.12.0",
|
||||
"pnpm": ">=11.0.0"
|
||||
},
|
||||
"packageManager": "pnpm@11.15.1",
|
||||
"dependencies": {
|
||||
"sortablejs": "catalog:"
|
||||
}
|
||||
"packageManager": "pnpm@11.15.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user