nuxt-ui-basekit 0.1.0 → 0.1.1

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-ui-basekit",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Markenfreie Basis-Komponenten für Nuxt 4 auf Nuxt UI — Tabellen, Reiter, Diagramme, Auswahl und Leerzustände als Nuxt-Layer.",
5
5
  "keywords": [
6
6
  "nuxt",
@@ -42,7 +42,7 @@
42
42
  "peerDependencies": {
43
43
  "@nuxt/ui": "^4.0.0",
44
44
  "nuxt": "^4.0.0",
45
- "pinia": "^2.2.0 || ^3.0.0"
45
+ "pinia": "^2.2.0 || ^3.0.0 || ^4.0.0"
46
46
  },
47
47
  "dependencies": {
48
48
  "@tiptap/extension-link": "^3.27.0",
@@ -60,7 +60,7 @@
60
60
  "@vue/test-utils": "^2.4.10",
61
61
  "happy-dom": "^20.9.0",
62
62
  "nuxt": "^4.0.0",
63
- "pinia": "^2.2.4",
63
+ "pinia": "^4.0.0",
64
64
  "typescript": "^5.5.0",
65
65
  "vitest": "^4.1.6",
66
66
  "vue-tsc": "^2.1.0"