Skip to content

Commit a911cec

Browse files
authored
Merge pull request #425 from preactjs/chore/expand-semver-for-v11
chore: Expand semver range for v11
2 parents 4a8d4a0 + e750ba1 commit a911cec

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/dirty-oranges-jam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'preact-render-to-string': patch
3+
---
4+
5+
Expand semver range to support the upcoming v11 beta release

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"bugs": "https://github.com/preactjs/preact-render-to-string/issues",
106106
"homepage": "https://github.com/preactjs/preact-render-to-string",
107107
"peerDependencies": {
108-
"preact": ">=10"
108+
"preact": ">=10 || >= 11"
109109
},
110110
"devDependencies": {
111111
"@babel/plugin-transform-react-jsx": "^7.12.12",

0 commit comments

Comments
 (0)