Skip to content

Commit 8685127

Browse files
committed
fix: bump to madwizard 0.17.0 to pick up load time optimizations
This gives us support for pre-generating the parsed ASTs for the guidebooks, and loading those instead of doing a full parse from source every time a user runs a guidebook. This should happen transparently, by virtue of running `npm run mirror`
1 parent 8530f7b commit 8685127

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.16.0"
26+
"madwizard": "^0.17.1"
2727
}
2828
}

0 commit comments

Comments
 (0)