File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 141141 "strict" : true
142142 },
143143 "type" : " module" ,
144- "version" : " 9.1 .0" ,
144+ "version" : " 10.0 .0" ,
145145 "xo" : {
146146 "envs" : [
147147 " shared-node-browser"
Original file line number Diff line number Diff line change @@ -101,14 +101,14 @@ npm install react-markdown
101101In Deno with [ ` esm.sh ` ] [ esmsh ] :
102102
103103``` js
104- import Markdown from ' https://esm.sh/react-markdown@9 '
104+ import Markdown from ' https://esm.sh/react-markdown@10 '
105105```
106106
107107In browsers with [ ` esm.sh ` ] [ esmsh ] :
108108
109109``` html
110110<script type =" module" >
111- import Markdown from ' https://esm.sh/react-markdown@9 ?bundle'
111+ import Markdown from ' https://esm.sh/react-markdown@10 ?bundle'
112112 </script >
113113```
114114
@@ -600,7 +600,7 @@ versions of Node.js.
600600
601601When we cut a new major release, we drop support for unmaintained versions of
602602Node.
603- This means we try to keep the current release line, ` react - markdown @^ 9 ` ,
603+ This means we try to keep the current release line, ` react - markdown @10 ` ,
604604compatible with Node.js 16.
605605
606606They work in all modern browsers (essentially: everything not IE 11).
You can’t perform that action at this time.
0 commit comments