Skip to content

Commit 41e647e

Browse files
authored
chore: update deps (#2088)
1 parent c493d85 commit 41e647e

File tree

115 files changed

+8129
-9432
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+8129
-9432
lines changed

docs/content/docs/getting-started/editor-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ The `<BlockNoteView>` component has a number of props that you can use to custom
8282
This means you don't pass in the editor content directly as a prop. You can use the `initialContent` option in the `useCreateBlockNote` hook to set the initial content of the editor (similar to the `defaultValue` prop in a regular React `<textarea>`).
8383
</p>
8484
<p>
85-
BlockNote handles the complexities and performance optimizations of managing editor state internally. You can interact with the editor content using the [Editor API](/docs/editor-api).
85+
BlockNote handles the complexities and performance optimizations of managing editor state internally. You can interact with the editor content using the [Editor API](/docs/reference/editor/overview).
8686
</p>
8787
</Callout>

docs/package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"test": "node validate-links.js"
1515
},
1616
"dependencies": {
17-
"@ai-sdk/anthropic": "^2.0.9",
18-
"@ai-sdk/google": "^2.0.11",
17+
"@ai-sdk/anthropic": "^2.0.31",
18+
"@ai-sdk/google": "^2.0.23",
1919
"@ai-sdk/groq": "^2.0.16",
20-
"@ai-sdk/mistral": "^2.0.12",
21-
"@ai-sdk/openai": "^2.0.23",
22-
"@ai-sdk/openai-compatible": "^1.0.13",
20+
"@ai-sdk/mistral": "^2.0.19",
21+
"@ai-sdk/openai": "^2.0.52",
22+
"@ai-sdk/openai-compatible": "^1.0.22",
2323
"@aws-sdk/client-s3": "^3.609.0",
2424
"@aws-sdk/s3-request-presigner": "^3.609.0",
2525
"@blocknote/code-block": "latest",
@@ -33,7 +33,7 @@
3333
"@emotion/react": "^11.11.4",
3434
"@emotion/styled": "^11.11.5",
3535
"@fumadocs/mdx-remote": "1.3.0",
36-
"@headlessui/react": "^1.7.19",
36+
"@headlessui/react": "^2.2.9",
3737
"@heroicons/react": "^2.2.0",
3838
"@liveblocks/client": "3.7.1-tiptap3",
3939
"@liveblocks/react": "3.7.1-tiptap3",
@@ -45,9 +45,9 @@
4545
"@mantine/utils": "^6.0.22",
4646
"@mui/icons-material": "^5.16.1",
4747
"@mui/material": "^5.16.1",
48-
"@polar-sh/better-auth": "^1.0.2",
49-
"@polar-sh/nextjs": "^0.4.1",
50-
"@polar-sh/sdk": "^0.34.2",
48+
"@polar-sh/better-auth": "^1.1.9",
49+
"@polar-sh/nextjs": "^0.4.9",
50+
"@polar-sh/sdk": "^0.34.17",
5151
"@react-email/render": "^1.1.2",
5252
"@react-pdf/renderer": "^4.3.0",
5353
"@sentry/nextjs": "9.14.0",
@@ -73,37 +73,37 @@
7373
"@y-sweet/react": "^0.6.3",
7474
"ai": "^5.0.45",
7575
"babel-plugin-react-compiler": "19.1.0-rc.2",
76-
"better-auth": "^1.2.10",
76+
"better-auth": "^1.3.27",
7777
"better-sqlite3": "^11.10.0",
7878
"classnames": "2.3.2",
7979
"clsx": "2.1.1",
8080
"docx": "^9.0.2",
81-
"framer-motion": "^11.13.4",
82-
"fumadocs-core": "^15.5.4",
83-
"fumadocs-docgen": "^2.0.1",
84-
"fumadocs-mdx": "^11.6.9",
85-
"fumadocs-twoslash": "^3.1.4",
86-
"fumadocs-typescript": "^4.0.6",
87-
"fumadocs-ui": "^15.5.4",
88-
"import-in-the-middle": "^1.14.2",
81+
"framer-motion": "^11.18.2",
82+
"fumadocs-core": "^15.8.5",
83+
"fumadocs-docgen": "^2.1.0",
84+
"fumadocs-mdx": "^11.10.1",
85+
"fumadocs-twoslash": "^3.1.8",
86+
"fumadocs-typescript": "^4.0.11",
87+
"fumadocs-ui": "^15.8.5",
88+
"import-in-the-middle": "^1.15.0",
8989
"next": "15.5.1",
9090
"nodemailer": "^6.10.1",
9191
"partykit": "^0.0.115",
92-
"pg": "^8.15.5",
93-
"react": "^19.1.0",
94-
"react-dom": "^19.1.0",
92+
"pg": "^8.16.3",
93+
"react": "^19.2.0",
94+
"react-dom": "^19.2.0",
9595
"react-github-btn": "^1.4.0",
9696
"react-icons": "^5.2.1",
9797
"remark": "^15.0.1",
9898
"remark-gfm": "^4.0.1",
99-
"remark-mdx": "^3.1.0",
99+
"remark-mdx": "^3.1.1",
100100
"require-in-the-middle": "^7.5.2",
101-
"shiki": "^3.7.0",
101+
"shiki": "^3.13.0",
102102
"ts-morph": "26.0.0",
103-
"twoslash": "^0.3.2",
103+
"twoslash": "^0.3.4",
104104
"y-partykit": "^0.0.25",
105105
"yjs": "^13.6.27",
106-
"zod": "^3.25.67",
106+
"zod": "^3.25.76",
107107
"zustand": "^5.0.3"
108108
},
109109
"devDependencies": {
@@ -122,23 +122,23 @@
122122
"@mui/material": "^5.17.1",
123123
"@react-email/components": "^0.0.36",
124124
"@react-pdf/renderer": "^4.3.0",
125-
"@tailwindcss/postcss": "^4.1.10",
125+
"@tailwindcss/postcss": "^4.1.14",
126126
"@types/better-sqlite3": "7.6.13",
127127
"@types/mdx": "^2.0.13",
128128
"@types/node": "22.15.2",
129129
"@types/nodemailer": "6.4.17",
130130
"@types/pg": "8.11.14",
131-
"@types/react": "^19.1.8",
132-
"@types/react-dom": "^19.1.6",
131+
"@types/react": "^19.2.2",
132+
"@types/react-dom": "^19.2.2",
133133
"@y-sweet/react": "^0.6.4",
134134
"next-themes": "0.4.6",
135-
"next-validate-link": "^1.5.2",
135+
"next-validate-link": "^1.6.3",
136136
"postcss": "^8.5.6",
137-
"react-email": "^4.0.16",
137+
"react-email": "^4.3.0",
138138
"react-icons": "^5.5.0",
139-
"tailwindcss": "^4.1.12",
140-
"tw-animate-css": "^1.3.7",
141-
"typescript": "^5.8.3",
139+
"tailwindcss": "^4.1.14",
140+
"tw-animate-css": "^1.4.0",
141+
"typescript": "^5.9.3",
142142
"y-partykit": "^0.0.33",
143143
"yjs": "^13.6.27"
144144
}

