@firecms/editor 3.0.0-beta.11 → 3.0.0-beta.13
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/dist/editor.d.ts +2 -2
- package/dist/extensions/slashCommand.d.ts +1 -2
- package/dist/index.es.js +9 -14
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +9 -14
- package/dist/index.umd.js.map +1 -1
- package/package.json +40 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firecms/editor",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.13",
|
|
4
4
|
"description": "Notion-style WYSIWYG editor for FireCMS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -25,48 +25,49 @@
|
|
|
25
25
|
"clean": "rm -rf dist && find ./src -name '*.js' -type f | xargs rm -f"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"react": "
|
|
29
|
-
"react-dom": "
|
|
28
|
+
"react": ">=18.0.0",
|
|
29
|
+
"react-dom": ">=18.0.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@firecms/ui": "^3.0.0-beta.
|
|
33
|
-
"@radix-ui/react-slot": "^1.1.
|
|
34
|
-
"@tiptap/core": "2.
|
|
35
|
-
"@tiptap/extension-blockquote": "2.
|
|
36
|
-
"@tiptap/extension-bold": "2.
|
|
37
|
-
"@tiptap/extension-bullet-list": "2.
|
|
38
|
-
"@tiptap/extension-code": "2.
|
|
39
|
-
"@tiptap/extension-code-block": "2.
|
|
40
|
-
"@tiptap/extension-color": "2.
|
|
41
|
-
"@tiptap/extension-document": "2.
|
|
42
|
-
"@tiptap/extension-heading": "2.
|
|
43
|
-
"@tiptap/extension-highlight": "2.
|
|
44
|
-
"@tiptap/extension-horizontal-rule": "2.
|
|
45
|
-
"@tiptap/extension-image": "2.
|
|
46
|
-
"@tiptap/extension-italic": "2.
|
|
47
|
-
"@tiptap/extension-link": "2.
|
|
48
|
-
"@tiptap/extension-list-item": "2.
|
|
49
|
-
"@tiptap/extension-ordered-list": "2.
|
|
50
|
-
"@tiptap/extension-placeholder": "2.
|
|
51
|
-
"@tiptap/extension-strike": "2.
|
|
52
|
-
"@tiptap/extension-task-item": "2.
|
|
53
|
-
"@tiptap/extension-task-list": "2.
|
|
54
|
-
"@tiptap/extension-text-style": "2.
|
|
55
|
-
"@tiptap/extension-underline": "2.
|
|
56
|
-
"@tiptap/pm": "2.
|
|
57
|
-
"@tiptap/react": "2.
|
|
58
|
-
"@tiptap/starter-kit": "2.
|
|
59
|
-
"@tiptap/suggestion": "2.
|
|
60
|
-
"@types/node": "20.17.
|
|
61
|
-
"
|
|
62
|
-
"react-
|
|
32
|
+
"@firecms/ui": "^3.0.0-beta.13",
|
|
33
|
+
"@radix-ui/react-slot": "^1.1.1",
|
|
34
|
+
"@tiptap/core": "2.11.5",
|
|
35
|
+
"@tiptap/extension-blockquote": "2.11.5",
|
|
36
|
+
"@tiptap/extension-bold": "2.11.5",
|
|
37
|
+
"@tiptap/extension-bullet-list": "2.11.5",
|
|
38
|
+
"@tiptap/extension-code": "2.11.5",
|
|
39
|
+
"@tiptap/extension-code-block": "2.11.5",
|
|
40
|
+
"@tiptap/extension-color": "2.11.5",
|
|
41
|
+
"@tiptap/extension-document": "2.11.5",
|
|
42
|
+
"@tiptap/extension-heading": "2.11.5",
|
|
43
|
+
"@tiptap/extension-highlight": "2.11.5",
|
|
44
|
+
"@tiptap/extension-horizontal-rule": "2.11.5",
|
|
45
|
+
"@tiptap/extension-image": "2.11.5",
|
|
46
|
+
"@tiptap/extension-italic": "2.11.5",
|
|
47
|
+
"@tiptap/extension-link": "2.11.5",
|
|
48
|
+
"@tiptap/extension-list-item": "2.11.5",
|
|
49
|
+
"@tiptap/extension-ordered-list": "2.11.5",
|
|
50
|
+
"@tiptap/extension-placeholder": "2.11.5",
|
|
51
|
+
"@tiptap/extension-strike": "2.11.5",
|
|
52
|
+
"@tiptap/extension-task-item": "2.11.5",
|
|
53
|
+
"@tiptap/extension-task-list": "2.11.5",
|
|
54
|
+
"@tiptap/extension-text-style": "2.11.5",
|
|
55
|
+
"@tiptap/extension-underline": "2.11.5",
|
|
56
|
+
"@tiptap/pm": "2.11.5",
|
|
57
|
+
"@tiptap/react": "2.11.5",
|
|
58
|
+
"@tiptap/starter-kit": "2.11.5",
|
|
59
|
+
"@tiptap/suggestion": "2.11.5",
|
|
60
|
+
"@types/node": "20.17.14",
|
|
61
|
+
"prosemirror-view": "1.37.2",
|
|
62
|
+
"react-compiler-runtime": "^19.0.0-beta-e552027-20250112",
|
|
63
|
+
"react-markdown": "^9.0.3",
|
|
63
64
|
"react-moveable": "^0.56.0",
|
|
64
65
|
"tippy.js": "^6.3.7",
|
|
65
66
|
"tiptap-markdown": "^0.8.10"
|
|
66
67
|
},
|
|
67
68
|
"devDependencies": {
|
|
68
|
-
"@types/react": "^18.3.
|
|
69
|
-
"@types/react-dom": "^18.3.
|
|
69
|
+
"@types/react": "^18.3.18",
|
|
70
|
+
"@types/react-dom": "^18.3.0",
|
|
70
71
|
"@types/react-measure": "^2.0.12",
|
|
71
72
|
"@vitejs/plugin-react": "^4.3.4",
|
|
72
73
|
"babel-jest": "^29.7.0",
|
|
@@ -74,8 +75,8 @@
|
|
|
74
75
|
"eslint-plugin-react-compiler": "beta",
|
|
75
76
|
"jest": "^29.7.0",
|
|
76
77
|
"ts-jest": "^29.2.5",
|
|
77
|
-
"typescript": "^5.7.
|
|
78
|
-
"vite": "^5.4.
|
|
78
|
+
"typescript": "^5.7.3",
|
|
79
|
+
"vite": "^5.4.14"
|
|
79
80
|
},
|
|
80
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "26d5e1f33a7ac00c78e45cd3cb3c397f4ba00821"
|
|
81
82
|
}
|