@webiny/app-website-builder 6.0.0-rc.4 → 6.0.0-rc.5
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 +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-website-builder",
|
|
3
|
-
"version": "6.0.0-rc.
|
|
3
|
+
"version": "6.0.0-rc.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -17,26 +17,26 @@
|
|
|
17
17
|
"@monaco-editor/react": "4.7.0",
|
|
18
18
|
"@svgr/webpack": "6.5.1",
|
|
19
19
|
"@types/react": "18.2.79",
|
|
20
|
-
"@webiny/admin-ui": "6.0.0-rc.
|
|
21
|
-
"@webiny/app": "6.0.0-rc.
|
|
22
|
-
"@webiny/app-aco": "6.0.0-rc.
|
|
23
|
-
"@webiny/app-admin": "6.0.0-rc.
|
|
24
|
-
"@webiny/app-headless-cms-common": "6.0.0-rc.
|
|
25
|
-
"@webiny/app-utils": "6.0.0-rc.
|
|
26
|
-
"@webiny/error": "6.0.0-rc.
|
|
27
|
-
"@webiny/feature": "6.0.0-rc.
|
|
28
|
-
"@webiny/form": "6.0.0-rc.
|
|
29
|
-
"@webiny/icons": "6.0.0-rc.
|
|
30
|
-
"@webiny/lexical-converter": "6.0.0-rc.
|
|
31
|
-
"@webiny/lexical-editor": "6.0.0-rc.
|
|
32
|
-
"@webiny/lexical-nodes": "6.0.0-rc.
|
|
33
|
-
"@webiny/lexical-theme": "6.0.0-rc.
|
|
34
|
-
"@webiny/react-composition": "6.0.0-rc.
|
|
35
|
-
"@webiny/react-properties": "6.0.0-rc.
|
|
36
|
-
"@webiny/ui": "6.0.0-rc.
|
|
37
|
-
"@webiny/utils": "6.0.0-rc.
|
|
38
|
-
"@webiny/validation": "6.0.0-rc.
|
|
39
|
-
"@webiny/website-builder-sdk": "6.0.0-rc.
|
|
20
|
+
"@webiny/admin-ui": "6.0.0-rc.5",
|
|
21
|
+
"@webiny/app": "6.0.0-rc.5",
|
|
22
|
+
"@webiny/app-aco": "6.0.0-rc.5",
|
|
23
|
+
"@webiny/app-admin": "6.0.0-rc.5",
|
|
24
|
+
"@webiny/app-headless-cms-common": "6.0.0-rc.5",
|
|
25
|
+
"@webiny/app-utils": "6.0.0-rc.5",
|
|
26
|
+
"@webiny/error": "6.0.0-rc.5",
|
|
27
|
+
"@webiny/feature": "6.0.0-rc.5",
|
|
28
|
+
"@webiny/form": "6.0.0-rc.5",
|
|
29
|
+
"@webiny/icons": "6.0.0-rc.5",
|
|
30
|
+
"@webiny/lexical-converter": "6.0.0-rc.5",
|
|
31
|
+
"@webiny/lexical-editor": "6.0.0-rc.5",
|
|
32
|
+
"@webiny/lexical-nodes": "6.0.0-rc.5",
|
|
33
|
+
"@webiny/lexical-theme": "6.0.0-rc.5",
|
|
34
|
+
"@webiny/react-composition": "6.0.0-rc.5",
|
|
35
|
+
"@webiny/react-properties": "6.0.0-rc.5",
|
|
36
|
+
"@webiny/ui": "6.0.0-rc.5",
|
|
37
|
+
"@webiny/utils": "6.0.0-rc.5",
|
|
38
|
+
"@webiny/validation": "6.0.0-rc.5",
|
|
39
|
+
"@webiny/website-builder-sdk": "6.0.0-rc.5",
|
|
40
40
|
"apollo-cache": "1.3.5",
|
|
41
41
|
"apollo-client": "2.6.10",
|
|
42
42
|
"apollo-link": "1.2.14",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@types/react-virtualized": "9.22.3",
|
|
73
73
|
"@types/resize-observer-browser": "0.1.11",
|
|
74
74
|
"@types/store": "2.0.5",
|
|
75
|
-
"@webiny/build-tools": "6.0.0-rc.
|
|
75
|
+
"@webiny/build-tools": "6.0.0-rc.5",
|
|
76
76
|
"execa": "5.1.1",
|
|
77
77
|
"rimraf": "6.1.3",
|
|
78
78
|
"typescript": "5.9.3",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
]
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "8f9b60f1193682a21e037e6f771b19f1dfd65045"
|
|
98
98
|
}
|