Skip to content

Commit 4b7f213

Browse files
authored
Merge pull request #9
Support React 18 ( #9 )
2 parents 22f6649 + fc6b7f8 commit 4b7f213

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-screen-capture",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A tiny React library allows you to take a snapshot of the webpage's screen or part of the screen.",
55
"author": "Bunlong <bunlong.van@gmail.com>",
66
"license": "MIT",
@@ -81,8 +81,9 @@
8181
}
8282
],
8383
"peerDependencies": {
84-
"react": "^16.13.1",
85-
"react-dom": "^16.13.1"
84+
"react": ">=17.0.0",
85+
"react-dom": ">=17.0.0",
86+
"react-scripts": ">=4.0.0"
8687
},
8788
"browser": {
8889
"fs": false

0 commit comments

Comments
 (0)