Skip to content

Commit 0370cf5

Browse files
committed
Merge branch 'main' into releases
2 parents fe37d2c + 16351c0 commit 0370cf5

File tree

12 files changed

+8088
-4771
lines changed

12 files changed

+8088
-4771
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@blocknote/core": "^0.12.3",
1313
"@blocknote/react": "^0.12.3",
1414
"@headlessui/react": "^1.7.18",
15-
"@mantine/core": "^7.5.0",
15+
"@mantine/core": "^7.7.1",
1616
"@next/bundle-analyzer": "^14.1.0",
1717
"@vercel/analytics": "^1.2.2",
1818
"@vercel/og": "^0.6.2",

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

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"author": "matthewlipski",
55
"tags": ["Intermediate", "Blocks", "UI Components", "Formatting Toolbar", "Custom Schemas"],
66
"dependencies": {
7+
"@mantine/core": "^7.7.1",
78
"react-icons": "^4.3.1"
89
}
910
}

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

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@blocknote/react": "^0.12.0",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
18+
"@mantine/core": "^7.7.1",
1819
"react-icons": "^4.3.1"
1920
},
2021
"devDependencies": {

examples/02-ui-components/08-custom-ui/.bnexample.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"author": "matthewlipski",
55
"tags": ["Advanced", "Inline Content", "UI Components", "Block Side Menu", "Formatting Toolbar", "Suggestion Menus", "Slash Menu", "Appearance & Styling"],
66
"dependencies": {
7-
"@mantine/core": "^7.5.0",
87
"react-icons": "^4.3.1"
98
}
109
}

examples/02-ui-components/08-custom-ui/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"@blocknote/react": "^0.12.0",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
18-
"@mantine/core": "^7.5.0",
1918
"react-icons": "^4.3.1"
2019
},
2120
"devDependencies": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "matthewlipski",
55
"tags": ["Intermediate", "Blocks", "Custom Schemas", "Suggestion Menus", "Slash Menu"],
66
"dependencies": {
7-
"@mantine/core": "^7.5.0",
7+
"@mantine/core": "^7.7.1",
88
"react-icons": "^4.3.1"
99
}
1010
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@blocknote/react": "^0.12.0",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
18-
"@mantine/core": "^7.5.0",
18+
"@mantine/core": "^7.7.1",
1919
"react-icons": "^4.3.1"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)