We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b0202 commit 27c1a79Copy full SHA for 27c1a79
package.json
@@ -4,8 +4,8 @@
4
"description": " React Component to lazy load images using a HOC to track window scroll position.",
5
"main": "build/index.js",
6
"peerDependencies": {
7
- "react": "^15.x.x || ^16.x.x || ^17.x.x",
8
- "react-dom": "^15.x.x || ^16.x.x || ^17.x.x"
+ "react": "^15.x.x || ^16.x.x || ^17.x.x || ^18.x.x",
+ "react-dom": "^15.x.x || ^16.x.x || ^17.x.x || ^18.x.x"
9
},
10
"dependencies": {
11
"lodash.debounce": "^4.0.8",
0 commit comments