reactjs-tiptap-editor 0.1.9 → 0.1.10

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,12 +1,12 @@
1
1
  {
2
2
  "name": "reactjs-tiptap-editor",
3
3
  "type": "module",
4
- "version": "0.1.9",
4
+ "version": "0.1.10",
5
5
  "main": "./lib/reactjs-tiptap-editor.cjs",
6
6
  "module": "./lib/reactjs-tiptap-editor.js",
7
7
  "types": "./lib/index.d.ts",
8
8
  "description": "A modern WYSIWYG rich text editor based on tiptap and shadcn ui for React",
9
- "packageManager": "pnpm@9.12.3",
9
+ "packageManager": "pnpm@9.15.0",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": {
@@ -59,7 +59,7 @@
59
59
  "@radix-ui/react-checkbox": "^1.1.2",
60
60
  "@radix-ui/react-dialog": "^1.1.2",
61
61
  "@radix-ui/react-dropdown-menu": "^2.1.2",
62
- "@radix-ui/react-icons": "^1.3.1",
62
+ "@radix-ui/react-icons": "^1.3.2",
63
63
  "@radix-ui/react-label": "^2.1.0",
64
64
  "@radix-ui/react-popover": "^1.1.2",
65
65
  "@radix-ui/react-select": "^2.1.2",
@@ -69,105 +69,105 @@
69
69
  "@radix-ui/react-tabs": "^1.1.1",
70
70
  "@radix-ui/react-toast": "^1.2.2",
71
71
  "@radix-ui/react-toggle": "^1.1.0",
72
- "@radix-ui/react-tooltip": "^1.1.3",
73
- "@tiptap/core": "^2.9.1",
74
- "@tiptap/extension-blockquote": "^2.9.1",
75
- "@tiptap/extension-bold": "^2.9.1",
76
- "@tiptap/extension-bubble-menu": "^2.9.1",
77
- "@tiptap/extension-bullet-list": "^2.9.1",
78
- "@tiptap/extension-character-count": "^2.9.1",
79
- "@tiptap/extension-code": "^2.9.1",
80
- "@tiptap/extension-code-block": "^2.9.1",
81
- "@tiptap/extension-color": "^2.9.1",
82
- "@tiptap/extension-document": "^2.9.1",
83
- "@tiptap/extension-dropcursor": "^2.9.1",
84
- "@tiptap/extension-focus": "^2.9.1",
85
- "@tiptap/extension-font-family": "^2.9.1",
86
- "@tiptap/extension-gapcursor": "^2.9.1",
87
- "@tiptap/extension-hard-break": "^2.9.1",
88
- "@tiptap/extension-heading": "^2.9.1",
89
- "@tiptap/extension-highlight": "^2.9.1",
90
- "@tiptap/extension-history": "^2.9.1",
91
- "@tiptap/extension-horizontal-rule": "^2.9.1",
92
- "@tiptap/extension-image": "^2.9.1",
93
- "@tiptap/extension-italic": "^2.9.1",
94
- "@tiptap/extension-link": "^2.9.1",
95
- "@tiptap/extension-list-item": "^2.9.1",
96
- "@tiptap/extension-mention": "^2.9.1",
97
- "@tiptap/extension-ordered-list": "^2.9.1",
98
- "@tiptap/extension-paragraph": "^2.9.1",
99
- "@tiptap/extension-placeholder": "^2.9.1",
100
- "@tiptap/extension-strike": "^2.9.1",
101
- "@tiptap/extension-subscript": "^2.9.1",
102
- "@tiptap/extension-superscript": "^2.9.1",
103
- "@tiptap/extension-table": "^2.9.1",
104
- "@tiptap/extension-table-cell": "^2.9.1",
105
- "@tiptap/extension-table-header": "^2.9.1",
106
- "@tiptap/extension-table-row": "^2.9.1",
107
- "@tiptap/extension-task-item": "^2.9.1",
108
- "@tiptap/extension-task-list": "^2.9.1",
109
- "@tiptap/extension-text": "^2.9.1",
110
- "@tiptap/extension-text-align": "^2.9.1",
111
- "@tiptap/extension-text-style": "^2.9.1",
112
- "@tiptap/extension-underline": "^2.9.1",
113
- "@tiptap/pm": "^2.9.1",
114
- "@tiptap/react": "^2.9.1",
115
- "@tiptap/suggestion": "^2.9.1",
116
- "class-variance-authority": "^0.7.0",
72
+ "@radix-ui/react-tooltip": "^1.1.4",
73
+ "@tiptap/core": "^2.10.3",
74
+ "@tiptap/extension-blockquote": "^2.10.3",
75
+ "@tiptap/extension-bold": "^2.10.3",
76
+ "@tiptap/extension-bubble-menu": "^2.10.3",
77
+ "@tiptap/extension-bullet-list": "^2.10.3",
78
+ "@tiptap/extension-character-count": "^2.10.3",
79
+ "@tiptap/extension-code": "^2.10.3",
80
+ "@tiptap/extension-code-block": "^2.10.3",
81
+ "@tiptap/extension-color": "^2.10.3",
82
+ "@tiptap/extension-document": "^2.10.3",
83
+ "@tiptap/extension-dropcursor": "^2.10.3",
84
+ "@tiptap/extension-focus": "^2.10.3",
85
+ "@tiptap/extension-font-family": "^2.10.3",
86
+ "@tiptap/extension-gapcursor": "^2.10.3",
87
+ "@tiptap/extension-hard-break": "^2.10.3",
88
+ "@tiptap/extension-heading": "^2.10.3",
89
+ "@tiptap/extension-highlight": "^2.10.3",
90
+ "@tiptap/extension-history": "^2.10.3",
91
+ "@tiptap/extension-horizontal-rule": "^2.10.3",
92
+ "@tiptap/extension-image": "^2.10.3",
93
+ "@tiptap/extension-italic": "^2.10.3",
94
+ "@tiptap/extension-link": "^2.10.3",
95
+ "@tiptap/extension-list-item": "^2.10.3",
96
+ "@tiptap/extension-mention": "^2.10.3",
97
+ "@tiptap/extension-ordered-list": "^2.10.3",
98
+ "@tiptap/extension-paragraph": "^2.10.3",
99
+ "@tiptap/extension-placeholder": "^2.10.3",
100
+ "@tiptap/extension-strike": "^2.10.3",
101
+ "@tiptap/extension-subscript": "^2.10.3",
102
+ "@tiptap/extension-superscript": "^2.10.3",
103
+ "@tiptap/extension-table": "^2.10.3",
104
+ "@tiptap/extension-table-cell": "^2.10.3",
105
+ "@tiptap/extension-table-header": "^2.10.3",
106
+ "@tiptap/extension-table-row": "^2.10.3",
107
+ "@tiptap/extension-task-item": "^2.10.3",
108
+ "@tiptap/extension-task-list": "^2.10.3",
109
+ "@tiptap/extension-text": "^2.10.3",
110
+ "@tiptap/extension-text-align": "^2.10.3",
111
+ "@tiptap/extension-text-style": "^2.10.3",
112
+ "@tiptap/extension-underline": "^2.10.3",
113
+ "@tiptap/pm": "^2.10.3",
114
+ "@tiptap/react": "^2.10.3",
115
+ "@tiptap/suggestion": "^2.10.3",
116
+ "class-variance-authority": "^0.7.1",
117
117
  "clsx": "^2.1.1",
118
118
  "deep-equal": "^2.2.3",
119
119
  "docx": "^8.6.0",
120
120
  "echo-drag-handle-plugin": "^0.0.2",
121
- "katex": "^0.16.11",
121
+ "katex": "^0.16.15",
122
122
  "lodash-es": "^4.17.21",
123
123
  "lucide-react": "^0.427.0",
124
- "mermaid": "^11.4.0",
124
+ "mermaid": "^11.4.1",
125
125
  "prosemirror-docx": "^0.2.0",
126
- "re-resizable": "^6.10.1",
126
+ "re-resizable": "^6.10.3",
127
127
  "react-colorful": "^5.6.1",
128
128
  "react-image-crop": "^11.0.7",
129
129
  "react-tweet": "^3.2.1",
130
130
  "react-visibility-sensor": "^5.1.1",
131
131
  "scroll-into-view-if-needed": "^3.1.0",
132
- "shiki": "^1.22.2",
132
+ "shiki": "^1.24.2",
133
133
  "svg64": "^2.0.0",
134
134
  "tippy.js": "^6.3.7",
135
135
  "valtio": "^1.13.2"
136
136
  },
