File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 141
141
"strict" : true
142
142
},
143
143
"type" : " module" ,
144
- "version" : " 9.1 .0" ,
144
+ "version" : " 10.0 .0" ,
145
145
"xo" : {
146
146
"envs" : [
147
147
" shared-node-browser"
Original file line number Diff line number Diff line change @@ -101,14 +101,14 @@ npm install react-markdown
101
101
In Deno with [ ` esm.sh ` ] [ esmsh ] :
102
102
103
103
``` js
104
- import Markdown from ' https://esm.sh/react-markdown@9 '
104
+ import Markdown from ' https://esm.sh/react-markdown@10 '
105
105
```
106
106
107
107
In browsers with [ ` esm.sh ` ] [ esmsh ] :
108
108
109
109
``` html
110
110
<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'
112
112
</script >
113
113
```
114
114
@@ -600,7 +600,7 @@ versions of Node.js.
600
600
601
601
When we cut a new major release, we drop support for unmaintained versions of
602
602
Node.
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 ` ,
604
604
compatible with Node.js 16.
605
605
606
606
They work in all modern browsers (essentially: everything not IE 11).
You can’t perform that action at this time.
0 commit comments