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 abed487 commit f3f7aabCopy full SHA for f3f7aab
.changeset/poor-melons-talk.md
@@ -0,0 +1,5 @@
1
+---
2
+'preact-render-to-string': patch
3
4
+
5
+Correct semver range to support _beta_ releases of Preact v11
package.json
@@ -105,7 +105,7 @@
105
"bugs": "https://github.com/preactjs/preact-render-to-string/issues",
106
"homepage": "https://github.com/preactjs/preact-render-to-string",
107
"peerDependencies": {
108
- "preact": ">=10 || >= 11"
+ "preact": ">=10 || >= 11.0.0-0"
109
},
110
"devDependencies": {
111
"@babel/plugin-transform-react-jsx": "^7.12.12",
@@ -149,4 +149,4 @@
149
"publishConfig": {
150
"provenance": true
151
}
152
-}
+}
0 commit comments