@volverjs/ui-vue 0.0.10-beta.49 → 0.0.10-beta.50

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@volverjs/ui-vue",
3
3
  "type": "module",
4
- "version": "0.0.10-beta.49",
4
+ "version": "0.0.10-beta.50",
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",
@@ -426,11 +426,11 @@
426
426
  "@types/node": "^22.9.0",
427
427
  "@types/pica": "^9.0.4",
428
428
  "@types/yargs": "^17.0.33",
429
- "@vitejs/plugin-vue": "^5.1.4",
429
+ "@vitejs/plugin-vue": "^5.1.5",
430
430
  "@vue/compiler-sfc": "^3.5.12",
431
431
  "@vue/eslint-config-typescript": "^14.1.3",
432
432
  "@vue/test-utils": "^2.4.6",
433
- "@vue/tsconfig": "^0.5.1",
433
+ "@vue/tsconfig": "^0.6.0",
434
434
  "change-case": "^5.4.4",
435
435
  "eslint": "^9.14.0",
436
436
  "glob": "7.2.3",
@@ -451,7 +451,7 @@
451
451
  "typescript": "~5.6.3",
452
452
  "unplugin-auto-import": "^0.18.3",
453
453
  "unplugin-vue-components": "^0.27.4",
454
- "vite": "^5.4.10",
454
+ "vite": "^5.4.11",
455
455
  "vite-plugin-externalize-deps": "^0.8.0",
456
456
  "vue-tsc": "^2.1.10"
457
457
  },