@volverjs/ui-vue 0.0.13-beta.1 → 0.0.13-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons.es.js +1 -1
- package/dist/icons.umd.js +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volverjs/ui-vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.13-beta.
|
|
4
|
+
"version": "0.0.13-beta.2",
|
|
5
5
|
"description": "@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.",
|
|
6
6
|
"author": "8 wave S.r.l.",
|
|
7
7
|
"license": "MIT",
|
|
@@ -383,6 +383,7 @@
|
|
|
383
383
|
"dependencies": {
|
|
384
384
|
"@floating-ui/vue": "^1.1.9",
|
|
385
385
|
"@iconify/tools": "^5.0.2",
|
|
386
|
+
"@iconify/utils": "^3.1.0",
|
|
386
387
|
"@iconify/vue": "^5.0.0",
|
|
387
388
|
"blurhash": "^2.0.5",
|
|
388
389
|
"chokidar": "^5.0.0",
|
|
@@ -401,7 +402,6 @@
|
|
|
401
402
|
"@babel/preset-env": "^7.28.5",
|
|
402
403
|
"@babel/preset-typescript": "^7.28.5",
|
|
403
404
|
"@iconify/types": "^2.0.0",
|
|
404
|
-
"@iconify/utils": "^3.1.0",
|
|
405
405
|
"@nabla/vite-plugin-eslint": "^2.0.6",
|
|
406
406
|
"@storybook/addon-a11y": "^10.1.11",
|
|
407
407
|
"@storybook/addon-docs": "^10.1.11",
|