Skip to content

Commit cc564bb

Browse files
chore: Update Mantine (#837)
* Updated Mantine * Updated remaining Mantine deps
1 parent 5814f08 commit cc564bb

File tree

11 files changed

+2000
-1658
lines changed

11 files changed

+2000
-1658
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@blocknote/react": "^0.14.0",
1616
"@blocknote/shadcn": "^0.14.0",
1717
"@headlessui/react": "^1.7.18",
18-
"@mantine/core": "^7.7.1",
18+
"@mantine/core": "^7.10.1",
1919
"@next/bundle-analyzer": "^14.1.0",
2020
"@vercel/analytics": "^1.2.2",
2121
"@vercel/og": "^0.6.2",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "matthewlipski",
55
"tags": ["Intermediate", "Blocks", "UI Components", "Formatting Toolbar", "Custom Schemas"],
66
"dependencies": {
7-
"@mantine/core": "^7.7.1",
7+
"@mantine/core": "^7.10.1",
88
"react-icons": "^5.2.1"
99
}
1010
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@blocknote/shadcn": "latest",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1",
21-
"@mantine/core": "^7.7.1",
21+
"@mantine/core": "^7.10.1",
2222
"react-icons": "^5.2.1"
2323
},
2424
"devDependencies": {

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

Lines changed: 1 addition & 1 deletion
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.7.1",
7+
"@mantine/core": "^7.10.1",
88
"react-icons": "^5.2.1"
99
}
1010
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@blocknote/shadcn": "latest",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1",
21-
"@mantine/core": "^7.7.1",
21+
"@mantine/core": "^7.10.1",
2222
"react-icons": "^5.2.1"
2323
},
2424
"devDependencies": {

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

Lines changed: 1 addition & 1 deletion
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.7.1",
7+
"@mantine/core": "^7.10.1",
88
"react-icons": "^5.2.1"
99
}
1010
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@blocknote/shadcn": "latest",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1",
21-
"@mantine/core": "^7.7.1",
21+
"@mantine/core": "^7.10.1",
2222
"react-icons": "^5.2.1"
2323
},
2424
"devDependencies": {

package-lock.json

Lines changed: 1987 additions & 1645 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mantine/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"dependencies": {
5454
"@blocknote/core": "^0.14.0",
5555
"@blocknote/react": "^0.14.0",
56-
"@mantine/core": "^7.5.0",
57-
"@mantine/hooks": "^7.5.0",
56+
"@mantine/core": "^7.10.1",
57+
"@mantine/hooks": "^7.10.1",
5858
"@mantine/utils": "^6.0.21",
5959
"react": "^18",
6060
"react-dom": "^18",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@blocknote/shadcn": "^0.14.0",
1818
"@liveblocks/client": "^1.10.0",
1919
"@liveblocks/yjs": "^1.10.0",
20-
"@mantine/core": "^7.7.1",
20+
"@mantine/core": "^7.10.1",
2121
"react": "^18.3.1",
2222
"react-dom": "^18.3.1",
2323
"react-icons": "^5.2.1",

0 commit comments

Comments
 (0)