@webiny/app-website-builder 6.4.4-beta.4 → 6.4.4-beta.6
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/index.js +2 -2
- package/package.json +29 -29
package/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as __rspack_external__BaseEditor_index_js_dc6c77f1 from "./BaseEditor/index.js";
|
|
2
2
|
export * from "./shared/pagePathFromTitle.js";
|
|
3
3
|
export { PageListConfig } from "./modules/pages/configs/index.js";
|
|
4
4
|
export { RedirectListConfig } from "./modules/redirects/configs/index.js";
|
|
5
5
|
export { PageEditorConfig } from "./modules/pages/PageEditor/PageEditorConfig.js";
|
|
6
6
|
export { PreviewUrlModifier } from "./features/index.js";
|
|
7
|
-
export {
|
|
7
|
+
export { __rspack_external__BaseEditor_index_js_dc6c77f1 as Editor };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-website-builder",
|
|
3
|
-
"version": "6.4.4-beta.
|
|
3
|
+
"version": "6.4.4-beta.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./index.js",
|
|
@@ -17,32 +17,32 @@
|
|
|
17
17
|
"@emotion/css": "11.13.5",
|
|
18
18
|
"@emotion/react": "11.14.0",
|
|
19
19
|
"@emotion/styled": "11.14.1",
|
|
20
|
-
"@lexical/utils": "0.
|
|
20
|
+
"@lexical/utils": "0.46.0",
|
|
21
21
|
"@monaco-editor/react": "4.7.0",
|
|
22
22
|
"@svgr/webpack": "8.1.0",
|
|
23
|
-
"@types/react": "18.3.
|
|
24
|
-
"@webiny/admin-ui": "6.4.4-beta.
|
|
25
|
-
"@webiny/app": "6.4.4-beta.
|
|
26
|
-
"@webiny/app-aco": "6.4.4-beta.
|
|
27
|
-
"@webiny/app-admin": "6.4.4-beta.
|
|
28
|
-
"@webiny/app-headless-cms-common": "6.4.4-beta.
|
|
29
|
-
"@webiny/app-trash-bin": "6.4.4-beta.
|
|
30
|
-
"@webiny/app-utils": "6.4.4-beta.
|
|
31
|
-
"@webiny/di": "1.0.
|
|
32
|
-
"@webiny/error": "6.4.4-beta.
|
|
33
|
-
"@webiny/feature": "6.4.4-beta.
|
|
34
|
-
"@webiny/form": "6.4.4-beta.
|
|
35
|
-
"@webiny/icons": "6.4.4-beta.
|
|
36
|
-
"@webiny/languages": "6.4.4-beta.
|
|
37
|
-
"@webiny/lexical-converter": "6.4.4-beta.
|
|
38
|
-
"@webiny/lexical-editor": "6.4.4-beta.
|
|
39
|
-
"@webiny/lexical-nodes": "6.4.4-beta.
|
|
40
|
-
"@webiny/lexical-theme": "6.4.4-beta.
|
|
41
|
-
"@webiny/react-composition": "6.4.4-beta.
|
|
42
|
-
"@webiny/react-properties": "6.4.4-beta.
|
|
43
|
-
"@webiny/utils": "6.4.4-beta.
|
|
44
|
-
"@webiny/validation": "6.4.4-beta.
|
|
45
|
-
"@webiny/website-builder-sdk": "6.4.4-beta.
|
|
23
|
+
"@types/react": "18.3.31",
|
|
24
|
+
"@webiny/admin-ui": "6.4.4-beta.6",
|
|
25
|
+
"@webiny/app": "6.4.4-beta.6",
|
|
26
|
+
"@webiny/app-aco": "6.4.4-beta.6",
|
|
27
|
+
"@webiny/app-admin": "6.4.4-beta.6",
|
|
28
|
+
"@webiny/app-headless-cms-common": "6.4.4-beta.6",
|
|
29
|
+
"@webiny/app-trash-bin": "6.4.4-beta.6",
|
|
30
|
+
"@webiny/app-utils": "6.4.4-beta.6",
|
|
31
|
+
"@webiny/di": "1.0.2",
|
|
32
|
+
"@webiny/error": "6.4.4-beta.6",
|
|
33
|
+
"@webiny/feature": "6.4.4-beta.6",
|
|
34
|
+
"@webiny/form": "6.4.4-beta.6",
|
|
35
|
+
"@webiny/icons": "6.4.4-beta.6",
|
|
36
|
+
"@webiny/languages": "6.4.4-beta.6",
|
|
37
|
+
"@webiny/lexical-converter": "6.4.4-beta.6",
|
|
38
|
+
"@webiny/lexical-editor": "6.4.4-beta.6",
|
|
39
|
+
"@webiny/lexical-nodes": "6.4.4-beta.6",
|
|
40
|
+
"@webiny/lexical-theme": "6.4.4-beta.6",
|
|
41
|
+
"@webiny/react-composition": "6.4.4-beta.6",
|
|
42
|
+
"@webiny/react-properties": "6.4.4-beta.6",
|
|
43
|
+
"@webiny/utils": "6.4.4-beta.6",
|
|
44
|
+
"@webiny/validation": "6.4.4-beta.6",
|
|
45
|
+
"@webiny/website-builder-sdk": "6.4.4-beta.6",
|
|
46
46
|
"apollo-cache": "1.3.5",
|
|
47
47
|
"apollo-client": "2.6.10",
|
|
48
48
|
"apollo-link": "1.2.14",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"classnames": "2.5.1",
|
|
51
51
|
"deep-equal": "2.2.3",
|
|
52
52
|
"graphql": "16.14.2",
|
|
53
|
-
"graphql-tag": "2.12.
|
|
53
|
+
"graphql-tag": "2.12.7",
|
|
54
54
|
"is-hotkey": "0.2.0",
|
|
55
55
|
"lodash": "4.18.1",
|
|
56
56
|
"markdown-to-jsx": "9.8.2",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"mobx": "6.16.1",
|
|
59
59
|
"mobx-react-lite": "4.1.1",
|
|
60
60
|
"pluralize": "8.0.0",
|
|
61
|
-
"radix-ui": "1.
|
|
61
|
+
"radix-ui": "1.6.2",
|
|
62
62
|
"react": "18.3.1",
|
|
63
63
|
"react-dnd": "16.0.1",
|
|
64
64
|
"react-dnd-html5-backend": "16.0.1",
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@types/deep-equal": "1.0.4",
|
|
71
71
|
"@types/is-hotkey": "0.1.10",
|
|
72
|
-
"@webiny/build-tools": "6.4.4-beta.
|
|
72
|
+
"@webiny/build-tools": "6.4.4-beta.6",
|
|
73
73
|
"execa": "5.1.1",
|
|
74
74
|
"rimraf": "6.1.3",
|
|
75
75
|
"typescript": "6.0.3",
|
|
76
|
-
"vitest": "4.1.
|
|
76
|
+
"vitest": "4.1.10"
|
|
77
77
|
},
|
|
78
78
|
"publishConfig": {
|
|
79
79
|
"access": "public"
|