Skip to content

Commit 27c1a79

Browse files
authoredApr 6, 2022
Update peer dependencies to allow React 18 (#100)
1 parent 58b0202 commit 27c1a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": " React Component to lazy load images using a HOC to track window scroll position.",
55
"main": "build/index.js",
66
"peerDependencies": {
7-
"react": "^15.x.x || ^16.x.x || ^17.x.x",
8-
"react-dom": "^15.x.x || ^16.x.x || ^17.x.x"
7+
"react": "^15.x.x || ^16.x.x || ^17.x.x || ^18.x.x",
8+
"react-dom": "^15.x.x || ^16.x.x || ^17.x.x || ^18.x.x"
99
},
1010
"dependencies": {
1111
"lodash.debounce": "^4.0.8",

0 commit comments

Comments
 (0)
Please sign in to comment.