fix(deps): restore @iconify/iconify required by @purge-icons/generated
Re-added @iconify/iconify as runtime dependency — it's imported by @purge-icons/generated which is used in src/plugins/svgIcon/index.ts. Also reverted @purge-icons/generated 0.10 back to 0.9 (both versions have the same @iconify/iconify import). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>pull/878/head
parent
49f0fb06f4
commit
cb5f0fb3f0
|
|
@ -31,6 +31,7 @@
|
|||
"@element-plus/icons-vue": "2.3.2",
|
||||
"@form-create/designer": "^3.4.0",
|
||||
"@form-create/element-ui": "^3.2.37",
|
||||
"@iconify/iconify": "^3.1.1",
|
||||
"@microsoft/fetch-event-source": "^2.0.1",
|
||||
"@videojs-player/vue": "^1.0.0",
|
||||
"@vueuse/core": "^14.2.1",
|
||||
|
|
@ -89,7 +90,7 @@
|
|||
"@iconify/json": "^2.2.444",
|
||||
"@intlify/unplugin-vue-i18n": "^11.0.7",
|
||||
"@playwright/test": "^1.58.2",
|
||||
"@purge-icons/generated": "^0.10.0",
|
||||
"@purge-icons/generated": "^0.9.0",
|
||||
"@types/jsoneditor": "^9.9.6",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "^25.3.3",
|
||||
|
|
|
|||
|
|
@ -17,6 +17,9 @@ importers:
|
|||
'@form-create/element-ui':
|
||||
specifier: ^3.2.37
|
||||
version: 3.2.37(vue@3.5.29(typescript@5.9.3))
|
||||
'@iconify/iconify':
|
||||
specifier: ^3.1.1
|
||||
version: 3.1.1
|
||||
'@microsoft/fetch-event-source':
|
||||
specifier: ^2.0.1
|
||||
version: 2.0.1
|
||||
|
|
@ -187,8 +190,8 @@ importers:
|
|||
specifier: ^1.58.2
|
||||
version: 1.58.2
|
||||
'@purge-icons/generated':
|
||||
specifier: ^0.10.0
|
||||
version: 0.10.0
|
||||
specifier: ^0.9.0
|
||||
version: 0.9.0
|
||||
'@types/jsoneditor':
|
||||
specifier: ^9.9.6
|
||||
version: 9.9.6
|
||||
|
|
@ -1735,6 +1738,9 @@ packages:
|
|||
'@purge-icons/generated@0.10.0':
|
||||
resolution: {integrity: sha512-I+1yN7/yDy/eZzfhAZqKF8Z6FM8D/O1vempbPrHJ0m9HlZwvf8sWXOArPJ2qRQGB6mJUVSpaXkoGBuoz1GQX5A==}
|
||||
|
||||
'@purge-icons/generated@0.9.0':
|
||||
resolution: {integrity: sha512-s2t+1oVtGDV6KtqfCXtUOhxfeYvOdDF90IVm+nMs/6bUP0HeGZLslguuL/AibpwtfL4FA/oCsIu/RhwapgAdJw==}
|
||||
|
||||
'@quansync/fs@1.0.0':
|
||||
resolution: {integrity: sha512-4TJ3DFtlf1L5LDMaM6CanJ/0lckGNtJcMjQ1NAV6zDmA0tEHKZtxNKin8EgPaVX1YzljbxckyT2tJrpQKAtngQ==}
|
||||
|
||||
|
|
@ -7044,6 +7050,10 @@ snapshots:
|
|||
dependencies:
|
||||
'@iconify/iconify': 3.1.1
|
||||
|
||||
'@purge-icons/generated@0.9.0':
|
||||
dependencies:
|
||||
'@iconify/iconify': 3.1.1
|
||||
|
||||
'@quansync/fs@1.0.0':
|
||||
dependencies:
|
||||
quansync: 1.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue