@@ -402,7 +402,7 @@ Yields:
402402In a browser, do:
403403
404404``` js
405- import {h } from ' https://esm.sh/hastscript@7 '
405+ import {h } from ' https://esm.sh/hastscript@8 '
406406import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@1'
407407import {Fragment , jsx , jsxs } from ' https://esm.sh/preact@10/jsx-runtime'
408408import {render } from ' https://esm.sh/preact@10'
@@ -451,10 +451,10 @@ Yields:
451451In a browser, do:
452452
453453``` js
454- import {h } from ' https://esm.sh/hastscript@7 '
454+ import {h } from ' https://esm.sh/hastscript@8 '
455455import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@1'
456456import {createApp } from ' https://esm.sh/vue@3'
457- import {Fragment , jsx , jsxs } from ' https://esm.sh/vue-jsx-runtime@0.1 /jsx-runtime'
457+ import {Fragment , jsx , jsxs } from ' https://esm.sh/vue@3 /jsx-runtime'
458458
459459createApp (Component).mount (' #root' )
460460
@@ -500,7 +500,7 @@ Yields:
500500In a browser, do:
501501
502502``` js
503- import {h } from ' https://esm.sh/hastscript@7 '
503+ import {h } from ' https://esm.sh/hastscript@8 '
504504import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@1'
505505import {Fragment , jsx , jsxs } from ' https://esm.sh/solid-js@1/h/jsx-runtime'
506506import {render } from ' https://esm.sh/solid-js@1/web'
0 commit comments