examples/01-basic/01-minimal/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "latest",
15-
"@blocknote/react": "latest",
1614
"@blocknote/ariakit": "latest",
15+
"@blocknote/core": "latest",
1716
"@blocknote/mantine": "latest",
17+
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
1919
"@mantine/core": "^8.3.4",
2020
"@mantine/hooks": "^8.3.4",
2121
"@mantine/utils": "^6.0.22",
22-
"react": "^19.1.0",
23-
"react-dom": "^19.1.0"
22+
"react": "^19.2.0",
23+
"react-dom": "^19.2.0"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^19.1.0",
27-
"@types/react-dom": "^19.1.0",
28-
"@vitejs/plugin-react": "^4.3.1",
29-
"vite": "^5.3.4"
26+
"@types/react": "^19.2.2",
27+
"@types/react-dom": "^19.2.1",
28+
"@vitejs/plugin-react": "^4.7.0",
29+
"vite": "^5.4.20"
3030
}
3131
}

examples/01-basic/02-block-objects/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "latest",
15-
"@blocknote/react": "latest",
1614
"@blocknote/ariakit": "latest",
15+
"@blocknote/core": "latest",
1716
"@blocknote/mantine": "latest",
17+
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
1919
"@mantine/core": "^8.3.4",
2020
"@mantine/hooks": "^8.3.4",
2121
"@mantine/utils": "^6.0.22",
22-
"react": "^19.1.0",
23-
"react-dom": "^19.1.0"
22+
"react": "^19.2.0",
23+
"react-dom": "^19.2.0"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^19.1.0",
27-
"@types/react-dom": "^19.1.0",
28-
"@vitejs/plugin-react": "^4.3.1",
29-
"vite": "^5.3.4"
26+
"@types/react": "^19.2.2",
27+
"@types/react-dom": "^19.2.1",
28+
"@vitejs/plugin-react": "^4.7.0",
29+
"vite": "^5.4.20"
3030
}
3131
}

examples/01-basic/03-multi-column/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "latest",
15-
"@blocknote/react": "latest",
1614
"@blocknote/ariakit": "latest",
15+
"@blocknote/core": "latest",
1716
"@blocknote/mantine": "latest",
17+
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
1919
"@mantine/core": "^8.3.4",
2020
"@mantine/hooks": "^8.3.4",
2121
"@mantine/utils": "^6.0.22",
22-
"react": "^19.1.0",
23-
"react-dom": "^19.1.0",
22+
"react": "^19.2.0",
23+
"react-dom": "^19.2.0",
2424
"@blocknote/xl-multi-column": "latest"
2525
},
2626
"devDependencies": {
27-
"@types/react": "^19.1.0",
28-
"@types/react-dom": "^19.1.0",
29-
"@vitejs/plugin-react": "^4.3.1",
30-
"vite": "^5.3.4"
27+
"@types/react": "^19.2.2",
28+
"@types/react-dom": "^19.2.1",
29+
"@vitejs/plugin-react": "^4.7.0",
30+
"vite": "^5.4.20"
3131
}
3232
}

