@kopexa/tiptap 14.0.2 → 14.0.4
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 +40 -40
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/tiptap",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.4",
|
|
4
4
|
"description": "our tiptap components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tiptap"
|
|
@@ -28,52 +28,52 @@
|
|
|
28
28
|
"motion": ">=12.23.6",
|
|
29
29
|
"react": ">=19.0.0-rc.0",
|
|
30
30
|
"react-dom": ">=19.0.0-rc.0",
|
|
31
|
-
"@kopexa/theme": "14.0.
|
|
31
|
+
"@kopexa/theme": "14.0.4"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@floating-ui/dom": "^1.7.4",
|
|
35
35
|
"@floating-ui/react": "^0.27.16",
|
|
36
|
-
"@tiptap/core": "^3.
|
|
37
|
-
"@tiptap/extension-collaboration": "^3.
|
|
38
|
-
"@tiptap/extension-highlight": "^3.
|
|
39
|
-
"@tiptap/extension-invisible-characters": "^3.
|
|
40
|
-
"@tiptap/extension-link": "^3.
|
|
41
|
-
"@tiptap/extension-list": "^3.
|
|
42
|
-
"@tiptap/extension-subscript": "^3.
|
|
43
|
-
"@tiptap/extension-superscript": "^3.
|
|
44
|
-
"@tiptap/extension-table-of-contents": "^3.
|
|
45
|
-
"@tiptap/extension-task-item": "^3.
|
|
46
|
-
"@tiptap/extension-task-list": "^3.
|
|
47
|
-
"@tiptap/extension-text-align": "^3.
|
|
48
|
-
"@tiptap/extension-text-style": "^3.
|
|
49
|
-
"@tiptap/extension-typography": "^3.
|
|
50
|
-
"@tiptap/extension-unique-id": "^3.
|
|
51
|
-
"@tiptap/extensions": "^3.
|
|
52
|
-
"@tiptap/pm": "3.
|
|
53
|
-
"@tiptap/react": "^3.
|
|
54
|
-
"@tiptap/starter-kit": "^3.
|
|
55
|
-
"@tiptap/suggestion": "^3.
|
|
36
|
+
"@tiptap/core": "^3.7.2",
|
|
37
|
+
"@tiptap/extension-collaboration": "^3.7.2",
|
|
38
|
+
"@tiptap/extension-highlight": "^3.7.2",
|
|
39
|
+
"@tiptap/extension-invisible-characters": "^3.7.2",
|
|
40
|
+
"@tiptap/extension-link": "^3.7.2",
|
|
41
|
+
"@tiptap/extension-list": "^3.7.2",
|
|
42
|
+
"@tiptap/extension-subscript": "^3.7.2",
|
|
43
|
+
"@tiptap/extension-superscript": "^3.7.2",
|
|
44
|
+
"@tiptap/extension-table-of-contents": "^3.7.2",
|
|
45
|
+
"@tiptap/extension-task-item": "^3.7.2",
|
|
46
|
+
"@tiptap/extension-task-list": "^3.7.2",
|
|
47
|
+
"@tiptap/extension-text-align": "^3.7.2",
|
|
48
|
+
"@tiptap/extension-text-style": "^3.7.2",
|
|
49
|
+
"@tiptap/extension-typography": "^3.7.2",
|
|
50
|
+
"@tiptap/extension-unique-id": "^3.7.2",
|
|
51
|
+
"@tiptap/extensions": "^3.7.2",
|
|
52
|
+
"@tiptap/pm": "^3.7.2",
|
|
53
|
+
"@tiptap/react": "^3.7.2",
|
|
54
|
+
"@tiptap/starter-kit": "^3.7.2",
|
|
55
|
+
"@tiptap/suggestion": "^3.7.2",
|
|
56
56
|
"jsx-dom-cjs": "^8.1.6",
|
|
57
57
|
"markdown-it": "^14.1.0",
|
|
58
|
-
"react-hotkeys-hook": "^5.1
|
|
58
|
+
"react-hotkeys-hook": "^5.2.1",
|
|
59
59
|
"react-intl": "^7.1.14",
|
|
60
|
-
"@kopexa/button": "14.0.
|
|
61
|
-
"@kopexa/chip": "14.0.
|
|
62
|
-
"@kopexa/dropdown-menu": "14.0.
|
|
63
|
-
"@kopexa/editor-utils": "14.0.
|
|
64
|
-
"@kopexa/extension-code": "14.0.
|
|
65
|
-
"@kopexa/extension-controlref": "14.0.
|
|
66
|
-
"@kopexa/extension-table": "14.0.
|
|
67
|
-
"@kopexa/icons": "14.0.
|
|
68
|
-
"@kopexa/input": "14.0.
|
|
69
|
-
"@kopexa/popover": "14.0.
|
|
70
|
-
"@kopexa/react-utils": "14.0.
|
|
71
|
-
"@kopexa/separator": "14.0.
|
|
72
|
-
"@kopexa/shared-utils": "14.0.
|
|
73
|
-
"@kopexa/tabs": "14.0.
|
|
74
|
-
"@kopexa/toolbar": "14.0.
|
|
75
|
-
"@kopexa/use-composed-ref": "14.0.
|
|
76
|
-
"@kopexa/use-is-mobile": "14.0.
|
|
60
|
+
"@kopexa/button": "14.0.4",
|
|
61
|
+
"@kopexa/chip": "14.0.4",
|
|
62
|
+
"@kopexa/dropdown-menu": "14.0.4",
|
|
63
|
+
"@kopexa/editor-utils": "14.0.4",
|
|
64
|
+
"@kopexa/extension-code": "14.0.4",
|
|
65
|
+
"@kopexa/extension-controlref": "14.0.4",
|
|
66
|
+
"@kopexa/extension-table": "14.0.4",
|
|
67
|
+
"@kopexa/icons": "14.0.4",
|
|
68
|
+
"@kopexa/input": "14.0.4",
|
|
69
|
+
"@kopexa/popover": "14.0.4",
|
|
70
|
+
"@kopexa/react-utils": "14.0.4",
|
|
71
|
+
"@kopexa/separator": "14.0.4",
|
|
72
|
+
"@kopexa/shared-utils": "14.0.4",
|
|
73
|
+
"@kopexa/tabs": "14.0.4",
|
|
74
|
+
"@kopexa/toolbar": "14.0.4",
|
|
75
|
+
"@kopexa/use-composed-ref": "14.0.4",
|
|
76
|
+
"@kopexa/use-is-mobile": "14.0.4"
|
|
77
77
|
},
|
|
78
78
|
"clean-package": "../../../clean-package.config.json",
|
|
79
79
|
"module": "dist/index.mjs",
|