Skip to content

Commit 9b280d4

Browse files
committed
docs: fix generated docs for examples
1 parent 2d0afdd commit 9b280d4

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

examples/07-collaboration/06-comments-with-sidebar/.bnexample.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"author": "matthewlipski",
55
"tags": ["Advanced", "Comments", "Collaboration"],
66
"dependencies": {
7-
"@y-sweet/react": "^0.6.3",
7+
"y-partykit": "^0.0.25",
8+
"yjs": "^13.6.27",
89
"@mantine/core": "^8.3.4"
910
}
1011
}

examples/07-collaboration/06-comments-with-sidebar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
"@vitejs/plugin-react": "^4.7.0",
3131
"vite": "^5.4.20"
3232
}
33-
}
33+
}

examples/08-extensions/01-tiptap-arrow-conversion/.bnexample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"tags": ["Extension"],
66
"pro": true,
77
"dependencies": {
8-
"@tiptap/core": "^3.7.2"
8+
"@tiptap/core": "^3.10.2"
99
}
1010
}

examples/08-extensions/01-tiptap-arrow-conversion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"@mantine/core": "^8.3.4",
2020
"@mantine/hooks": "^8.3.4",
2121
"@mantine/utils": "^6.0.22",
22-
"@tiptap/core": "^3.10.2",
2322
"react": "^19.2.0",
24-
"react-dom": "^19.2.0"
23+
"react-dom": "^19.2.0",
24+
"@tiptap/core": "^3.10.2"
2525
},
2626
"devDependencies": {
2727
"@types/react": "^19.2.2",

playground/src/examples.gen.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,8 @@
15081508
"Collaboration"
15091509
],
15101510
"dependencies": {
1511-
"@y-sweet/react": "^0.6.3",
1511+
"y-partykit": "^0.0.25",
1512+
"yjs": "^13.6.27",
15121513
"@mantine/core": "^8.3.4"
15131514
} as any
15141515
},
@@ -1588,7 +1589,7 @@
15881589
],
15891590
"pro": true,
15901591
"dependencies": {
1591-
"@tiptap/core": "^3.7.2"
1592+
"@tiptap/core": "^3.10.2"
15921593
} as any
15931594
},
15941595
"title": "TipTap extension (arrow InputRule)",

0 commit comments

Comments
 (0)