@cocoar/vue-page-builder 2.4.0 → 2.5.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocoar/vue-page-builder",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"description": "Generic headless visual page builder and renderer for Vue 3 built on the Cocoar Design System",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"lint": "eslint src/"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@cocoar/vue-ui": "2.
|
|
40
|
+
"@cocoar/vue-ui": "2.5.1",
|
|
41
41
|
"vue": "^3.5.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|