diff --git a/docs/package.json b/docs/package.json
index bcd31a57ea..5c936710a8 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -39,9 +39,8 @@
"@liveblocks/react-blocknote": "^3.17.0",
"@liveblocks/react-tiptap": "^3.17.0",
"@liveblocks/react-ui": "^3.17.0",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"@marsidev/react-turnstile": "^1.4.2",
"@mui/icons-material": "^5.16.1",
"@mui/material": "^5.16.1",
diff --git a/examples/01-basic/01-minimal/package.json b/examples/01-basic/01-minimal/package.json
index a4654f1055..26f63572f5 100644
--- a/examples/01-basic/01-minimal/package.json
+++ b/examples/01-basic/01-minimal/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/01-basic/02-block-objects/package.json b/examples/01-basic/02-block-objects/package.json
index 511eabc477..908df7ca16 100644
--- a/examples/01-basic/02-block-objects/package.json
+++ b/examples/01-basic/02-block-objects/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/01-basic/03-multi-column/package.json b/examples/01-basic/03-multi-column/package.json
index 590b6adc07..2ce018ce9c 100644
--- a/examples/01-basic/03-multi-column/package.json
+++ b/examples/01-basic/03-multi-column/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@blocknote/xl-multi-column": "latest"
diff --git a/examples/01-basic/04-default-blocks/package.json b/examples/01-basic/04-default-blocks/package.json
index 6a9647e3b3..8546777d34 100644
--- a/examples/01-basic/04-default-blocks/package.json
+++ b/examples/01-basic/04-default-blocks/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/01-basic/05-removing-default-blocks/package.json b/examples/01-basic/05-removing-default-blocks/package.json
index da2fcfb430..72c8e366f4 100644
--- a/examples/01-basic/05-removing-default-blocks/package.json
+++ b/examples/01-basic/05-removing-default-blocks/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/01-basic/06-block-manipulation/package.json b/examples/01-basic/06-block-manipulation/package.json
index ed320860bf..9f4c9b0764 100644
--- a/examples/01-basic/06-block-manipulation/package.json
+++ b/examples/01-basic/06-block-manipulation/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/01-basic/07-selection-blocks/package.json b/examples/01-basic/07-selection-blocks/package.json
index 1a14f12c53..13106a8e6d 100644
--- a/examples/01-basic/07-selection-blocks/package.json
+++ b/examples/01-basic/07-selection-blocks/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/01-basic/08-ariakit/package.json b/examples/01-basic/08-ariakit/package.json
index 97458bab4e..2e9ff90086 100644
--- a/examples/01-basic/08-ariakit/package.json
+++ b/examples/01-basic/08-ariakit/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/01-basic/09-shadcn/package.json b/examples/01-basic/09-shadcn/package.json
index 6a9a4be944..970aee759f 100644
--- a/examples/01-basic/09-shadcn/package.json
+++ b/examples/01-basic/09-shadcn/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwindcss": "^4.1.14",
diff --git a/examples/01-basic/10-localization/package.json b/examples/01-basic/10-localization/package.json
index e48b4958d0..5431f4de04 100644
--- a/examples/01-basic/10-localization/package.json
+++ b/examples/01-basic/10-localization/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/01-basic/11-custom-placeholder/package.json b/examples/01-basic/11-custom-placeholder/package.json
index c0f5029e30..b3ca292bfb 100644
--- a/examples/01-basic/11-custom-placeholder/package.json
+++ b/examples/01-basic/11-custom-placeholder/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/01-basic/12-multi-editor/package.json b/examples/01-basic/12-multi-editor/package.json
index 1abcaa9561..2408f1d822 100644
--- a/examples/01-basic/12-multi-editor/package.json
+++ b/examples/01-basic/12-multi-editor/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/01-basic/13-custom-paste-handler/package.json b/examples/01-basic/13-custom-paste-handler/package.json
index 45baefa7b3..8f2fd39c02 100644
--- a/examples/01-basic/13-custom-paste-handler/package.json
+++ b/examples/01-basic/13-custom-paste-handler/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/01-basic/14-editor-scrollable/package.json b/examples/01-basic/14-editor-scrollable/package.json
index f4da16d073..395196edc9 100644
--- a/examples/01-basic/14-editor-scrollable/package.json
+++ b/examples/01-basic/14-editor-scrollable/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/01-basic/15-shadowdom/package.json b/examples/01-basic/15-shadowdom/package.json
index ce14967311..bb80c17b37 100644
--- a/examples/01-basic/15-shadowdom/package.json
+++ b/examples/01-basic/15-shadowdom/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/01-basic/16-read-only-editor/package.json b/examples/01-basic/16-read-only-editor/package.json
index d5546c3d18..c746366d56 100644
--- a/examples/01-basic/16-read-only-editor/package.json
+++ b/examples/01-basic/16-read-only-editor/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/01-basic/testing/package.json b/examples/01-basic/testing/package.json
index 65638711f8..11ac43e993 100644
--- a/examples/01-basic/testing/package.json
+++ b/examples/01-basic/testing/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/02-backend/01-file-uploading/package.json b/examples/02-backend/01-file-uploading/package.json
index 0693ef33b2..b12ea90ff6 100644
--- a/examples/02-backend/01-file-uploading/package.json
+++ b/examples/02-backend/01-file-uploading/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/02-backend/02-saving-loading/package.json b/examples/02-backend/02-saving-loading/package.json
index 9f1892a12b..b38ebfcd69 100644
--- a/examples/02-backend/02-saving-loading/package.json
+++ b/examples/02-backend/02-saving-loading/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/02-backend/03-s3/package.json b/examples/02-backend/03-s3/package.json
index 2c2c249b08..0ff100fa90 100644
--- a/examples/02-backend/03-s3/package.json
+++ b/examples/02-backend/03-s3/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@aws-sdk/client-s3": "^3.609.0",
diff --git a/examples/02-backend/04-rendering-static-documents/package.json b/examples/02-backend/04-rendering-static-documents/package.json
index 41aeab8c5c..619434055e 100644
--- a/examples/02-backend/04-rendering-static-documents/package.json
+++ b/examples/02-backend/04-rendering-static-documents/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@blocknote/server-util": "latest"
diff --git a/examples/03-ui-components/01-ui-elements-remove/package.json b/examples/03-ui-components/01-ui-elements-remove/package.json
index 8f2fdb8819..429291840f 100644
--- a/examples/03-ui-components/01-ui-elements-remove/package.json
+++ b/examples/03-ui-components/01-ui-elements-remove/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/03-ui-components/02-formatting-toolbar-buttons/package.json b/examples/03-ui-components/02-formatting-toolbar-buttons/package.json
index b8590ff2f0..430ff81344 100644
--- a/examples/03-ui-components/02-formatting-toolbar-buttons/package.json
+++ b/examples/03-ui-components/02-formatting-toolbar-buttons/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/03-ui-components/03-formatting-toolbar-block-type-items/.bnexample.json b/examples/03-ui-components/03-formatting-toolbar-block-type-items/.bnexample.json
index 73a254bea5..9d554dc51c 100644
--- a/examples/03-ui-components/03-formatting-toolbar-block-type-items/.bnexample.json
+++ b/examples/03-ui-components/03-formatting-toolbar-block-type-items/.bnexample.json
@@ -10,7 +10,7 @@
"Custom Schemas"
],
"dependencies": {
- "@mantine/core": "^8.3.11",
+ "@mantine/core": "^9.0.2",
"react-icons": "^5.5.0"
}
}
diff --git a/examples/03-ui-components/03-formatting-toolbar-block-type-items/package.json b/examples/03-ui-components/03-formatting-toolbar-block-type-items/package.json
index cbca1df3e9..4b550aaab2 100644
--- a/examples/03-ui-components/03-formatting-toolbar-block-type-items/package.json
+++ b/examples/03-ui-components/03-formatting-toolbar-block-type-items/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0"
diff --git a/examples/03-ui-components/04-side-menu-buttons/package.json b/examples/03-ui-components/04-side-menu-buttons/package.json
index 3f15032a06..c3de6a8993 100644
--- a/examples/03-ui-components/04-side-menu-buttons/package.json
+++ b/examples/03-ui-components/04-side-menu-buttons/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0"
diff --git a/examples/03-ui-components/05-side-menu-drag-handle-items/package.json b/examples/03-ui-components/05-side-menu-drag-handle-items/package.json
index 496e00e475..15cea76cc7 100644
--- a/examples/03-ui-components/05-side-menu-drag-handle-items/package.json
+++ b/examples/03-ui-components/05-side-menu-drag-handle-items/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0"
diff --git a/examples/03-ui-components/06-suggestion-menus-slash-menu-items/package.json b/examples/03-ui-components/06-suggestion-menus-slash-menu-items/package.json
index 50c28fb92b..0bddd94672 100644
--- a/examples/03-ui-components/06-suggestion-menus-slash-menu-items/package.json
+++ b/examples/03-ui-components/06-suggestion-menus-slash-menu-items/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0"
diff --git a/examples/03-ui-components/07-suggestion-menus-slash-menu-component/package.json b/examples/03-ui-components/07-suggestion-menus-slash-menu-component/package.json
index 8c083a5b44..b7226bd31d 100644
--- a/examples/03-ui-components/07-suggestion-menus-slash-menu-component/package.json
+++ b/examples/03-ui-components/07-suggestion-menus-slash-menu-component/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/03-ui-components/08-suggestion-menus-emoji-picker-columns/package.json b/examples/03-ui-components/08-suggestion-menus-emoji-picker-columns/package.json
index 03d7498571..1ce117e49c 100644
--- a/examples/03-ui-components/08-suggestion-menus-emoji-picker-columns/package.json
+++ b/examples/03-ui-components/08-suggestion-menus-emoji-picker-columns/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/03-ui-components/09-suggestion-menus-emoji-picker-component/package.json b/examples/03-ui-components/09-suggestion-menus-emoji-picker-component/package.json
index 245cf75557..4bd33e10e4 100644
--- a/examples/03-ui-components/09-suggestion-menus-emoji-picker-component/package.json
+++ b/examples/03-ui-components/09-suggestion-menus-emoji-picker-component/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/03-ui-components/10-suggestion-menus-grid-mentions/package.json b/examples/03-ui-components/10-suggestion-menus-grid-mentions/package.json
index 0e2a969572..637ce38042 100644
--- a/examples/03-ui-components/10-suggestion-menus-grid-mentions/package.json
+++ b/examples/03-ui-components/10-suggestion-menus-grid-mentions/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/03-ui-components/11-uppy-file-panel/package.json b/examples/03-ui-components/11-uppy-file-panel/package.json
index 5523df0951..f5de4f080a 100644
--- a/examples/03-ui-components/11-uppy-file-panel/package.json
+++ b/examples/03-ui-components/11-uppy-file-panel/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@uppy/core": "^3.13.1",
diff --git a/examples/03-ui-components/12-static-formatting-toolbar/package.json b/examples/03-ui-components/12-static-formatting-toolbar/package.json
index 0aac0b8018..180de05193 100644
--- a/examples/03-ui-components/12-static-formatting-toolbar/package.json
+++ b/examples/03-ui-components/12-static-formatting-toolbar/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/03-ui-components/13-custom-ui/package.json b/examples/03-ui-components/13-custom-ui/package.json
index 97585870e0..ef56dc0bef 100644
--- a/examples/03-ui-components/13-custom-ui/package.json
+++ b/examples/03-ui-components/13-custom-ui/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@mui/icons-material": "^5.16.1",
diff --git a/examples/03-ui-components/14-experimental-mobile-formatting-toolbar/package.json b/examples/03-ui-components/14-experimental-mobile-formatting-toolbar/package.json
index b6e6ffc841..6c2d53320d 100644
--- a/examples/03-ui-components/14-experimental-mobile-formatting-toolbar/package.json
+++ b/examples/03-ui-components/14-experimental-mobile-formatting-toolbar/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/03-ui-components/15-advanced-tables/package.json b/examples/03-ui-components/15-advanced-tables/package.json
index 751bd1f24a..cf8cbdb701 100644
--- a/examples/03-ui-components/15-advanced-tables/package.json
+++ b/examples/03-ui-components/15-advanced-tables/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/03-ui-components/16-link-toolbar-buttons/package.json b/examples/03-ui-components/16-link-toolbar-buttons/package.json
index 8846d27e37..0480356acc 100644
--- a/examples/03-ui-components/16-link-toolbar-buttons/package.json
+++ b/examples/03-ui-components/16-link-toolbar-buttons/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/03-ui-components/17-advanced-tables-2/package.json b/examples/03-ui-components/17-advanced-tables-2/package.json
index a4e92048fd..72643d1605 100644
--- a/examples/03-ui-components/17-advanced-tables-2/package.json
+++ b/examples/03-ui-components/17-advanced-tables-2/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/03-ui-components/18-drag-n-drop/package.json b/examples/03-ui-components/18-drag-n-drop/package.json
index b2e4aedc64..e925200fe1 100644
--- a/examples/03-ui-components/18-drag-n-drop/package.json
+++ b/examples/03-ui-components/18-drag-n-drop/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/04-theming/01-theming-dom-attributes/package.json b/examples/04-theming/01-theming-dom-attributes/package.json
index a8ad97733b..b577ecace2 100644
--- a/examples/04-theming/01-theming-dom-attributes/package.json
+++ b/examples/04-theming/01-theming-dom-attributes/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/04-theming/02-changing-font/package.json b/examples/04-theming/02-changing-font/package.json
index 44eaeed6aa..36fbc361ab 100644
--- a/examples/04-theming/02-changing-font/package.json
+++ b/examples/04-theming/02-changing-font/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/04-theming/03-theming-css/package.json b/examples/04-theming/03-theming-css/package.json
index 5179136589..56ae428ea5 100644
--- a/examples/04-theming/03-theming-css/package.json
+++ b/examples/04-theming/03-theming-css/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/04-theming/04-theming-css-variables/package.json b/examples/04-theming/04-theming-css-variables/package.json
index 1ade051cac..df834c89bf 100644
--- a/examples/04-theming/04-theming-css-variables/package.json
+++ b/examples/04-theming/04-theming-css-variables/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/04-theming/05-theming-css-variables-code/package.json b/examples/04-theming/05-theming-css-variables-code/package.json
index b0cd56da5c..bb64789b86 100644
--- a/examples/04-theming/05-theming-css-variables-code/package.json
+++ b/examples/04-theming/05-theming-css-variables-code/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/04-theming/06-code-block/package.json b/examples/04-theming/06-code-block/package.json
index 037641e740..b9fa69a80a 100644
--- a/examples/04-theming/06-code-block/package.json
+++ b/examples/04-theming/06-code-block/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@blocknote/code-block": "latest"
diff --git a/examples/04-theming/07-custom-code-block/package.json b/examples/04-theming/07-custom-code-block/package.json
index d381ab18f1..aa72035cbc 100644
--- a/examples/04-theming/07-custom-code-block/package.json
+++ b/examples/04-theming/07-custom-code-block/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@blocknote/code-block": "latest",
diff --git a/examples/05-interoperability/01-converting-blocks-to-html/package.json b/examples/05-interoperability/01-converting-blocks-to-html/package.json
index a799c20758..7b0b7f6409 100644
--- a/examples/05-interoperability/01-converting-blocks-to-html/package.json
+++ b/examples/05-interoperability/01-converting-blocks-to-html/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/05-interoperability/02-converting-blocks-from-html/package.json b/examples/05-interoperability/02-converting-blocks-from-html/package.json
index b12bb5efd9..4c780e56d3 100644
--- a/examples/05-interoperability/02-converting-blocks-from-html/package.json
+++ b/examples/05-interoperability/02-converting-blocks-from-html/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/05-interoperability/03-converting-blocks-to-md/package.json b/examples/05-interoperability/03-converting-blocks-to-md/package.json
index 408cb8dac9..f4d8ae5ada 100644
--- a/examples/05-interoperability/03-converting-blocks-to-md/package.json
+++ b/examples/05-interoperability/03-converting-blocks-to-md/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/05-interoperability/04-converting-blocks-from-md/package.json b/examples/05-interoperability/04-converting-blocks-from-md/package.json
index 0d4bbb2359..6a2256cb74 100644
--- a/examples/05-interoperability/04-converting-blocks-from-md/package.json
+++ b/examples/05-interoperability/04-converting-blocks-from-md/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/05-interoperability/05-converting-blocks-to-pdf/package.json b/examples/05-interoperability/05-converting-blocks-to-pdf/package.json
index f402e292d7..fec26aef21 100644
--- a/examples/05-interoperability/05-converting-blocks-to-pdf/package.json
+++ b/examples/05-interoperability/05-converting-blocks-to-pdf/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@blocknote/xl-pdf-exporter": "latest",
diff --git a/examples/05-interoperability/06-converting-blocks-to-docx/package.json b/examples/05-interoperability/06-converting-blocks-to-docx/package.json
index 9f29639db1..16bb0dfa29 100644
--- a/examples/05-interoperability/06-converting-blocks-to-docx/package.json
+++ b/examples/05-interoperability/06-converting-blocks-to-docx/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@blocknote/xl-docx-exporter": "latest",
diff --git a/examples/05-interoperability/07-converting-blocks-to-odt/package.json b/examples/05-interoperability/07-converting-blocks-to-odt/package.json
index 4c30dd0d65..5f3efacc28 100644
--- a/examples/05-interoperability/07-converting-blocks-to-odt/package.json
+++ b/examples/05-interoperability/07-converting-blocks-to-odt/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@blocknote/xl-odt-exporter": "latest",
diff --git a/examples/05-interoperability/08-converting-blocks-to-react-email/package.json b/examples/05-interoperability/08-converting-blocks-to-react-email/package.json
index 15b4292fd7..a2f87503bf 100644
--- a/examples/05-interoperability/08-converting-blocks-to-react-email/package.json
+++ b/examples/05-interoperability/08-converting-blocks-to-react-email/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@blocknote/xl-email-exporter": "latest",
diff --git a/examples/05-interoperability/09-blocks-to-html-static-render/package.json b/examples/05-interoperability/09-blocks-to-html-static-render/package.json
index c946e12a7c..58649cab50 100644
--- a/examples/05-interoperability/09-blocks-to-html-static-render/package.json
+++ b/examples/05-interoperability/09-blocks-to-html-static-render/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/05-interoperability/10-static-html-render/package.json b/examples/05-interoperability/10-static-html-render/package.json
index b49d1f5981..7da684540f 100644
--- a/examples/05-interoperability/10-static-html-render/package.json
+++ b/examples/05-interoperability/10-static-html-render/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/06-custom-schema/01-alert-block/.bnexample.json b/examples/06-custom-schema/01-alert-block/.bnexample.json
index 955f240be5..1354e61187 100644
--- a/examples/06-custom-schema/01-alert-block/.bnexample.json
+++ b/examples/06-custom-schema/01-alert-block/.bnexample.json
@@ -10,7 +10,7 @@
"Slash Menu"
],
"dependencies": {
- "@mantine/core": "^8.3.11",
+ "@mantine/core": "^9.0.2",
"react-icons": "^5.5.0"
}
}
diff --git a/examples/06-custom-schema/01-alert-block/package.json b/examples/06-custom-schema/01-alert-block/package.json
index e35a932761..2ef9cadd20 100644
--- a/examples/06-custom-schema/01-alert-block/package.json
+++ b/examples/06-custom-schema/01-alert-block/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0"
diff --git a/examples/06-custom-schema/02-suggestion-menus-mentions/package.json b/examples/06-custom-schema/02-suggestion-menus-mentions/package.json
index 07e4d59f5b..21e338460a 100644
--- a/examples/06-custom-schema/02-suggestion-menus-mentions/package.json
+++ b/examples/06-custom-schema/02-suggestion-menus-mentions/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/06-custom-schema/03-font-style/package.json b/examples/06-custom-schema/03-font-style/package.json
index dc3cd9dd43..b784dc08b2 100644
--- a/examples/06-custom-schema/03-font-style/package.json
+++ b/examples/06-custom-schema/03-font-style/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0"
diff --git a/examples/06-custom-schema/04-pdf-file-block/.bnexample.json b/examples/06-custom-schema/04-pdf-file-block/.bnexample.json
index f3f9f4d51b..c9ed35fa87 100644
--- a/examples/06-custom-schema/04-pdf-file-block/.bnexample.json
+++ b/examples/06-custom-schema/04-pdf-file-block/.bnexample.json
@@ -10,7 +10,7 @@
"Slash Menu"
],
"dependencies": {
- "@mantine/core": "^8.3.11",
+ "@mantine/core": "^9.0.2",
"react-icons": "^5.5.0"
},
"pro": true
diff --git a/examples/06-custom-schema/04-pdf-file-block/package.json b/examples/06-custom-schema/04-pdf-file-block/package.json
index 8008b54fe3..cd1de2d12f 100644
--- a/examples/06-custom-schema/04-pdf-file-block/package.json
+++ b/examples/06-custom-schema/04-pdf-file-block/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0"
diff --git a/examples/06-custom-schema/05-alert-block-full-ux/.bnexample.json b/examples/06-custom-schema/05-alert-block-full-ux/.bnexample.json
index 3326066fe0..7e53bcb415 100644
--- a/examples/06-custom-schema/05-alert-block-full-ux/.bnexample.json
+++ b/examples/06-custom-schema/05-alert-block-full-ux/.bnexample.json
@@ -11,7 +11,7 @@
"Slash Menu"
],
"dependencies": {
- "@mantine/core": "^8.3.11",
+ "@mantine/core": "^9.0.2",
"react-icons": "^5.5.0"
}
}
diff --git a/examples/06-custom-schema/05-alert-block-full-ux/package.json b/examples/06-custom-schema/05-alert-block-full-ux/package.json
index c93d048860..6c56f839f1 100644
--- a/examples/06-custom-schema/05-alert-block-full-ux/package.json
+++ b/examples/06-custom-schema/05-alert-block-full-ux/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0"
diff --git a/examples/06-custom-schema/06-toggleable-blocks/package.json b/examples/06-custom-schema/06-toggleable-blocks/package.json
index e684cd374f..baa1a1ae80 100644
--- a/examples/06-custom-schema/06-toggleable-blocks/package.json
+++ b/examples/06-custom-schema/06-toggleable-blocks/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/06-custom-schema/07-configuring-blocks/package.json b/examples/06-custom-schema/07-configuring-blocks/package.json
index ba937508ac..fc2e9a52cb 100644
--- a/examples/06-custom-schema/07-configuring-blocks/package.json
+++ b/examples/06-custom-schema/07-configuring-blocks/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/06-custom-schema/draggable-inline-content/package.json b/examples/06-custom-schema/draggable-inline-content/package.json
index 4ca27aa621..3689f5390c 100644
--- a/examples/06-custom-schema/draggable-inline-content/package.json
+++ b/examples/06-custom-schema/draggable-inline-content/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/06-custom-schema/react-custom-blocks/package.json b/examples/06-custom-schema/react-custom-blocks/package.json
index 38f6da8c26..b31875e4da 100644
--- a/examples/06-custom-schema/react-custom-blocks/package.json
+++ b/examples/06-custom-schema/react-custom-blocks/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/06-custom-schema/react-custom-inline-content/package.json b/examples/06-custom-schema/react-custom-inline-content/package.json
index af2eec603b..5e2ed6d99b 100644
--- a/examples/06-custom-schema/react-custom-inline-content/package.json
+++ b/examples/06-custom-schema/react-custom-inline-content/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/06-custom-schema/react-custom-styles/package.json b/examples/06-custom-schema/react-custom-styles/package.json
index 0234a12b26..3815485703 100644
--- a/examples/06-custom-schema/react-custom-styles/package.json
+++ b/examples/06-custom-schema/react-custom-styles/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/07-collaboration/01-partykit/package.json b/examples/07-collaboration/01-partykit/package.json
index 99ffd8432f..9f4a8d0870 100644
--- a/examples/07-collaboration/01-partykit/package.json
+++ b/examples/07-collaboration/01-partykit/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"y-partykit": "^0.0.25",
diff --git a/examples/07-collaboration/02-liveblocks/package.json b/examples/07-collaboration/02-liveblocks/package.json
index 52e5f94320..79dd475fc8 100644
--- a/examples/07-collaboration/02-liveblocks/package.json
+++ b/examples/07-collaboration/02-liveblocks/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@liveblocks/client": "^3.17.0",
diff --git a/examples/07-collaboration/03-y-sweet/package.json b/examples/07-collaboration/03-y-sweet/package.json
index e1dcc579ca..8ca1ec5d75 100644
--- a/examples/07-collaboration/03-y-sweet/package.json
+++ b/examples/07-collaboration/03-y-sweet/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@y-sweet/react": "^0.6.3"
diff --git a/examples/07-collaboration/04-electric-sql/package.json b/examples/07-collaboration/04-electric-sql/package.json
index ed30197d66..8f0c69c80b 100644
--- a/examples/07-collaboration/04-electric-sql/package.json
+++ b/examples/07-collaboration/04-electric-sql/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/07-collaboration/05-comments/.bnexample.json b/examples/07-collaboration/05-comments/.bnexample.json
index 09ecc7196c..f2e0c026a9 100644
--- a/examples/07-collaboration/05-comments/.bnexample.json
+++ b/examples/07-collaboration/05-comments/.bnexample.json
@@ -5,6 +5,6 @@
"tags": ["Advanced", "Comments", "Collaboration"],
"dependencies": {
"@y-sweet/react": "^0.6.3",
- "@mantine/core": "^8.3.11"
+ "@mantine/core": "^9.0.2"
}
}
diff --git a/examples/07-collaboration/05-comments/package.json b/examples/07-collaboration/05-comments/package.json
index e1902158f5..7736c432b4 100644
--- a/examples/07-collaboration/05-comments/package.json
+++ b/examples/07-collaboration/05-comments/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@y-sweet/react": "^0.6.3"
diff --git a/examples/07-collaboration/06-comments-with-sidebar/.bnexample.json b/examples/07-collaboration/06-comments-with-sidebar/.bnexample.json
index a80bff5aba..ff82fe290f 100644
--- a/examples/07-collaboration/06-comments-with-sidebar/.bnexample.json
+++ b/examples/07-collaboration/06-comments-with-sidebar/.bnexample.json
@@ -6,6 +6,6 @@
"dependencies": {
"y-partykit": "^0.0.25",
"yjs": "^13.6.27",
- "@mantine/core": "^8.3.11"
+ "@mantine/core": "^9.0.2"
}
}
diff --git a/examples/07-collaboration/06-comments-with-sidebar/package.json b/examples/07-collaboration/06-comments-with-sidebar/package.json
index 67f4ead0b9..67a5504590 100644
--- a/examples/07-collaboration/06-comments-with-sidebar/package.json
+++ b/examples/07-collaboration/06-comments-with-sidebar/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"y-partykit": "^0.0.25",
diff --git a/examples/07-collaboration/07-ghost-writer/package.json b/examples/07-collaboration/07-ghost-writer/package.json
index a8f3e4d13d..26e4956fab 100644
--- a/examples/07-collaboration/07-ghost-writer/package.json
+++ b/examples/07-collaboration/07-ghost-writer/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"y-partykit": "^0.0.25",
diff --git a/examples/07-collaboration/08-forking/package.json b/examples/07-collaboration/08-forking/package.json
index 3702a49a69..3d82fc59ba 100644
--- a/examples/07-collaboration/08-forking/package.json
+++ b/examples/07-collaboration/08-forking/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"y-partykit": "^0.0.25",
diff --git a/examples/07-collaboration/09-comments-testing/package.json b/examples/07-collaboration/09-comments-testing/package.json
index 070af0d48e..c31e6c15c3 100644
--- a/examples/07-collaboration/09-comments-testing/package.json
+++ b/examples/07-collaboration/09-comments-testing/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"yjs": "^13.6.27"
diff --git a/examples/08-extensions/01-tiptap-arrow-conversion/package.json b/examples/08-extensions/01-tiptap-arrow-conversion/package.json
index b1055a283f..c781441abe 100644
--- a/examples/08-extensions/01-tiptap-arrow-conversion/package.json
+++ b/examples/08-extensions/01-tiptap-arrow-conversion/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@tiptap/core": "^3.13.0"
diff --git a/examples/09-ai/01-minimal/.bnexample.json b/examples/09-ai/01-minimal/.bnexample.json
index 30d6def791..9aede450f7 100644
--- a/examples/09-ai/01-minimal/.bnexample.json
+++ b/examples/09-ai/01-minimal/.bnexample.json
@@ -5,7 +5,7 @@
"tags": ["AI", "llm"],
"dependencies": {
"@blocknote/xl-ai": "latest",
- "@mantine/core": "^8.3.11",
+ "@mantine/core": "^9.0.2",
"ai": "^6.0.5"
}
}
diff --git a/examples/09-ai/01-minimal/package.json b/examples/09-ai/01-minimal/package.json
index d78b179eb4..b4ef7599fc 100644
--- a/examples/09-ai/01-minimal/package.json
+++ b/examples/09-ai/01-minimal/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@blocknote/xl-ai": "latest",
diff --git a/examples/09-ai/02-playground/.bnexample.json b/examples/09-ai/02-playground/.bnexample.json
index 30d6def791..9aede450f7 100644
--- a/examples/09-ai/02-playground/.bnexample.json
+++ b/examples/09-ai/02-playground/.bnexample.json
@@ -5,7 +5,7 @@
"tags": ["AI", "llm"],
"dependencies": {
"@blocknote/xl-ai": "latest",
- "@mantine/core": "^8.3.11",
+ "@mantine/core": "^9.0.2",
"ai": "^6.0.5"
}
}
diff --git a/examples/09-ai/02-playground/package.json b/examples/09-ai/02-playground/package.json
index 7824de1c5b..98f9c40219 100644
--- a/examples/09-ai/02-playground/package.json
+++ b/examples/09-ai/02-playground/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@blocknote/xl-ai": "latest",
diff --git a/examples/09-ai/03-custom-ai-menu-items/.bnexample.json b/examples/09-ai/03-custom-ai-menu-items/.bnexample.json
index a026ef1ee5..9a91d82062 100644
--- a/examples/09-ai/03-custom-ai-menu-items/.bnexample.json
+++ b/examples/09-ai/03-custom-ai-menu-items/.bnexample.json
@@ -5,7 +5,7 @@
"tags": ["AI", "llm"],
"dependencies": {
"@blocknote/xl-ai": "latest",
- "@mantine/core": "^8.3.11",
+ "@mantine/core": "^9.0.2",
"ai": "^6.0.5",
"react-icons": "^5.5.0"
}
diff --git a/examples/09-ai/03-custom-ai-menu-items/package.json b/examples/09-ai/03-custom-ai-menu-items/package.json
index d6a2573f8e..ee4c5d2163 100644
--- a/examples/09-ai/03-custom-ai-menu-items/package.json
+++ b/examples/09-ai/03-custom-ai-menu-items/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@blocknote/xl-ai": "latest",
diff --git a/examples/09-ai/04-with-collaboration/.bnexample.json b/examples/09-ai/04-with-collaboration/.bnexample.json
index 922d7f719e..83bed82fe4 100644
--- a/examples/09-ai/04-with-collaboration/.bnexample.json
+++ b/examples/09-ai/04-with-collaboration/.bnexample.json
@@ -5,7 +5,7 @@
"tags": ["AI", "llm"],
"dependencies": {
"@blocknote/xl-ai": "latest",
- "@mantine/core": "^8.3.11",
+ "@mantine/core": "^9.0.2",
"ai": "^6.0.5",
"y-partykit": "^0.0.25",
"yjs": "^13.6.27"
diff --git a/examples/09-ai/04-with-collaboration/package.json b/examples/09-ai/04-with-collaboration/package.json
index ef36c46e88..e75864a84f 100644
--- a/examples/09-ai/04-with-collaboration/package.json
+++ b/examples/09-ai/04-with-collaboration/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@blocknote/xl-ai": "latest",
diff --git a/examples/09-ai/05-manual-execution/.bnexample.json b/examples/09-ai/05-manual-execution/.bnexample.json
index c5b86534d1..890b2909fe 100644
--- a/examples/09-ai/05-manual-execution/.bnexample.json
+++ b/examples/09-ai/05-manual-execution/.bnexample.json
@@ -5,7 +5,7 @@
"tags": ["AI", "llm"],
"dependencies": {
"@blocknote/xl-ai": "latest",
- "@mantine/core": "^8.3.11",
+ "@mantine/core": "^9.0.2",
"ai": "^6.0.5",
"y-partykit": "^0.0.25",
"yjs": "^13.6.27"
diff --git a/examples/09-ai/05-manual-execution/package.json b/examples/09-ai/05-manual-execution/package.json
index dd5e66ef92..56ee0692fd 100644
--- a/examples/09-ai/05-manual-execution/package.json
+++ b/examples/09-ai/05-manual-execution/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@blocknote/xl-ai": "latest",
diff --git a/examples/09-ai/06-client-side-transport/.bnexample.json b/examples/09-ai/06-client-side-transport/.bnexample.json
index 1c7e871335..0ac2b679fc 100644
--- a/examples/09-ai/06-client-side-transport/.bnexample.json
+++ b/examples/09-ai/06-client-side-transport/.bnexample.json
@@ -6,7 +6,7 @@
"dependencies": {
"@ai-sdk/groq": "^3.0.2",
"@blocknote/xl-ai": "latest",
- "@mantine/core": "^8.3.11",
+ "@mantine/core": "^9.0.2",
"ai": "^6.0.5"
}
}
diff --git a/examples/09-ai/06-client-side-transport/package.json b/examples/09-ai/06-client-side-transport/package.json
index 64b09bc543..94250e9f3c 100644
--- a/examples/09-ai/06-client-side-transport/package.json
+++ b/examples/09-ai/06-client-side-transport/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@ai-sdk/groq": "^3.0.2",
diff --git a/examples/09-ai/07-server-persistence/.bnexample.json b/examples/09-ai/07-server-persistence/.bnexample.json
index 35815d0d21..12b79358ef 100644
--- a/examples/09-ai/07-server-persistence/.bnexample.json
+++ b/examples/09-ai/07-server-persistence/.bnexample.json
@@ -5,7 +5,7 @@
"tags": ["AI", "llm"],
"dependencies": {
"@blocknote/xl-ai": "latest",
- "@mantine/core": "^8.3.11",
+ "@mantine/core": "^9.0.2",
"ai": "^6.0.5"
}
}
diff --git a/examples/09-ai/07-server-persistence/package.json b/examples/09-ai/07-server-persistence/package.json
index 0ac67163a2..bbcb69e15d 100644
--- a/examples/09-ai/07-server-persistence/package.json
+++ b/examples/09-ai/07-server-persistence/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@blocknote/xl-ai": "latest",
diff --git a/examples/vanilla-js/react-vanilla-custom-blocks/package.json b/examples/vanilla-js/react-vanilla-custom-blocks/package.json
index 11a3db66c0..bb2e5beeee 100644
--- a/examples/vanilla-js/react-vanilla-custom-blocks/package.json
+++ b/examples/vanilla-js/react-vanilla-custom-blocks/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/vanilla-js/react-vanilla-custom-inline-content/package.json b/examples/vanilla-js/react-vanilla-custom-inline-content/package.json
index 61cc3e1e6a..e065088442 100644
--- a/examples/vanilla-js/react-vanilla-custom-inline-content/package.json
+++ b/examples/vanilla-js/react-vanilla-custom-inline-content/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/examples/vanilla-js/react-vanilla-custom-styles/package.json b/examples/vanilla-js/react-vanilla-custom-styles/package.json
index 7fd6ab2160..1f2691e014 100644
--- a/examples/vanilla-js/react-vanilla-custom-styles/package.json
+++ b/examples/vanilla-js/react-vanilla-custom-styles/package.json
@@ -16,9 +16,8 @@
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
diff --git a/packages/dev-scripts/examples/template-react/package.json.template.tsx b/packages/dev-scripts/examples/template-react/package.json.template.tsx
index 98c67f3e50..34701ed200 100644
--- a/packages/dev-scripts/examples/template-react/package.json.template.tsx
+++ b/packages/dev-scripts/examples/template-react/package.json.template.tsx
@@ -18,9 +18,8 @@ const template = (project: Project) => ({
"@blocknote/mantine": "latest",
"@blocknote/react": "latest",
"@blocknote/shadcn": "latest",
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
react: "^19.2.3",
"react-dom": "^19.2.3",
...(project.config.tailwind
diff --git a/packages/mantine/package.json b/packages/mantine/package.json
index 4dd1d60a54..ad7e793f42 100644
--- a/packages/mantine/package.json
+++ b/packages/mantine/package.json
@@ -80,11 +80,10 @@
"vite-plugin-externalize-deps": "^0.10.0"
},
"peerDependencies": {
- "@mantine/core": "^8.3.11",
- "@mantine/hooks": "^8.3.11",
- "@mantine/utils": "^6.0.22",
- "react": "^18.0 || ^19.0 || >= 19.0.0-rc",
- "react-dom": "^18.0 || ^19.0 || >= 19.0.0-rc"
+ "@mantine/core": "^9.0.2",
+ "@mantine/hooks": "^9.0.2",
+ "react": "^19.2.0",
+ "react-dom": "^19.2.0"
},
"eslintConfig": {
"extends": [
diff --git a/packages/mantine/src/suggestionMenu/SuggestionMenuLoader.tsx b/packages/mantine/src/suggestionMenu/SuggestionMenuLoader.tsx
index 93255e0bd2..0733592430 100644
--- a/packages/mantine/src/suggestionMenu/SuggestionMenuLoader.tsx
+++ b/packages/mantine/src/suggestionMenu/SuggestionMenuLoader.tsx
@@ -13,6 +13,8 @@ export const SuggestionMenuLoader = forwardRef<
assertEmpty(rest);
return (
-