Skip to content

Commit 33c31e7

Browse files
committed
10.0.0
1 parent 5768374 commit 33c31e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
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"

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ npm install react-markdown
101101
In 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

107107
In 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
601601
When we cut a new major release, we drop support for unmaintained versions of
602602
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`,
604604
compatible with Node.js 16.
605605
606606
They work in all modern browsers (essentially: everything not IE 11).

0 commit comments

Comments
 (0)