install dependencies

This commit is contained in:
Kamila 2024-07-17 15:59:07 +02:00
parent 5c59c0ef2c
commit cf43c32596
3 changed files with 12 additions and 1 deletions

View File

@ -22,6 +22,7 @@
"@babel/core": "^7.15.8",
"@babel/node": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@iconify/json": "^2.2.228",
"@vitejs/plugin-vue": "3.2.0",
"@vue/apollo-composable": "^4.0.2",
"@vue/apollo-option": "^4.0.0",

View File

@ -36,7 +36,9 @@ export default defineConfig({
}),
Icons({
compiler: 'vue3',
autoInstall: true,
}),
,
commonjs(),
],
})

View File

@ -1312,7 +1312,15 @@
dependencies:
"@hapi/hoek" "^9.0.0"
"@iconify/types@^2.0.0":
"@iconify/json@^2.2.228":
version "2.2.228"
resolved "https://registry.yarnpkg.com/@iconify/json/-/json-2.2.228.tgz#7042f98d2d69398131e6f5e3b4751d5a6fe3128c"
integrity sha512-Xd1CgQ1bCFLrp4t+J2TU+AXM+kVHAFLfhK9FcZD54aMPlzENdQMJ5JhfFzCgnsLBAIW1PbSY2Edbm4tt2Tw9Lg==
dependencies:
"@iconify/types" "*"
pathe "^1.1.2"
"@iconify/types@*", "@iconify/types@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@iconify/types/-/types-2.0.0.tgz#ab0e9ea681d6c8a1214f30cd741fe3a20cc57f57"
integrity sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==