Skip to content

Commit d2b784b

Browse files
committed
5.0.0: move to preact 10
1 parent c165941 commit d2b784b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "preact-render-to-string",
33
"amdName": "preactRenderToString",
4-
"version": "4.1.0",
4+
"version": "5.0.0",
55
"description": "Render JSX to an HTML string, with support for Preact components.",
66
"main": "dist/index.js",
77
"umd:main": "dist/index.js",
@@ -59,7 +59,7 @@
5959
"bugs": "https://github.com/developit/preact-render-to-string/issues",
6060
"homepage": "https://github.com/developit/preact-render-to-string",
6161
"peerDependencies": {
62-
"preact": "*"
62+
"preact": ">=10 || ^10.0.0-alpha.0"
6363
},
6464
"devDependencies": {
6565
"babel-plugin-transform-object-rest-spread": "^6.26.0",

0 commit comments

Comments
 (0)