feat: iconify vue dep
This commit is contained in:
parent
156cfcc35c
commit
6757d5e278
2 changed files with 18 additions and 1 deletions
|
|
@ -17,7 +17,6 @@
|
||||||
"@quasar/extras": "^1.16.9",
|
"@quasar/extras": "^1.16.9",
|
||||||
"@tato30/vue-pdf": "^1.9.5",
|
"@tato30/vue-pdf": "^1.9.5",
|
||||||
"axios": "^1.6.8",
|
"axios": "^1.6.8",
|
||||||
"iconify-icon": "^2.0.0",
|
|
||||||
"keycloak-js": "^24.0.2",
|
"keycloak-js": "^24.0.2",
|
||||||
"mime": "^4.0.1",
|
"mime": "^4.0.1",
|
||||||
"moment": "^2.30.1",
|
"moment": "^2.30.1",
|
||||||
|
|
@ -30,6 +29,7 @@
|
||||||
"vue-router": "^4.3.0"
|
"vue-router": "^4.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@iconify/vue": "^4.1.1",
|
||||||
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
||||||
"@quasar/app-vite": "2.0.0-beta.2",
|
"@quasar/app-vite": "2.0.0-beta.2",
|
||||||
"@types/node": "^20.11.30",
|
"@types/node": "^20.11.30",
|
||||||
|
|
|
||||||
17
pnpm-lock.yaml
generated
17
pnpm-lock.yaml
generated
|
|
@ -46,6 +46,9 @@ dependencies:
|
||||||
version: 4.3.0(vue@3.4.21)
|
version: 4.3.0(vue@3.4.21)
|
||||||
|
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
'@iconify/vue':
|
||||||
|
specifier: ^4.1.1
|
||||||
|
version: 4.1.1(vue@3.4.21)
|
||||||
'@intlify/unplugin-vue-i18n':
|
'@intlify/unplugin-vue-i18n':
|
||||||
specifier: ^4.0.0
|
specifier: ^4.0.0
|
||||||
version: 4.0.0(vue-i18n@9.10.2)
|
version: 4.0.0(vue-i18n@9.10.2)
|
||||||
|
|
@ -374,6 +377,19 @@ packages:
|
||||||
resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==}
|
resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@iconify/types@2.0.0:
|
||||||
|
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@iconify/vue@4.1.1(vue@3.4.21):
|
||||||
|
resolution: {integrity: sha512-RL85Bm/DAe8y6rT6pux7D2FJSiUEM/TPfyK7GrbAOfTSwrhvwJW+S5yijdGcmtXouA8MtuH9C7l4hiSE4mLMjg==}
|
||||||
|
peerDependencies:
|
||||||
|
vue: '>=3'
|
||||||
|
dependencies:
|
||||||
|
'@iconify/types': 2.0.0
|
||||||
|
vue: 3.4.21(typescript@5.4.3)
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@intlify/bundle-utils@8.0.0(vue-i18n@9.10.2):
|
/@intlify/bundle-utils@8.0.0(vue-i18n@9.10.2):
|
||||||
resolution: {integrity: sha512-1B++zykRnMwQ+20SpsZI1JCnV/YJt9Oq7AGlEurzkWJOFtFAVqaGc/oV36PBRYeiKnTbY9VYfjBimr2Vt42wLQ==}
|
resolution: {integrity: sha512-1B++zykRnMwQ+20SpsZI1JCnV/YJt9Oq7AGlEurzkWJOFtFAVqaGc/oV36PBRYeiKnTbY9VYfjBimr2Vt42wLQ==}
|
||||||
engines: {node: '>= 14.16'}
|
engines: {node: '>= 14.16'}
|
||||||
|
|
@ -3151,6 +3167,7 @@ packages:
|
||||||
/path2d-polyfill@2.1.1:
|
/path2d-polyfill@2.1.1:
|
||||||
resolution: {integrity: sha512-4Rka5lN+rY/p0CdD8+E+BFv51lFaFvJOrlOhyQ+zjzyQrzyh3ozmxd1vVGGDdIbUFSBtIZLSnspxTgPT0iJhvA==}
|
resolution: {integrity: sha512-4Rka5lN+rY/p0CdD8+E+BFv51lFaFvJOrlOhyQ+zjzyQrzyh3ozmxd1vVGGDdIbUFSBtIZLSnspxTgPT0iJhvA==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
|
deprecated: this package has been deprecated
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
dependencies:
|
dependencies:
|
||||||
path2d: 0.1.1
|
path2d: 0.1.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue