Skip to content

Commit a4e41ee

Browse files
committed
chore: bump to madwizard 0.9.11
1 parent 9a2fc04 commit a4e41ee

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/plugin-madwizard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"madwizard": "^0.9.9"
26+
"madwizard": "^0.9.11"
2727
}
2828
}

tests/plugin-madwizard/plan/inputs/5.spec.ts

+1-6
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ import { importd } from "./1.spec"
2020

2121
const IN5: Input = {
2222
input: "guidebook-tree-model5.md",
23-
tree: () => [
24-
{
25-
name: "Prerequisites",
26-
children: [importd],
27-
},
28-
],
23+
tree: () => importd,
2924
}
3025

3126
doPlan(IN5)

0 commit comments

Comments
 (0)