Skip to content

Commit

Permalink
Merge pull request #9
Browse files Browse the repository at this point in the history
Support React 18 ( #9 )
  • Loading branch information
Bunlong authored May 30, 2022
2 parents 22f6649 + fc6b7f8 commit 4b7f213
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-screen-capture",
"version": "1.0.1",
"version": "1.1.0",
"description": "A tiny React library allows you to take a snapshot of the webpage's screen or part of the screen.",
"author": "Bunlong <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -81,8 +81,9 @@
}
],
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react": ">=17.0.0",
"react-dom": ">=17.0.0",
"react-scripts": ">=4.0.0"
},
"browser": {
"fs": false
Expand Down

0 comments on commit 4b7f213

Please sign in to comment.