feat(deps): 新增carbon图标库支持
- 新增@iconify-json/carbon图标库依赖 - 更新包锁定文件,确保依赖版本一致性 - 为后续功能模块提供更丰富的图标选择
This commit is contained in:
parent
44d6597e2a
commit
03c68be25f
14
package-lock.json
generated
14
package-lock.json
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "coi-admin",
|
||||
"name": "nova-admin",
|
||||
"version": "0.9.15",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
@ -9,6 +9,7 @@
|
||||
"version": "0.9.15",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@iconify-json/carbon": "^1.2.10",
|
||||
"@vueuse/core": "^13.3.0",
|
||||
"alova": "^3.3.2",
|
||||
"colord": "^2.9.3",
|
||||
@ -1810,6 +1811,14 @@
|
||||
"url": "https://github.com/sponsors/nzakas"
|
||||
}
|
||||
},
|
||||
"node_modules/@iconify-json/carbon": {
|
||||
"version": "1.2.10",
|
||||
"resolved": "https://registry.npmmirror.com/@iconify-json/carbon/-/carbon-1.2.10.tgz",
|
||||
"integrity": "sha512-Z+psKjwGZ9wZu+mVOStmIqHux1OWc8AtDiJ4eHmOkbcW5SMoGVtsQ6LWGJcYguT+9q9YgGihUTvHEnQSPWKGiQ==",
|
||||
"dependencies": {
|
||||
"@iconify/types": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@iconify-json/icon-park-outline": {
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmmirror.com/@iconify-json/icon-park-outline/-/icon-park-outline-1.2.2.tgz",
|
||||
@ -1822,8 +1831,7 @@
|
||||
"node_modules/@iconify/types": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmmirror.com/@iconify/types/-/types-2.0.0.tgz",
|
||||
"integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
|
||||
"dev": true
|
||||
"integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg=="
|
||||
},
|
||||
"node_modules/@iconify/utils": {
|
||||
"version": "2.3.0",
|
||||
|
||||
@ -62,6 +62,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^4.14.1",
|
||||
"@iconify-json/carbon": "^1.2.10",
|
||||
"@iconify-json/icon-park-outline": "^1.2.2",
|
||||
"@iconify/vue": "^4.3.0",
|
||||
"@types/node": "^24.0.1",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user