Skip to content

Commit 75e3eda

Browse files
committed
chore: update deps more
1 parent 46c700f commit 75e3eda

File tree

24 files changed

+2307
-2297
lines changed

24 files changed

+2307
-2297
lines changed

docs/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@
1414
"test": "node validate-links.js"
1515
},
1616
"dependencies": {
17-
"@ai-sdk/anthropic": "^2.0.23",
18-
"@ai-sdk/google": "^2.0.17",
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.17",
21-
"@ai-sdk/openai": "^2.0.43",
22-
"@ai-sdk/openai-compatible": "^1.0.19",
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",
25-
"@blocknote/code-block": "workspace:*",
26-
"@blocknote/server-util": "workspace:*",
27-
"@blocknote/xl-ai": "workspace:*",
28-
"@blocknote/xl-docx-exporter": "workspace:*",
29-
"@blocknote/xl-email-exporter": "workspace:*",
30-
"@blocknote/xl-multi-column": "workspace:*",
31-
"@blocknote/xl-odt-exporter": "workspace:*",
32-
"@blocknote/xl-pdf-exporter": "workspace:*",
25+
"@blocknote/code-block": "latest",
26+
"@blocknote/server-util": "latest",
27+
"@blocknote/xl-ai": "latest",
28+
"@blocknote/xl-docx-exporter": "latest",
29+
"@blocknote/xl-email-exporter": "latest",
30+
"@blocknote/xl-multi-column": "latest",
31+
"@blocknote/xl-odt-exporter": "latest",
32+
"@blocknote/xl-pdf-exporter": "latest",
3333
"@emotion/react": "^11.11.4",
3434
"@emotion/styled": "^11.11.5",
3535
"@fumadocs/mdx-remote": "1.3.0",
@@ -45,7 +45,7 @@
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.1.8",
48+
"@polar-sh/better-auth": "^1.1.9",
4949
"@polar-sh/nextjs": "^0.4.9",
5050
"@polar-sh/sdk": "^0.34.17",
5151
"@react-email/render": "^1.1.2",
@@ -79,13 +79,13 @@
7979
"clsx": "2.1.1",
8080
"docx": "^9.0.2",
8181
"framer-motion": "^11.18.2",
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.4",
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",
@@ -129,7 +129,7 @@
129129
"@types/nodemailer": "6.4.17",
130130
"@types/pg": "8.11.14",
131131
"@types/react": "^19.2.2",
132-
"@types/react-dom": "^19.2.1",
132+
"@types/react-dom": "^19.2.2",
133133
"@y-sweet/react": "^0.6.4",
134134
"next-themes": "0.4.6",
135135
"next-validate-link": "^1.6.3",
@@ -142,4 +142,4 @@
142142
"y-partykit": "^0.0.33",
143143
"yjs": "^13.6.27"
144144
}
145-
}
145+
}

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.4.3"
8+
"@tiptap/core": "^3.7.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
@@ -21,12 +21,12 @@
2121
"@mantine/utils": "^6.0.22",
2222
"react": "^19.2.0",
2323
"react-dom": "^19.2.0",
24-
"@tiptap/core": "^3.4.3"
24+
"@tiptap/core": "^3.7.2"
2525
},
2626
"devDependencies": {
2727
"@types/react": "^19.2.2",
2828
"@types/react-dom": "^19.2.1",
2929
"@vitejs/plugin-react": "^4.7.0",
3030
"vite": "^5.4.20"
3131
}
32-
}
32+
}

