We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c640b commit 93fac07Copy full SHA for 93fac07
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "rehype-react",
3
"description": "rehype plugin to transform to React",
4
- "version": "7.2.0",
+ "version": "8.0.0",
5
"license": "MIT",
6
"keywords": [
7
"hast",
readme.md
@@ -66,14 +66,14 @@ npm install rehype-react
66
In Deno with [`esm.sh`][esmsh]:
67
68
```js
69
-import rehypeReact from 'https://esm.sh/rehype-react@7'
+import rehypeReact from 'https://esm.sh/rehype-react@8'
70
```
71
72
In browsers with [`esm.sh`][esmsh]:
73
74
```html
75
<script type="module">
76
- import rehypeReact from 'https://esm.sh/rehype-react@7?bundle'
+ import rehypeReact from 'https://esm.sh/rehype-react@8?bundle'
77
</script>
78
79
0 commit comments