Skip to content

Commit 02cc25d

Browse files
Update Routine updates
1 parent def1f1c commit 02cc25d

File tree

3 files changed

+212
-537
lines changed

3 files changed

+212
-537
lines changed

example/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
"lint": "tsc -p convex && eslint convex && npx tsc --noEmit"
1212
},
1313
"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",
1616
"@blocknote/react": "0.41.1",
1717
"@convex-dev/prosemirror-sync": "file:..",
1818
"@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.27.0",
20+
"@tiptap/extension-highlight": "2.27.0",
21+
"@tiptap/extension-image": "2.27.0",
22+
"@tiptap/extension-link": "2.27.0",
23+
"@tiptap/extension-task-item": "2.27.0",
24+
"@tiptap/extension-task-list": "2.27.0",
25+
"@tiptap/extension-text-align": "2.27.0",
26+
"@tiptap/extension-typography": "2.27.0",
27+
"@tiptap/extension-underline": "2.27.0",
28+
"@tiptap/react": "2.27.0",
29+
"@tiptap/starter-kit": "2.27.0",
3030
"convex": "file:../node_modules/convex",
3131
"react": "^19.0.0",
3232
"react-dom": "^19.0.0"
@@ -36,9 +36,9 @@
3636
"@eslint/js": "9.38.0",
3737
"@types/react": "19.2.2",
3838
"@types/react-dom": "19.2.2",
39-
"@vitejs/plugin-react": "5.0.4",
39+
"@vitejs/plugin-react": "5.1.0",
4040
"eslint": "9.38.0",
41-
"eslint-plugin-react-hooks": "7.0.0",
41+
"eslint-plugin-react-hooks": "7.0.1",
4242
"eslint-plugin-react-refresh": "0.4.24",
4343
"globals": "16.4.0",
4444
"npm-run-all2": "8.0.4",

0 commit comments

Comments
 (0)