examples/01-basic/04-default-blocks/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "latest",
15-
"@blocknote/react": "latest",
1614
"@blocknote/ariakit": "latest",
15+
"@blocknote/core": "latest",
1716
"@blocknote/mantine": "latest",
17+
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
1919
"@mantine/core": "^8.3.4",
2020
"@mantine/hooks": "^8.3.4",
2121
"@mantine/utils": "^6.0.22",
22-
"react": "^19.1.0",
23-
"react-dom": "^19.1.0"
22+
"react": "^19.2.0",
23+
"react-dom": "^19.2.0"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^19.1.0",
27-
"@types/react-dom": "^19.1.0",
28-
"@vitejs/plugin-react": "^4.3.1",
29-
"vite": "^5.3.4"
26+
"@types/react": "^19.2.2",
27+
"@types/react-dom": "^19.2.1",
28+
"@vitejs/plugin-react": "^4.7.0",
29+
"vite": "^5.4.20"
3030
}
3131
}

examples/01-basic/05-removing-default-blocks/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "latest",
15-
"@blocknote/react": "latest",
1614
"@blocknote/ariakit": "latest",
15+
"@blocknote/core": "latest",
1716
"@blocknote/mantine": "latest",
17+
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
1919
"@mantine/core": "^8.3.4",
2020
"@mantine/hooks": "^8.3.4",
2121
"@mantine/utils": "^6.0.22",
22-
"react": "^19.1.0",
23-
"react-dom": "^19.1.0"
22+
"react": "^19.2.0",
23+
"react-dom": "^19.2.0"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^19.1.0",
27-
"@types/react-dom": "^19.1.0",
28-
"@vitejs/plugin-react": "^4.3.1",
29-
"vite": "^5.3.4"
26+
"@types/react": "^19.2.2",
27+
"@types/react-dom": "^19.2.1",
28+
"@vitejs/plugin-react": "^4.7.0",
29+
"vite": "^5.4.20"
3030
}
3131
}

examples/01-basic/06-block-manipulation/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "latest",
15-
"@blocknote/react": "latest",
1614
"@blocknote/ariakit": "latest",
15+
"@blocknote/core": "latest",
1716
"@blocknote/mantine": "latest",
17+
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
1919
"@mantine/core": "^8.3.4",
2020
"@mantine/hooks": "^8.3.4",
2121
"@mantine/utils": "^6.0.22",
22-
"react": "^19.1.0",
23-
"react-dom": "^19.1.0"
22+
"react": "^19.2.0",
23+
"react-dom": "^19.2.0"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^19.1.0",
27-
"@types/react-dom": "^19.1.0",
28-
"@vitejs/plugin-react": "^4.3.1",
29-
"vite": "^5.3.4"
26+
"@types/react": "^19.2.2",
27+
"@types/react-dom": "^19.2.1",
28+
"@vitejs/plugin-react": "^4.7.0",
29+
"vite": "^5.4.20"
3030
}
3131
}

examples/01-basic/07-selection-blocks/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "latest",
15-
"@blocknote/react": "latest",
1614
"@blocknote/ariakit": "latest",
15+
"@blocknote/core": "latest",
1716
"@blocknote/mantine": "latest",
17+
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
1919
"@mantine/core": "^8.3.4",
2020
"@mantine/hooks": "^8.3.4",
2121
"@mantine/utils": "^6.0.22",
22-
"react": "^19.1.0",
23-
"react-dom": "^19.1.0"
22+
"react": "^19.2.0",
23+
"react-dom": "^19.2.0"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^19.1.0",
27-
"@types/react-dom": "^19.1.0",
28-
"@vitejs/plugin-react": "^4.3.1",
29-
"vite": "^5.3.4"
26+
"@types/react": "^19.2.2",
27+
"@types/react-dom": "^19.2.1",
28+
"@vitejs/plugin-react": "^4.7.0",
29+
"vite": "^5.4.20"
3030
}
3131
}

examples/01-basic/08-ariakit/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@blocknote/core": "latest",
15-
"@blocknote/react": "latest",
1614
"@blocknote/ariakit": "latest",
15+
"@blocknote/core": "latest",
1716
"@blocknote/mantine": "latest",
17+
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
1919
"@mantine/core": "^8.3.4",
2020
"@mantine/hooks": "^8.3.4",
2121
"@mantine/utils": "^6.0.22",
22-
"react": "^19.1.0",
23-
"react-dom": "^19.1.0"
22+
"react": "^19.2.0",
23+
"react-dom": "^19.2.0"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^19.1.0",
27-
"@types/react-dom": "^19.1.0",
28-
"@vitejs/plugin-react": "^4.3.1",
29-
"vite": "^5.3.4"
26+
"@types/react": "^19.2.2",
27+
"@types/react-dom": "^19.2.1",
28+
"@vitejs/plugin-react": "^4.7.0",
29+
"vite": "^5.4.20"
3030
}
3131
}

0 commit comments

Comments
 (0)