@firecms/editor 3.0.0-rc.4 → 3.0.0-tw4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firecms/editor",
3
- "version": "3.0.0-rc.4",
3
+ "version": "3.0.0-tw4.13",
4
4
  "description": "Notion-style WYSIWYG editor for FireCMS",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -29,35 +29,35 @@
29
29
  "react-dom": ">=18.0.0"
30
30
  },
31
31
  "dependencies": {
32
- "@firecms/ui": "^3.0.0-rc.4",
32
+ "@firecms/ui": "^3.0.0-tw4.13",
33
33
  "@floating-ui/dom": "^1.7.4",
34
- "@radix-ui/react-slot": "^1.2.3",
35
- "@tiptap/core": "3.6.6",
36
- "@tiptap/extension-blockquote": "3.6.6",
37
- "@tiptap/extension-bold": "3.6.6",
38
- "@tiptap/extension-bullet-list": "3.6.6",
39
- "@tiptap/extension-code": "3.6.6",
40
- "@tiptap/extension-code-block": "3.6.6",
41
- "@tiptap/extension-color": "3.6.6",
42
- "@tiptap/extension-document": "3.6.6",
43
- "@tiptap/extension-heading": "3.6.6",
44
- "@tiptap/extension-highlight": "3.6.6",
45
- "@tiptap/extension-horizontal-rule": "3.6.6",
46
- "@tiptap/extension-image": "3.6.6",
47
- "@tiptap/extension-italic": "3.6.6",
48
- "@tiptap/extension-link": "3.6.6",
49
- "@tiptap/extension-list-item": "3.6.6",
50
- "@tiptap/extension-ordered-list": "3.6.6",
51
- "@tiptap/extension-placeholder": "3.6.6",
52
- "@tiptap/extension-strike": "3.6.6",
53
- "@tiptap/extension-task-item": "3.6.6",
54
- "@tiptap/extension-task-list": "3.6.6",
55
- "@tiptap/extension-text-style": "3.6.6",
56
- "@tiptap/extension-underline": "3.6.6",
57
- "@tiptap/pm": "3.6.6",
58
- "@tiptap/react": "3.6.6",
59
- "@tiptap/starter-kit": "3.6.6",
60
- "@tiptap/suggestion": "3.6.6",
34
+ "@radix-ui/react-slot": "^1.2.4",
35
+ "@tiptap/core": "3.13.0",
36
+ "@tiptap/extension-blockquote": "3.13.0",
37
+ "@tiptap/extension-bold": "3.13.0",
38
+ "@tiptap/extension-bullet-list": "3.13.0",
39
+ "@tiptap/extension-code": "3.13.0",
40
+ "@tiptap/extension-code-block": "3.13.0",
41
+ "@tiptap/extension-color": "3.13.0",
42
+ "@tiptap/extension-document": "3.13.0",
43
+ "@tiptap/extension-heading": "3.13.0",
44
+ "@tiptap/extension-highlight": "3.13.0",
45
+ "@tiptap/extension-horizontal-rule": "3.13.0",
46
+ "@tiptap/extension-image": "3.13.0",
47
+ "@tiptap/extension-italic": "3.13.0",
48
+ "@tiptap/extension-link": "3.13.0",
49
+ "@tiptap/extension-list-item": "3.13.0",
50
+ "@tiptap/extension-ordered-list": "3.13.0",
51
+ "@tiptap/extension-placeholder": "3.13.0",
52
+ "@tiptap/extension-strike": "3.13.0",
53
+ "@tiptap/extension-task-item": "3.13.0",
54
+ "@tiptap/extension-task-list": "3.13.0",
55
+ "@tiptap/extension-text-style": "3.13.0",
56
+ "@tiptap/extension-underline": "3.13.0",
57
+ "@tiptap/pm": "3.13.0",
58
+ "@tiptap/react": "3.13.0",
59
+ "@tiptap/starter-kit": "3.13.0",
60
+ "@tiptap/suggestion": "3.13.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",
@@ -71,11 +71,11 @@
71
71
  "@vitejs/plugin-react": "^4.7.0",
72
72
  "babel-jest": "^29.7.0",
73
73
  "babel-plugin-react-compiler": "^19.0.0-beta-af1b7da-20250417",
74
- "eslint-plugin-react-compiler": "^19.0.0-beta-af1b7da-20250417",
74
+ "eslint-plugin-react-compiler": "^19.1.0-rc.2",
75
75
  "jest": "^29.7.0",
76
- "ts-jest": "^29.4.3",
77
- "typescript": "^5.9.2",
78
- "vite": "^7.1.6"
76
+ "ts-jest": "^29.4.5",
77
+ "typescript": "^5.9.3",
78
+ "vite": "^7.2.4"
79
79
  },
80
- "gitHead": "5fab14c8d1fff7dd606512b5d9b3f1842e601f8c"
80
+ "gitHead": "eca601fe784ee2a697eb0ef0a9b4a4fedd13a1e9"
81
81
  }