Skip to content

Commit 6e468b9

Browse files
committed
Update Tiptap, rspack
1 parent 7f2c432 commit 6e468b9

File tree

4 files changed

+258
-258
lines changed

4 files changed

+258
-258
lines changed

django_prose_editor/static/django_prose_editor/editor.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

django_prose_editor/static/django_prose_editor/editor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,33 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@rslib/core": "^0.13.3",
8-
"@tiptap/core": "^3.4.4",
9-
"@tiptap/extension-blockquote": "^3.4.4",
10-
"@tiptap/extension-bold": "^3.4.4",
11-
"@tiptap/extension-code": "^3.4.4",
12-
"@tiptap/extension-code-block": "^3.4.4",
13-
"@tiptap/extension-color": "^3.4.4",
14-
"@tiptap/extension-document": "^3.4.4",
15-
"@tiptap/extension-hard-break": "^3.4.4",
16-
"@tiptap/extension-heading": "^3.4.4",
17-
"@tiptap/extension-highlight": "^3.4.4",
18-
"@tiptap/extension-horizontal-rule": "^3.4.4",
19-
"@tiptap/extension-image": "^3.4.4",
20-
"@tiptap/extension-italic": "^3.4.4",
21-
"@tiptap/extension-link": "^3.4.4",
22-
"@tiptap/extension-list": "^3.4.4",
23-
"@tiptap/extension-paragraph": "^3.4.4",
24-
"@tiptap/extension-strike": "^3.4.4",
25-
"@tiptap/extension-subscript": "^3.4.4",
26-
"@tiptap/extension-superscript": "^3.4.4",
27-
"@tiptap/extension-table": "^3.4.4",
28-
"@tiptap/extension-text": "^3.4.4",
29-
"@tiptap/extension-text-align": "^3.4.4",
30-
"@tiptap/extension-text-style": "^3.4.4",
31-
"@tiptap/extension-underline": "^3.4.4",
32-
"@tiptap/extensions": "^3.4.4",
33-
"@tiptap/pm": "^3.4.4",
7+
"@rslib/core": "^0.14.0",
8+
"@tiptap/core": "^3.5.3",
9+
"@tiptap/extension-blockquote": "^3.5.3",
10+
"@tiptap/extension-bold": "^3.5.3",
11+
"@tiptap/extension-code": "^3.5.3",
12+
"@tiptap/extension-code-block": "^3.5.3",
13+
"@tiptap/extension-color": "^3.5.3",
14+
"@tiptap/extension-document": "^3.5.3",
15+
"@tiptap/extension-hard-break": "^3.5.3",
16+
"@tiptap/extension-heading": "^3.5.3",
17+
"@tiptap/extension-highlight": "^3.5.3",
18+
"@tiptap/extension-horizontal-rule": "^3.5.3",
19+
"@tiptap/extension-image": "^3.5.3",
20+
"@tiptap/extension-italic": "^3.5.3",
21+
"@tiptap/extension-link": "^3.5.3",
22+
"@tiptap/extension-list": "^3.5.3",
23+
"@tiptap/extension-paragraph": "^3.5.3",
24+
"@tiptap/extension-strike": "^3.5.3",
25+
"@tiptap/extension-subscript": "^3.5.3",
26+
"@tiptap/extension-superscript": "^3.5.3",
27+
"@tiptap/extension-table": "^3.5.3",
28+
"@tiptap/extension-text": "^3.5.3",
29+
"@tiptap/extension-text-align": "^3.5.3",
30+
"@tiptap/extension-text-style": "^3.5.3",
31+
"@tiptap/extension-underline": "^3.5.3",
32+
"@tiptap/extensions": "^3.5.3",
33+
"@tiptap/pm": "^3.5.3",
3434
"autoprefixer": "^10.4.21",
3535
"postcss": "^8.5.3",
3636
"prosemirror-dropcursor": "^1.8.2",

0 commit comments

Comments
 (0)