Skip to content

Commit afa6eb6

Browse files
nperez0111claude
andcommitted
fix(mantine): bump @mantine/core to v9 in docs and example overrides
Several example .bnexample.json files and docs/package.json had pinned @mantine/core to ^8.3.11 as a per-project override, which escaped the prior sweep and left core v8 mixed with hooks v9. This produced peer-dep warnings and broke CI's frozen-lockfile install. Bumps @mantine/core to ^9.0.2 in: - docs/package.json - 13 .bnexample.json files (09-ai/*, 07-collaboration/05-06, 06-custom-schema/01,04,05, 03-ui-components/03) Regenerates affected example package.json files and playground examples.gen.tsx via pnpm gen:examples, and re-syncs pnpm-lock.yaml. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent b33f8bd commit afa6eb6

29 files changed

Lines changed: 66 additions & 148 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@liveblocks/react-blocknote": "^3.17.0",
4040
"@liveblocks/react-tiptap": "^3.17.0",
4141
"@liveblocks/react-ui": "^3.17.0",
42-
"@mantine/core": "^8.3.11",
42+
"@mantine/core": "^9.0.2",
4343
"@mantine/hooks": "^9.0.2",
4444
"@marsidev/react-turnstile": "^1.4.2",
4545
"@mui/icons-material": "^5.16.1",

examples/03-ui-components/03-formatting-toolbar-block-type-items/.bnexample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Custom Schemas"
1111
],
1212
"dependencies": {
13-
"@mantine/core": "^8.3.11",
13+
"@mantine/core": "^9.0.2",
1414
"react-icons": "^5.5.0"
1515
}
1616
}

examples/03-ui-components/03-formatting-toolbar-block-type-items/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@blocknote/mantine": "latest",
1717
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
19-
"@mantine/core": "^8.3.11",
19+
"@mantine/core": "^9.0.2",
2020
"@mantine/hooks": "^9.0.2",
2121
"react": "^19.2.3",
2222
"react-dom": "^19.2.3",

examples/06-custom-schema/01-alert-block/.bnexample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Slash Menu"
1111
],
1212
"dependencies": {
13-
"@mantine/core": "^8.3.11",
13+
"@mantine/core": "^9.0.2",
1414
"react-icons": "^5.5.0"
1515
}
1616
}

examples/06-custom-schema/01-alert-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@blocknote/mantine": "latest",
1717
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
19-
"@mantine/core": "^8.3.11",
19+
"@mantine/core": "^9.0.2",
2020
"@mantine/hooks": "^9.0.2",
2121
"react": "^19.2.3",
2222
"react-dom": "^19.2.3",

examples/06-custom-schema/04-pdf-file-block/.bnexample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Slash Menu"
1111
],
1212
"dependencies": {
13-
"@mantine/core": "^8.3.11",
13+
"@mantine/core": "^9.0.2",
1414
"react-icons": "^5.5.0"
1515
},
1616
"pro": true

examples/06-custom-schema/04-pdf-file-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@blocknote/mantine": "latest",
1717
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
19-
"@mantine/core": "^8.3.11",
19+
"@mantine/core": "^9.0.2",
2020
"@mantine/hooks": "^9.0.2",
2121
"react": "^19.2.3",
2222
"react-dom": "^19.2.3",

examples/06-custom-schema/05-alert-block-full-ux/.bnexample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"Slash Menu"
1212
],
1313
"dependencies": {
14-
"@mantine/core": "^8.3.11",
14+
"@mantine/core": "^9.0.2",
1515
"react-icons": "^5.5.0"
1616
}
1717
}

examples/06-custom-schema/05-alert-block-full-ux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@blocknote/mantine": "latest",
1717
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
19-
"@mantine/core": "^8.3.11",
19+
"@mantine/core": "^9.0.2",
2020
"@mantine/hooks": "^9.0.2",
2121
"react": "^19.2.3",
2222
"react-dom": "^19.2.3",

examples/07-collaboration/05-comments/.bnexample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"tags": ["Advanced", "Comments", "Collaboration"],
66
"dependencies": {
77
"@y-sweet/react": "^0.6.3",
8-
"@mantine/core": "^8.3.11"
8+
"@mantine/core": "^9.0.2"
99
}
1010
}

0 commit comments

Comments
 (0)