Skip to content

Commit 5062fc6

Browse files
authored
chore: bump plait into 0.86.0 (#284)
This pull request upgrade plait packages into 0.86.0 removing isRoot property in mind elements in this version
1 parent fb293df commit 5062fc6

File tree

3 files changed

+34
-37
lines changed

3 files changed

+34
-37
lines changed

apps/web/src/app/initialize-data.ts

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ export const initializeData: PlaitElement[] = [
403403
children: [
404404
{
405405
id: 'iHynm',
406+
type: 'mind_child',
406407
data: {
407408
topic: {
408409
children: [
@@ -415,6 +416,7 @@ export const initializeData: PlaitElement[] = [
415416
children: [
416417
{
417418
id: 'TiZGR',
419+
type: 'mind_child',
418420
data: {
419421
topic: {
420422
children: [
@@ -424,18 +426,13 @@ export const initializeData: PlaitElement[] = [
424426
],
425427
},
426428
},
427-
children: [],
428-
width: 14,
429-
height: 20,
429+
children: []
430430
},
431-
],
432-
width: 14,
433-
height: 20,
431+
]
434432
},
435433
],
436434
},
437435
],
438-
isRoot: true,
439436
points: [[248.24308817248368, 470.83369157012714]],
440437
},
441438
{

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"@floating-ui/react": "^0.26.24",
1616
"@plait-board/markdown-to-drawnix": "^0.0.7",
1717
"@plait-board/mermaid-to-drawnix": "^0.0.7",
18-
"@plait/common": "^0.85.0",
19-
"@plait/core": "^0.85.0",
20-
"@plait/draw": "^0.85.0",
21-
"@plait/layouts": "^0.85.0",
22-
"@plait/mind": "^0.85.0",
23-
"@plait/text-plugins": "^0.85.0",
18+
"@plait/common": "^0.86.0",
19+
"@plait/core": "^0.86.0",
20+
"@plait/draw": "^0.86.0",
21+
"@plait/layouts": "^0.86.0",
22+
"@plait/mind": "^0.86.0",
23+
"@plait/text-plugins": "^0.86.0",
2424
"ahooks": "^3.8.0",
2525
"browser-fs-access": "^0.35.0",
2626
"classnames": "^2.5.1",

0 commit comments

Comments
 (0)