Skip to content

Commit b09f5cd

Browse files
Merge pull request #142 from preactjs/preact-10-peer
Preact>=10 peer dep
2 parents 992c65e + d09a10d commit b09f5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"bugs": "https://github.com/developit/preact-render-to-string/issues",
6565
"homepage": "https://github.com/developit/preact-render-to-string",
6666
"peerDependencies": {
67-
"preact": ">=10 || ^10.0.0-alpha.0 || ^10.0.0-beta.0"
67+
"preact": ">=10"
6868
},
6969
"devDependencies": {
7070
"babel-plugin-transform-object-rest-spread": "^6.26.0",

0 commit comments

Comments
 (0)