We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcd8a31 + 62b4fd5 commit 06bada6Copy full SHA for 06bada6
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-infinite-scroll-component",
3
- "version": "7.0.0",
+ "version": "7.0.1",
4
"description": "An Infinite Scroll component in react.",
5
"engines": {
6
"node": ">=18.18.0"
@@ -43,8 +43,8 @@
43
},
44
"homepage": "https://github.com/ankeetmaini/react-infinite-scroll-component#readme",
45
"peerDependencies": {
46
- "react": "^17.0.0",
47
- "react-dom": "^17.0.0"
+ "react": ">=17.0.0",
+ "react-dom": ">=17.0.0"
48
49
"devDependencies": {
50
"@babel/core": "^7.20.0",
0 commit comments