137
137
  "devDependencies": {
138
138
  "@antfu/eslint-config": "^2.27.3",
139
- "@eslint-react/eslint-plugin": "^1.15.2",
139
+ "@eslint-react/eslint-plugin": "^1.19.0",
140
140
  "@total-typescript/ts-reset": "^0.5.1",
141
141
  "@types/deep-equal": "^1.0.4",
142
142
  "@types/katex": "^0.16.7",
143
143
  "@types/lodash-es": "^4.17.12",
144
- "@types/node": "^22.9.0",
145
- "@types/react": "^18.3.12",
146
- "@types/react-dom": "^18.3.1",
147
- "@vitejs/plugin-react": "^4.3.3",
144
+ "@types/node": "^22.10.2",
145
+ "@types/react": "^18.3.16",
146
+ "@types/react-dom": "^18.3.5",
147
+ "@vitejs/plugin-react": "^4.3.4",
148
148
  "autoprefixer": "^10.4.20",
149
- "bumpp": "^9.8.1",
149
+ "bumpp": "^9.9.0",
150
150
  "contributorkit": "^0.0.4",
151
151
  "eslint": "^8.57.1",
152
152
  "eslint-plugin-react-hooks": "^4.6.2",
153
- "eslint-plugin-react-refresh": "^0.4.14",
153
+ "eslint-plugin-react-refresh": "^0.4.16",
154
154
  "esno": "^4.8.0",
155
- "execa": "^9.5.1",
155
+ "execa": "^9.5.2",
156
156
  "git-scm-hooks": "^0.0.11",
157
157
  "globby": "^14.0.2",
158
158
  "md5": "^2.3.0",
159
- "postcss": "^8.4.47",
159
+ "postcss": "^8.4.49",
160
160
  "postcss-replace": "^2.0.1",
161
161
  "postcss-scss": "^4.0.9",
162
162
  "react": "^18.3.1",
163
163
  "react-dom": "^18.3.1",
164
- "sass": "^1.80.6",
165
- "tailwind-merge": "^2.5.4",
166
- "tailwindcss": "^3.4.14",
164
+ "sass": "^1.82.0",
165
+ "tailwind-merge": "^2.5.5",
166
+ "tailwindcss": "^3.4.16",
167
167
  "tailwindcss-animate": "^1.0.7",
168
- "typescript": "^5.6.3",
168
+ "typescript": "^5.7.2",
169
169
  "verify-commit-msg": "^0.0.14",
170
- "vite": "^5.4.10",
170
+ "vite": "^5.4.11",
171
171
  "vite-plugin-dts": "^4.3.0"
172
172
  },
173
173
  "browserslist": [