Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 27c1a79

Browse files
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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /