@edifice.io/tiptap-extensions 2.5.20 → 2.5.21-develop.20260526135535
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 +4 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/tiptap-extensions",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.21-develop.20260526135535",
|
|
4
4
|
"description": "Edifice Rich Text Editor Extensions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"edifice",
|
|
@@ -148,17 +148,14 @@
|
|
|
148
148
|
"@tiptap/html": "2.11.0",
|
|
149
149
|
"@tiptap/pm": "2.11.0",
|
|
150
150
|
"@tiptap/starter-kit": "2.11.0",
|
|
151
|
-
"prosemirror-
|
|
152
|
-
"prosemirror-state": "1.4.4",
|
|
153
|
-
"prosemirror-transform": "1.11.0",
|
|
154
|
-
"prosemirror-view": "1.41.5",
|
|
151
|
+
"prosemirror-state": "^1.4.3",
|
|
155
152
|
"vite": "5.4.14",
|
|
156
153
|
"vite-plugin-dts": "4.5.4",
|
|
157
|
-
"@edifice.io/utilities": "2.5.
|
|
154
|
+
"@edifice.io/utilities": "2.5.21-develop.20260526135535"
|
|
158
155
|
},
|
|
159
156
|
"devDependencies": {
|
|
160
157
|
"@types/dom-speech-recognition": "0.0.1",
|
|
161
|
-
"@edifice.io/client": "2.5.
|
|
158
|
+
"@edifice.io/client": "2.5.21-develop.20260526135535"
|
|
162
159
|
},
|
|
163
160
|
"publishConfig": {
|
|
164
161
|
"access": "public"
|