-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add support for React 19 (#141)
- Loading branch information
1 parent
178fb6d
commit 14f15ef
Showing
6 changed files
with
1,510 additions
and
2,010 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "react-in-viewport", | ||
"version": "1.0.0-beta.7", | ||
"version": "1.0.0-beta.8", | ||
"description": "Track React component in viewport using Intersection Observer API", | ||
"author": "Roderick Hsiao <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -45,7 +45,7 @@ | |
"@testing-library/react": "^14.0.0", | ||
"@types/hoist-non-react-statics": "^3.3.1", | ||
"@types/jest": "^29.0.0", | ||
"@types/react-test-renderer": "^18.0.0", | ||
"@types/react-test-renderer": "^19.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.17.0", | ||
"@typescript-eslint/parser": "^5.17.0", | ||
"add": "^2.0.6", | ||
|
@@ -67,10 +67,10 @@ | |
"jest-cli": "^29.0.0", | ||
"jest-environment-jsdom": "^29.3.1", | ||
"jest-junit": "^15.0.0", | ||
"react": "^18.0.0", | ||
"react": "^19.0.0", | ||
"react-aspect-ratio": "^1.1.8", | ||
"react-dom": "^18.0.0", | ||
"react-test-renderer": "^18.0.0", | ||
"react-dom": "^19.0.0", | ||
"react-test-renderer": "^19.0.0", | ||
"storybook": "^8.3.2", | ||
"typescript": "^5.0.0", | ||
"webpack": "^5.75.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.