We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22f6649 + fc6b7f8 commit 4b7f213Copy full SHA for 4b7f213
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-screen-capture",
3
- "version": "1.0.1",
+ "version": "1.1.0",
4
"description": "A tiny React library allows you to take a snapshot of the webpage's screen or part of the screen.",
5
"author": "Bunlong <bunlong.van@gmail.com>",
6
"license": "MIT",
@@ -81,8 +81,9 @@
81
}
82
],
83
"peerDependencies": {
84
- "react": "^16.13.1",
85
- "react-dom": "^16.13.1"
+ "react": ">=17.0.0",
+ "react-dom": ">=17.0.0",
86
+ "react-scripts": ">=4.0.0"
87
},
88
"browser": {
89
"fs": false
0 commit comments