examples/08-extensions/01-tiptap-arrow-conversion/src/ArrowConversionExtension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const ArrowConversionExtension = Extension.create({
1212
const tr = state.tr.replaceWith(from, to, state.schema.text("→"));
1313
chain().insertContent(tr).run();
1414
},
15+
undoable: true,
1516
},
1617
];
1718
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "root",
33
"type": "module",
44
"devDependencies": {
5-
"@nx/js": "^21.6.3",
5+
"@nx/js": "^21.6.5",
66
"@typescript-eslint/eslint-plugin": "^5.62.0",
77
"@typescript-eslint/parser": "^5.62.0",
88
"concurrently": "9.1.2",
99
"eslint": "^8.57.1",
1010
"eslint-config-react-app": "^7.0.1",
1111
"eslint-plugin-import": "^2.32.0",
1212
"glob": "^10.4.5",
13-
"nx": "^21.6.3",
13+
"nx": "^21.6.5",
1414
"prettier": "^3.6.2",
1515
"prettier-plugin-tailwindcss": "^0.6.14",
1616
"serve": "14.2.4",

packages/ariakit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"devDependencies": {
6464
"@types/react": "^19.2.2",
65-
"@types/react-dom": "^19.2.1",
65+
"@types/react-dom": "^19.2.2",
6666
"@vitejs/plugin-react": "^4.7.0",
6767
"eslint": "^8.57.1",
6868
"react": "^19.2.0",

packages/code-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"test-watch": "vitest watch"
5050
},
5151
"dependencies": {
52-
"@blocknote/core": "workspace:*",
52+
"@blocknote/core": "0.41.0",
5353
"@shikijs/core": "^3.13.0",
5454
"@shikijs/engine-javascript": "^3.13.0",
5555
"@shikijs/langs": "^3.13.0",

packages/core/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,19 @@
8181
"dependencies": {
8282
"@emoji-mart/data": "^1.2.1",
8383
"@shikijs/types": "3.13.0",
84-
"@tiptap/core": "^3.6.5",
85-
"@tiptap/extension-bold": "^3.6.5",
86-
"@tiptap/extension-code": "^3.6.5",
87-
"@tiptap/extension-gapcursor": "^3.6.5",
88-
"@tiptap/extension-history": "^3.6.5",
89-
"@tiptap/extension-horizontal-rule": "^3.6.5",
90-
"@tiptap/extension-italic": "^3.6.5",
91-
"@tiptap/extension-link": "^3.6.5",
92-
"@tiptap/extension-paragraph": "^3.6.5",
93-
"@tiptap/extension-strike": "^3.6.5",
94-
"@tiptap/extension-text": "^3.6.5",
95-
"@tiptap/extension-underline": "^3.6.5",
96-
"@tiptap/pm": "^3.6.5",
84+
"@tiptap/core": "^3.7.2",
85+
"@tiptap/extension-bold": "^3.7.2",
86+
"@tiptap/extension-code": "^3.7.2",
87+
"@tiptap/extension-gapcursor": "^3.7.2",
88+
"@tiptap/extension-history": "^3.7.2",
89+
"@tiptap/extension-horizontal-rule": "^3.7.2",
90+
"@tiptap/extension-italic": "^3.7.2",
91+
"@tiptap/extension-link": "^3.7.2",
92+
"@tiptap/extension-paragraph": "^3.7.2",
93+
"@tiptap/extension-strike": "^3.7.2",
94+
"@tiptap/extension-text": "^3.7.2",
95+
"@tiptap/extension-underline": "^3.7.2",
96+
"@tiptap/pm": "^3.7.2",
9797
"emoji-mart": "^5.6.0",
9898
"fast-deep-equal": "^3.1.3",
9999
"hast-util-from-dom": "^5.0.1",
@@ -103,7 +103,7 @@
103103
"prosemirror-state": "^1.4.3",
104104
"prosemirror-tables": "^1.8.1",
105105
"prosemirror-transform": "^1.10.4",
106-
"prosemirror-view": "^1.41.2",
106+
"prosemirror-view": "^1.41.3",
107107
"rehype-format": "^5.0.1",
108108
"rehype-parse": "^9.0.1",
109109
"rehype-remark": "^10.0.1",

packages/dev-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@types/react": "^19.2.2",
23-
"@types/react-dom": "^19.2.1",
23+
"@types/react-dom": "^19.2.2",
2424
"eslint": "^8.57.1",
2525
"glob": "^10.4.5",
2626
"react": "^19.2.0",

packages/mantine/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
"clean": "rimraf dist && rimraf types"
6262
},
6363
"dependencies": {
64-
"@blocknote/core": "workspace:*",
65-
"@blocknote/react": "workspace:*",
64+
"@blocknote/core": "0.41.0",
65+
"@blocknote/react": "0.41.0",
6666
"react-icons": "^5.5.0"
6767
},
6868
"devDependencies": {
6969
"@types/react": "^19.2.2",
70-
"@types/react-dom": "^19.2.1",
70+
"@types/react-dom": "^19.2.2",
7171
"@vitejs/plugin-react": "^4.7.0",
7272
"eslint": "^8.57.1",
7373
"react": "^19.2.0",

0 commit comments

Comments
 (0)