|
11 | 11 | "lint": "tsc -p convex && eslint convex && npx tsc --noEmit" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@blocknote/core": "0.34.0", |
15 | | - "@blocknote/mantine": "0.34.0", |
| 14 | + "@blocknote/core": "0.41.1", |
| 15 | + "@blocknote/mantine": "0.41.1", |
16 | 16 | "@blocknote/react": "0.41.1", |
17 | 17 | "@convex-dev/prosemirror-sync": "file:..", |
18 | 18 | "@mantine/core": "^7.5.3", |
19 | | - "@tiptap/core": "2.26.2", |
20 | | - "@tiptap/extension-highlight": "2.26.2", |
21 | | - "@tiptap/extension-image": "2.26.2", |
22 | | - "@tiptap/extension-link": "2.26.2", |
23 | | - "@tiptap/extension-task-item": "2.26.2", |
24 | | - "@tiptap/extension-task-list": "2.26.2", |
25 | | - "@tiptap/extension-text-align": "2.26.2", |
26 | | - "@tiptap/extension-typography": "2.26.2", |
27 | | - "@tiptap/extension-underline": "2.26.2", |
28 | | - "@tiptap/react": "2.26.2", |
29 | | - "@tiptap/starter-kit": "2.26.1", |
| 19 | + "@tiptap/core": "2.26.4", |
| 20 | + "@tiptap/extension-highlight": "2.26.4", |
| 21 | + "@tiptap/extension-image": "2.26.4", |
| 22 | + "@tiptap/extension-link": "2.26.4", |
| 23 | + "@tiptap/extension-task-item": "2.26.4", |
| 24 | + "@tiptap/extension-task-list": "2.26.4", |
| 25 | + "@tiptap/extension-text-align": "2.26.4", |
| 26 | + "@tiptap/extension-typography": "2.26.4", |
| 27 | + "@tiptap/extension-underline": "2.26.4", |
| 28 | + "@tiptap/react": "2.26.4", |
| 29 | + "@tiptap/starter-kit": "2.26.4", |
30 | 30 | "convex": "file:../node_modules/convex", |
31 | 31 | "react": "^19.0.0", |
32 | 32 | "react-dom": "^19.0.0" |
|
36 | 36 | "@eslint/js": "9.38.0", |
37 | 37 | "@types/react": "19.2.2", |
38 | 38 | "@types/react-dom": "19.2.2", |
39 | | - "@vitejs/plugin-react": "5.0.4", |
| 39 | + "@vitejs/plugin-react": "5.1.0", |
40 | 40 | "eslint": "9.38.0", |
41 | | - "eslint-plugin-react-hooks": "7.0.0", |
| 41 | + "eslint-plugin-react-hooks": "7.0.1", |
42 | 42 | "eslint-plugin-react-refresh": "0.4.24", |
43 | 43 | "globals": "16.4.0", |
44 | 44 | "npm-run-all2": "8.0.4", |
|
0 commit comments