@kopexa/tiptap 14.0.0 → 14.0.1

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.
Files changed (1) hide show
  1. package/package.json +40 -40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/tiptap",
3
- "version": "14.0.0",
3
+ "version": "14.0.1",
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.0"
31
+ "@kopexa/theme": "14.0.1"
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.6.2",
37
- "@tiptap/extension-collaboration": "^3.6.2",
38
- "@tiptap/extension-highlight": "^3.6.2",
39
- "@tiptap/extension-invisible-characters": "^3.6.2",
40
- "@tiptap/extension-link": "^3.6.2",
41
- "@tiptap/extension-list": "^3.6.2",
42
- "@tiptap/extension-subscript": "^3.6.2",
43
- "@tiptap/extension-superscript": "^3.6.2",
44
- "@tiptap/extension-table-of-contents": "^3.6.2",
45
- "@tiptap/extension-task-item": "^3.6.2",
46
- "@tiptap/extension-task-list": "^3.6.2",
47
- "@tiptap/extension-text-align": "^3.6.2",
48
- "@tiptap/extension-text-style": "^3.6.2",
49
- "@tiptap/extension-typography": "^3.6.2",
50
- "@tiptap/extension-unique-id": "^3.6.2",
51
- "@tiptap/extensions": "^3.6.2",
52
- "@tiptap/pm": "3.6.2",
53
- "@tiptap/react": "^3.6.2",
54
- "@tiptap/starter-kit": "^3.6.2",
55
- "@tiptap/suggestion": "^3.6.2",
36
+ "@tiptap/core": "^3.6.5",
37
+ "@tiptap/extension-collaboration": "^3.6.5",
38
+ "@tiptap/extension-highlight": "^3.6.5",
39
+ "@tiptap/extension-invisible-characters": "^3.6.5",
40
+ "@tiptap/extension-link": "^3.6.5",
41
+ "@tiptap/extension-list": "^3.6.5",
42
+ "@tiptap/extension-subscript": "^3.6.5",
43
+ "@tiptap/extension-superscript": "^3.6.5",
44
+ "@tiptap/extension-table-of-contents": "^3.6.5",
45
+ "@tiptap/extension-task-item": "^3.6.5",
46
+ "@tiptap/extension-task-list": "^3.6.5",
47
+ "@tiptap/extension-text-align": "^3.6.5",
48
+ "@tiptap/extension-text-style": "^3.6.5",
49
+ "@tiptap/extension-typography": "^3.6.5",
50
+ "@tiptap/extension-unique-id": "^3.6.5",
51
+ "@tiptap/extensions": "^3.6.5",
52
+ "@tiptap/pm": "3.6.5",
53
+ "@tiptap/react": "^3.6.5",
54
+ "@tiptap/starter-kit": "^3.6.5",
55
+ "@tiptap/suggestion": "^3.6.5",
56
56
  "jsx-dom-cjs": "^8.1.6",
57
57
  "markdown-it": "^14.1.0",
58
58
  "react-hotkeys-hook": "^5.1.0",
59
- "react-intl": "^7.1.11",
60
- "@kopexa/button": "14.0.0",
61
- "@kopexa/chip": "14.0.0",
62
- "@kopexa/dropdown-menu": "14.0.0",
63
- "@kopexa/editor-utils": "14.0.0",
64
- "@kopexa/extension-code": "14.0.0",
65
- "@kopexa/extension-controlref": "14.0.0",
66
- "@kopexa/extension-table": "14.0.0",
67
- "@kopexa/icons": "14.0.0",
68
- "@kopexa/input": "14.0.0",
69
- "@kopexa/popover": "14.0.0",
70
- "@kopexa/react-utils": "14.0.0",
71
- "@kopexa/separator": "14.0.0",
72
- "@kopexa/shared-utils": "14.0.0",
73
- "@kopexa/tabs": "14.0.0",
74
- "@kopexa/toolbar": "14.0.0",
75
- "@kopexa/use-composed-ref": "14.0.0",
76
- "@kopexa/use-is-mobile": "14.0.0"
59
+ "react-intl": "^7.1.13",
60
+ "@kopexa/button": "14.0.1",
61
+ "@kopexa/chip": "14.0.1",
62
+ "@kopexa/dropdown-menu": "14.0.1",
63
+ "@kopexa/editor-utils": "14.0.1",
64
+ "@kopexa/extension-code": "14.0.1",
65
+ "@kopexa/extension-controlref": "14.0.1",
66
+ "@kopexa/extension-table": "14.0.1",
67
+ "@kopexa/icons": "14.0.1",
68
+ "@kopexa/input": "14.0.1",
69
+ "@kopexa/popover": "14.0.1",
70
+ "@kopexa/react-utils": "14.0.1",
71
+ "@kopexa/separator": "14.0.1",
72
+ "@kopexa/shared-utils": "14.0.1",
73
+ "@kopexa/tabs": "14.0.1",
74
+ "@kopexa/toolbar": "14.0.1",
75
+ "@kopexa/use-composed-ref": "14.0.1",
76
+ "@kopexa/use-is-mobile": "14.0.1"
77
77
  },
78
78
  "clean-package": "../../../clean-package.config.json",
79
79
  "module": "dist/index.mjs",