@@ -71,14 +71,14 @@ npm install hast-util-to-jsx-runtime
7171In Deno with [ ` esm.sh ` ] [ esmsh ] :
7272
7373``` js
74- import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@1 '
74+ import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@2 '
7575```
7676
7777In browsers with [ ` esm.sh ` ] [ esmsh ] :
7878
7979``` html
8080<script type =" module" >
81- import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@1 ?bundle'
81+ import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@2 ?bundle'
8282 </script >
8383```
8484
@@ -403,7 +403,7 @@ In a browser, do:
403403
404404``` js
405405import {h } from ' https://esm.sh/hastscript@8'
406- import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@1 '
406+ import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@2 '
407407import {Fragment , jsx , jsxs } from ' https://esm.sh/preact@10/jsx-runtime'
408408import {render } from ' https://esm.sh/preact@10'
409409
@@ -452,7 +452,7 @@ In a browser, do:
452452
453453``` js
454454import {h } from ' https://esm.sh/hastscript@8'
455- import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@1 '
455+ import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@2 '
456456import {createApp } from ' https://esm.sh/vue@3'
457457import {Fragment , jsx , jsxs } from ' https://esm.sh/vue@3/jsx-runtime'
458458
@@ -501,7 +501,7 @@ In a browser, do:
501501
502502``` js
503503import {h } from ' https://esm.sh/hastscript@8'
504- import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@1 '
504+ import {toJsxRuntime } from ' https://esm.sh/hast-util-to-jsx-runtime@2 '
505505import {Fragment , jsx , jsxs } from ' https://esm.sh/solid-js@1/h/jsx-runtime'
506506import {render } from ' https://esm.sh/solid-js@1/web'
507507
0 commit comments