Skip to content

Commit 026a29e

Browse files
Update Routine updates
1 parent def1f1c commit 026a29e

File tree

3 files changed

+309
-634
lines changed

3 files changed

+309
-634
lines changed

example/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,39 +11,39 @@
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.1",
20+
"@tiptap/extension-highlight": "2.27.1",
21+
"@tiptap/extension-image": "2.27.1",
22+
"@tiptap/extension-link": "2.27.1",
23+
"@tiptap/extension-task-item": "2.27.1",
24+
"@tiptap/extension-task-list": "2.27.1",
25+
"@tiptap/extension-text-align": "2.27.1",
26+
"@tiptap/extension-typography": "2.27.1",
27+
"@tiptap/extension-underline": "2.27.1",
28+
"@tiptap/react": "2.27.1",
29+
"@tiptap/starter-kit": "2.27.1",
3030
"convex": "file:../node_modules/convex",
3131
"react": "^19.0.0",
3232
"react-dom": "^19.0.0"
3333
},
3434
"devDependencies": {
3535
"@eslint/eslintrc": "3.3.1",
36-
"@eslint/js": "9.38.0",
36+
"@eslint/js": "9.39.1",
3737
"@types/react": "19.2.2",
3838
"@types/react-dom": "19.2.2",
39-
"@vitejs/plugin-react": "5.0.4",
40-
"eslint": "9.38.0",
41-
"eslint-plugin-react-hooks": "7.0.0",
39+
"@vitejs/plugin-react": "5.1.0",
40+
"eslint": "9.39.1",
41+
"eslint-plugin-react-hooks": "7.0.1",
4242
"eslint-plugin-react-refresh": "0.4.24",
43-
"globals": "16.4.0",
43+
"globals": "16.5.0",
4444
"npm-run-all2": "8.0.4",
4545
"typescript": "5.9.3",
46-
"typescript-eslint": "8.46.2",
46+
"typescript-eslint": "8.46.3",
4747
"vite": "6.4.1"
4848
}
4949
}

0 commit comments

Comments
 (0)