@firecms/editor 3.0.0-rc.4 → 3.0.0-tw4.2
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 +36 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firecms/editor",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-tw4.2",
|
|
4
4
|
"description": "Notion-style WYSIWYG editor for FireCMS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -29,40 +29,41 @@
|
|
|
29
29
|
"react-dom": ">=18.0.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@firecms/ui": "^3.0.0-
|
|
32
|
+
"@firecms/ui": "^3.0.0-tw4.2",
|
|
33
33
|
"@floating-ui/dom": "^1.7.4",
|
|
34
|
-
"@radix-ui/react-slot": "^1.2.
|
|
35
|
-
"@tiptap/core": "3.
|
|
36
|
-
"@tiptap/extension-blockquote": "3.
|
|
37
|
-
"@tiptap/extension-bold": "3.
|
|
38
|
-
"@tiptap/extension-bullet-list": "3.
|
|
39
|
-
"@tiptap/extension-code": "3.
|
|
40
|
-
"@tiptap/extension-code-block": "3.
|
|
41
|
-
"@tiptap/extension-color": "3.
|
|
42
|
-
"@tiptap/extension-document": "3.
|
|
43
|
-
"@tiptap/extension-heading": "3.
|
|
44
|
-
"@tiptap/extension-highlight": "3.
|
|
45
|
-
"@tiptap/extension-horizontal-rule": "3.
|
|
46
|
-
"@tiptap/extension-image": "3.
|
|
47
|
-
"@tiptap/extension-italic": "3.
|
|
48
|
-
"@tiptap/extension-link": "3.
|
|
49
|
-
"@tiptap/extension-list-item": "3.
|
|
50
|
-
"@tiptap/extension-ordered-list": "3.
|
|
51
|
-
"@tiptap/extension-placeholder": "3.
|
|
52
|
-
"@tiptap/extension-strike": "3.
|
|
53
|
-
"@tiptap/extension-task-item": "3.
|
|
54
|
-
"@tiptap/extension-task-list": "3.
|
|
55
|
-
"@tiptap/extension-text-style": "3.
|
|
56
|
-
"@tiptap/extension-underline": "3.
|
|
57
|
-
"@tiptap/pm": "3.
|
|
58
|
-
"@tiptap/react": "3.
|
|
59
|
-
"@tiptap/starter-kit": "3.
|
|
60
|
-
"@tiptap/suggestion": "3.
|
|
34
|
+
"@radix-ui/react-slot": "^1.2.4",
|
|
35
|
+
"@tiptap/core": "3.11.0",
|
|
36
|
+
"@tiptap/extension-blockquote": "3.11.0",
|
|
37
|
+
"@tiptap/extension-bold": "3.11.0",
|
|
38
|
+
"@tiptap/extension-bullet-list": "3.11.0",
|
|
39
|
+
"@tiptap/extension-code": "3.11.0",
|
|
40
|
+
"@tiptap/extension-code-block": "3.11.0",
|
|
41
|
+
"@tiptap/extension-color": "3.11.0",
|
|
42
|
+
"@tiptap/extension-document": "3.11.0",
|
|
43
|
+
"@tiptap/extension-heading": "3.11.0",
|
|
44
|
+
"@tiptap/extension-highlight": "3.11.0",
|
|
45
|
+
"@tiptap/extension-horizontal-rule": "3.11.0",
|
|
46
|
+
"@tiptap/extension-image": "3.11.0",
|
|
47
|
+
"@tiptap/extension-italic": "3.11.0",
|
|
48
|
+
"@tiptap/extension-link": "3.11.0",
|
|
49
|
+
"@tiptap/extension-list-item": "3.11.0",
|
|
50
|
+
"@tiptap/extension-ordered-list": "3.11.0",
|
|
51
|
+
"@tiptap/extension-placeholder": "3.11.0",
|
|
52
|
+
"@tiptap/extension-strike": "3.11.0",
|
|
53
|
+
"@tiptap/extension-task-item": "3.11.0",
|
|
54
|
+
"@tiptap/extension-task-list": "3.11.0",
|
|
55
|
+
"@tiptap/extension-text-style": "3.11.0",
|
|
56
|
+
"@tiptap/extension-underline": "3.11.0",
|
|
57
|
+
"@tiptap/pm": "3.11.0",
|
|
58
|
+
"@tiptap/react": "3.11.0",
|
|
59
|
+
"@tiptap/starter-kit": "3.11.0",
|
|
60
|
+
"@tiptap/suggestion": "3.11.0",
|
|
61
61
|
"@types/node": "20.19.17",
|
|
62
62
|
"react-compiler-runtime": "^19.0.0-beta-ebf51a3-20250411",
|
|
63
63
|
"react-markdown": "^9.1.0",
|
|
64
64
|
"react-moveable": "^0.56.0",
|
|
65
|
-
"tiptap-markdown": "^0.9.0"
|
|
65
|
+
"tiptap-markdown": "^0.9.0",
|
|
66
|
+
"use-sync-external-store": "^1.6.0"
|
|
66
67
|
},
|
|
67
68
|
"devDependencies": {
|
|
68
69
|
"@types/react": "^18.3.24",
|
|
@@ -71,11 +72,11 @@
|
|
|
71
72
|
"@vitejs/plugin-react": "^4.7.0",
|
|
72
73
|
"babel-jest": "^29.7.0",
|
|
73
74
|
"babel-plugin-react-compiler": "^19.0.0-beta-af1b7da-20250417",
|
|
74
|
-
"eslint-plugin-react-compiler": "^19.
|
|
75
|
+
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
|
|
75
76
|
"jest": "^29.7.0",
|
|
76
|
-
"ts-jest": "^29.4.
|
|
77
|
-
"typescript": "^5.9.
|
|
78
|
-
"vite": "^7.
|
|
77
|
+
"ts-jest": "^29.4.5",
|
|
78
|
+
"typescript": "^5.9.3",
|
|
79
|
+
"vite": "^7.2.4"
|
|
79
80
|
},
|
|
80
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "1292c52536d1485a6dd0803de81e05448cb0a36e"
|
|
81
82
|
}
|