Skip to content

Commit 17a5905

Browse files
committed
Merge branch 'plugin-system' of github.com:TypeCellOS/BlockNote into plugin-system
2 parents 02d54e1 + 294f0fe commit 17a5905

File tree

21 files changed

+56
-66
lines changed

21 files changed

+56
-66
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"better-sqlite3": "^11.10.0",
7878
"classnames": "2.3.2",
7979
"clsx": "2.1.1",
80-
"docx": "^9.0.2",
80+
"docx": "^9.5.1",
8181
"framer-motion": "^11.18.2",
8282
"fumadocs-core": "15.5.4",
8383
"fumadocs-docgen": "2.0.1",

examples/05-interoperability/06-converting-blocks-to-docx/.bnexample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@blocknote/xl-docx-exporter": "latest",
88
"@blocknote/xl-multi-column": "latest",
9-
"docx": "^9.0.2"
9+
"docx": "^9.5.1"
1010
},
1111
"pro": true
1212
}

examples/05-interoperability/06-converting-blocks-to-docx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"react-dom": "^19.2.0",
2424
"@blocknote/xl-docx-exporter": "latest",
2525
"@blocknote/xl-multi-column": "latest",
26-
"docx": "^9.0.2"
26+
"docx": "^9.5.1"
2727
},
2828
"devDependencies": {
2929
"@types/react": "^19.2.2",

examples/09-ai/01-minimal/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"react": "^19.2.0",
2323
"react-dom": "^19.2.0",
2424
"@blocknote/xl-ai": "latest",
25-
"ai": "^5.0.45",
26-
"zustand": "^5.0.3"
25+
"ai": "^5.0.45"
2726
},
2827
"devDependencies": {
2928
"@types/react": "^19.2.2",

examples/09-ai/02-playground/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"react": "^19.2.0",
2323
"react-dom": "^19.2.0",
2424
"@blocknote/xl-ai": "latest",
25-
"ai": "^5.0.45",
26-
"zustand": "^5.0.3"
25+
"ai": "^5.0.45"
2726
},
2827
"devDependencies": {
2928
"@types/react": "^19.2.2",

examples/09-ai/03-custom-ai-menu-items/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"react-dom": "^19.2.0",
2424
"@blocknote/xl-ai": "latest",
2525
"ai": "^5.0.45",
26-
"react-icons": "^5.2.1",
27-
"zustand": "^5.0.3"
26+
"react-icons": "^5.2.1"
2827
},
2928
"devDependencies": {
3029
"@types/react": "^19.2.2",

examples/09-ai/04-with-collaboration/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"@blocknote/xl-ai": "latest",
2525
"ai": "^5.0.45",
2626
"y-partykit": "^0.0.25",
27-
"yjs": "^13.6.27",
28-
"zustand": "^5.0.3"
27+
"yjs": "^13.6.27"
2928
},
3029
"devDependencies": {
3130
"@types/react": "^19.2.2",

examples/09-ai/05-manual-execution/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"@blocknote/xl-ai": "latest",
2525
"ai": "^5.0.45",
2626
"y-partykit": "^0.0.25",
27-
"yjs": "^13.6.27",
28-
"zustand": "^5.0.3"
27+
"yjs": "^13.6.27"
2928
},
3029
"devDependencies": {
3130
"@types/react": "^19.2.2",

examples/09-ai/06-client-side-transport/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"react-dom": "^19.2.0",
2424
"@ai-sdk/groq": "^2.0.16",
2525
"@blocknote/xl-ai": "latest",
26-
"ai": "^5.0.45",
27-
"zustand": "^5.0.3"
26+
"ai": "^5.0.45"
2827
},
2928
"devDependencies": {
3029
"@types/react": "^19.2.2",

examples/09-ai/07-server-promptbuilder/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"react": "^19.2.0",
2323
"react-dom": "^19.2.0",
2424
"@blocknote/xl-ai": "latest",
25-
"ai": "^5.0.45",
26-
"zustand": "^5.0.3"
25+
"ai": "^5.0.45"
2726
},
2827
"devDependencies": {
2928
"@types/react": "^19.2.2",

0 commit comments

Comments
 (0)