@myissue/vue-website-page-builder 3.5.69 → 3.5.70

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@myissue/vue-website-page-builder",
3
- "version": "3.5.69",
3
+ "version": "3.5.70",
4
4
  "description": "Free open-source Vue 3 page builder and drag-and-drop visual editor for ecommerce admin, multi-tenant SaaS, and headless CMS. Self-hosted Builder.io / GrapesJS-style alternative with custom media library and product catalog integration.",
5
5
  "type": "module",
6
6
  "main": "./dist/vue-website-page-builder.umd.cjs",
@@ -94,11 +94,13 @@
94
94
  "@tiptap/extension-text-align": "^3.4.2",
95
95
  "@tiptap/starter-kit": "^3.4.2",
96
96
  "@tiptap/vue-3": "^3.4.2",
97
- "pinia": "^2.1.7",
97
+ "pinia": "~2.1.7",
98
98
  "uuid": "^14.0.1",
99
- "vue": "^3.5.40",
100
99
  "date-fns": "^4.4.0"
101
100
  },
101
+ "peerDependencies": {
102
+ "vue": "^3.3.0"
103
+ },
102
104
  "devDependencies": {
103
105
  "@microsoft/api-extractor": "^7.58.9",
104
106
  "@rushstack/eslint-patch": "^1.8.0",
@@ -126,6 +128,7 @@
126
128
  "vite-plugin-vue-devtools": "^7.7.2",
127
129
  "vitepress": "^2.0.0-alpha.15",
128
130
  "vitest": "^3.2.4",
131
+ "vue": "^3.5.40",
129
132
  "vue-tsc": "^3.3.6"
130
133
  }
131
- }
134
+ }