@tiptap/starter-kit 3.0.0-next.7 → 3.0.0-next.8
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 +25 -25
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tiptap/starter-kit",
|
|
3
3
|
"description": "starter kit for tiptap",
|
|
4
|
-
"version": "3.0.0-next.
|
|
4
|
+
"version": "3.0.0-next.8",
|
|
5
5
|
"homepage": "https://tiptap.dev",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"tiptap",
|
|
@@ -31,30 +31,30 @@
|
|
|
31
31
|
"dist"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@tiptap/core": "^3.0.0-next.
|
|
35
|
-
"@tiptap/extension-blockquote": "^3.0.0-next.
|
|
36
|
-
"@tiptap/extension-bold": "^3.0.0-next.
|
|
37
|
-
"@tiptap/extension-bullet-list": "^3.0.0-next.
|
|
38
|
-
"@tiptap/extension-code": "^3.0.0-next.
|
|
39
|
-
"@tiptap/extension-code-block": "^3.0.0-next.
|
|
40
|
-
"@tiptap/extension-document": "^3.0.0-next.
|
|
41
|
-
"@tiptap/extension-dropcursor": "^3.0.0-next.
|
|
42
|
-
"@tiptap/extension-gapcursor": "^3.0.0-next.
|
|
43
|
-
"@tiptap/extension-hard-break": "^3.0.0-next.
|
|
44
|
-
"@tiptap/extension-heading": "^3.0.0-next.
|
|
45
|
-
"@tiptap/extension-horizontal-rule": "^3.0.0-next.
|
|
46
|
-
"@tiptap/extension-italic": "^3.0.0-next.
|
|
47
|
-
"@tiptap/extension-link": "^3.0.0-next.
|
|
48
|
-
"@tiptap/extension-list": "^3.0.0-next.
|
|
49
|
-
"@tiptap/extension-list-item": "^3.0.0-next.
|
|
50
|
-
"@tiptap/extension-list-keymap": "^3.0.0-next.
|
|
51
|
-
"@tiptap/extension-ordered-list": "^3.0.0-next.
|
|
52
|
-
"@tiptap/extension-paragraph": "^3.0.0-next.
|
|
53
|
-
"@tiptap/extension-strike": "^3.0.0-next.
|
|
54
|
-
"@tiptap/extension-text": "^3.0.0-next.
|
|
55
|
-
"@tiptap/extension-underline": "^3.0.0-next.
|
|
56
|
-
"@tiptap/extensions": "^3.0.0-next.
|
|
57
|
-
"@tiptap/pm": "^3.0.0-next.
|
|
34
|
+
"@tiptap/core": "^3.0.0-next.8",
|
|
35
|
+
"@tiptap/extension-blockquote": "^3.0.0-next.8",
|
|
36
|
+
"@tiptap/extension-bold": "^3.0.0-next.8",
|
|
37
|
+
"@tiptap/extension-bullet-list": "^3.0.0-next.8",
|
|
38
|
+
"@tiptap/extension-code": "^3.0.0-next.8",
|
|
39
|
+
"@tiptap/extension-code-block": "^3.0.0-next.8",
|
|
40
|
+
"@tiptap/extension-document": "^3.0.0-next.8",
|
|
41
|
+
"@tiptap/extension-dropcursor": "^3.0.0-next.8",
|
|
42
|
+
"@tiptap/extension-gapcursor": "^3.0.0-next.8",
|
|
43
|
+
"@tiptap/extension-hard-break": "^3.0.0-next.8",
|
|
44
|
+
"@tiptap/extension-heading": "^3.0.0-next.8",
|
|
45
|
+
"@tiptap/extension-horizontal-rule": "^3.0.0-next.8",
|
|
46
|
+
"@tiptap/extension-italic": "^3.0.0-next.8",
|
|
47
|
+
"@tiptap/extension-link": "^3.0.0-next.8",
|
|
48
|
+
"@tiptap/extension-list": "^3.0.0-next.8",
|
|
49
|
+
"@tiptap/extension-list-item": "^3.0.0-next.8",
|
|
50
|
+
"@tiptap/extension-list-keymap": "^3.0.0-next.8",
|
|
51
|
+
"@tiptap/extension-ordered-list": "^3.0.0-next.8",
|
|
52
|
+
"@tiptap/extension-paragraph": "^3.0.0-next.8",
|
|
53
|
+
"@tiptap/extension-strike": "^3.0.0-next.8",
|
|
54
|
+
"@tiptap/extension-text": "^3.0.0-next.8",
|
|
55
|
+
"@tiptap/extension-underline": "^3.0.0-next.8",
|
|
56
|
+
"@tiptap/extensions": "^3.0.0-next.8",
|
|
57
|
+
"@tiptap/pm": "^3.0.0-next.8"
|
|
58
58
|
},
|
|
59
59
|
"repository": {
|
|
60
60
|
"type": "git",
|