Skip to content

Commit 0479373

Browse files
committed
upgrade to tiptap3
1 parent ddb1709 commit 0479373

2 files changed

Lines changed: 528 additions & 481 deletions

File tree

packages/ra-input-rich-text/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
"build": "zshy --silent"
2323
},
2424
"dependencies": {
25-
"@tiptap/core": "^2.0.3",
26-
"@tiptap/extension-color": "^2.0.3",
27-
"@tiptap/extension-highlight": "^2.0.3",
28-
"@tiptap/extension-image": "^2.0.3",
29-
"@tiptap/extension-link": "^2.0.3",
30-
"@tiptap/extension-placeholder": "^2.0.3",
31-
"@tiptap/extension-text-align": "^2.0.3",
32-
"@tiptap/extension-text-style": "^2.0.3",
33-
"@tiptap/extension-underline": "^2.0.3",
34-
"@tiptap/pm": "^2.0.3",
35-
"@tiptap/react": "^2.0.3",
36-
"@tiptap/starter-kit": "^2.0.3",
25+
"@tiptap/core": "^3.20.4",
26+
"@tiptap/extension-color": "^3.20.4",
27+
"@tiptap/extension-highlight": "^3.20.4",
28+
"@tiptap/extension-image": "^3.20.4",
29+
"@tiptap/extension-link": "^3.20.4",
30+
"@tiptap/extension-placeholder": "^3.20.4",
31+
"@tiptap/extension-text-align": "^3.20.4",
32+
"@tiptap/extension-text-style": "^3.20.4",
33+
"@tiptap/extension-underline": "^3.20.4",
34+
"@tiptap/pm": "^3.20.4",
35+
"@tiptap/react": "^3.20.4",
36+
"@tiptap/starter-kit": "^3.20.4",
3737
"clsx": "^2.1.1"
3838
},
3939
"peerDependencies": {
@@ -48,8 +48,8 @@
4848
"@mui/icons-material": "^5.16.12",
4949
"@mui/material": "^5.16.12",
5050
"@testing-library/react": "^15.0.7",
51-
"@tiptap/extension-mention": "^2.0.3",
52-
"@tiptap/suggestion": "^2.0.3",
51+
"@tiptap/extension-mention": "^3.20.4",
52+
"@tiptap/suggestion": "^3.20.4",
5353
"data-generator-retail": "^5.14.4",
5454
"ra-core": "^5.14.4",
5555
"ra-data-fakerest": "^5.14.4",

0 commit comments

Comments
 (0)