|
69 | 69 | "dependencies": {
|
70 | 70 | "@emoji-mart/data": "^1.2.1",
|
71 | 71 | "@shikijs/types": "3.2.1",
|
72 |
| - "@tiptap/core": "^2.11.5", |
73 |
| - "@tiptap/extension-bold": "^2.11.5", |
74 |
| - "@tiptap/extension-code": "^2.11.5", |
75 |
| - "@tiptap/extension-collaboration": "^2.11.5", |
76 |
| - "@tiptap/extension-collaboration-cursor": "^2.11.5", |
77 |
| - "@tiptap/extension-gapcursor": "^2.11.5", |
78 |
| - "@tiptap/extension-hard-break": "^2.11.5", |
79 |
| - "@tiptap/extension-undo-redo": "^2.11.5", |
80 |
| - "@tiptap/extension-horizontal-rule": "^2.11.5", |
81 |
| - "@tiptap/extension-italic": "^2.11.5", |
82 |
| - "@tiptap/extension-link": "^2.11.5", |
83 |
| - "@tiptap/extension-paragraph": "^2.11.5", |
84 |
| - "@tiptap/extension-strike": "^2.11.5", |
85 |
| - "@tiptap/extension-table-cell": "^2.11.5", |
86 |
| - "@tiptap/extension-table-header": "^2.11.5", |
87 |
| - "@tiptap/extension-table-row": "^2.11.5", |
88 |
| - "@tiptap/extension-text": "^2.11.5", |
89 |
| - "@tiptap/extension-underline": "^2.11.5", |
90 |
| - "@tiptap/pm": "^2.11.5", |
| 72 | + "@tiptap/core": "3.0.0-next.7", |
| 73 | + "@tiptap/extension-bold": "3.0.0-next.7", |
| 74 | + "@tiptap/extension-code": "3.0.0-next.7", |
| 75 | + "@tiptap/extension-collaboration": "3.0.0-next.7", |
| 76 | + "@tiptap/extension-collaboration-caret": "3.0.0-next.7", |
| 77 | + "@tiptap/extension-gapcursor": "3.0.0-next.7", |
| 78 | + "@tiptap/extensions": "3.0.0-next.7", |
| 79 | + "@tiptap/extension-hard-break": "3.0.0-next.7", |
| 80 | + "@tiptap/extension-history": "3.0.0-next.7", |
| 81 | + "@tiptap/extension-horizontal-rule": "3.0.0-next.7", |
| 82 | + "@tiptap/extension-italic": "3.0.0-next.7", |
| 83 | + "@tiptap/extension-link": "3.0.0-next.7", |
| 84 | + "@tiptap/extension-paragraph": "3.0.0-next.7", |
| 85 | + "@tiptap/extension-strike": "3.0.0-next.7", |
| 86 | + "@tiptap/extension-table": "3.0.0-next.7", |
| 87 | + "@tiptap/extension-text": "3.0.0-next.7", |
| 88 | + "@tiptap/extension-underline": "3.0.0-next.7", |
| 89 | + "@tiptap/pm": "3.0.0-next.7", |
91 | 90 | "emoji-mart": "^5.6.0",
|
92 | 91 | "hast-util-from-dom": "^5.0.1",
|
93 | 92 | "prosemirror-dropcursor": "^1.8.1",
|
|
112 | 111 | "yjs": "^13.6.15"
|
113 | 112 | },
|
114 | 113 | "devDependencies": {
|
| 114 | + "@hocuspocus/provider": "^2.15.2", |
115 | 115 | "@types/emoji-mart": "^3.0.14",
|
116 | 116 | "@types/hast": "^3.0.0",
|
117 | 117 | "@types/uuid": "^8.3.4",
|
|
142 | 142 | "access": "public",
|
143 | 143 | "registry": "https://registry.npmjs.org/"
|
144 | 144 | },
|
| 145 | + "overrides": { |
| 146 | + "@tiptap/y-tiptap": "y-prosemirror@1.2.17", |
| 147 | + "y-prosemirror": "1.2.17" |
| 148 | + }, |
145 | 149 | "gitHead": "37614ab348dcc7faa830a9a88437b37197a2162d"
|
146 | 150 | }
|
0 commit comments