Skip to content

Commit 7012308

Browse files
fix: Update remianing examples to Mantine v8 (#2031)
1 parent f521e36 commit 7012308

File tree

6 files changed

+17
-64
lines changed

6 files changed

+17
-64
lines changed

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": "^7.10.1"
8+
"@mantine/core": "^8.3.2"
99
}
1010
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react": "^19.1.0",
1919
"react-dom": "^19.1.0",
2020
"@y-sweet/react": "^0.6.3",
21-
"@mantine/core": "^7.10.1"
21+
"@mantine/core": "^8.3.2"
2222
},
2323
"devDependencies": {
2424
"@types/react": "^19.1.0",

examples/07-collaboration/06-comments-with-sidebar/.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": "^7.10.1"
8+
"@mantine/core": "^8.3.2"
99
}
1010
}

examples/07-collaboration/06-comments-with-sidebar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react": "^19.1.0",
1919
"react-dom": "^19.1.0",
2020
"@y-sweet/react": "^0.6.3",
21-
"@mantine/core": "^7.10.1"
21+
"@mantine/core": "^8.3.2"
2222
},
2323
"devDependencies": {
2424
"@types/react": "^19.1.0",

playground/src/examples.gen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@
14631463
],
14641464
"dependencies": {
14651465
"@y-sweet/react": "^0.6.3",
1466-
"@mantine/core": "^7.10.1"
1466+
"@mantine/core": "^8.3.2"
14671467
} as any
14681468
},
14691469
"title": "Comments & Threads",
@@ -1488,7 +1488,7 @@
14881488
],
14891489
"dependencies": {
14901490
"@y-sweet/react": "^0.6.3",
1491-
"@mantine/core": "^7.10.1"
1491+
"@mantine/core": "^8.3.2"
14921492
} as any
14931493
},
14941494
"title": "Threads Sidebar",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)