Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-intersection-observer to v9.10.1 #656

Merged
merged 1 commit into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"react-fullscreen-crossbrowser": "1.1.3",
"react-ga4": "2.1.0",
"react-i18next": "14.1.1",
"react-intersection-observer": "9.8.2",
"react-intersection-observer": "9.10.1",
"react-quill": "2.0.0",
"react-router": "6.23.0",
"react-router-dom": "6.23.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6276,7 +6276,7 @@ __metadata:
react-fullscreen-crossbrowser: "npm:1.1.3"
react-ga4: "npm:2.1.0"
react-i18next: "npm:14.1.1"
react-intersection-observer: "npm:9.8.2"
react-intersection-observer: "npm:9.10.1"
react-quill: "npm:2.0.0"
react-router: "npm:6.23.0"
react-router-dom: "npm:6.23.0"
Expand Down Expand Up @@ -9708,16 +9708,16 @@ __metadata:
languageName: node
linkType: hard

"react-intersection-observer@npm:9.8.2":
version: 9.8.2
resolution: "react-intersection-observer@npm:9.8.2"
"react-intersection-observer@npm:9.10.1":
version: 9.10.1
resolution: "react-intersection-observer@npm:9.10.1"
peerDependencies:
react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
peerDependenciesMeta:
react-dom:
optional: true
checksum: 10/0aeb780813758c9f529d80b92eb125e041a7cc155392f64fa84a463854f7106b6b465617a938b7dff492ca991bd4b466446ef006544ec130e9f21fdfd30a1e0b
checksum: 10/4dd8a1a73b40b2ae95c955a4fa6d5d7420885b7d6196c2ea53baf752fb6270adeb5777519785d34c9bf712d5da88e190f68d4fac1820a6b06135e79239e4a9dd
languageName: node
linkType: hard

Expand Down