Skip to content

Commit

Permalink
adding react 19 as a valid version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcain committed Dec 11, 2024
1 parent 36cbe71 commit f7f0d1c
Show file tree
Hide file tree
Showing 2 changed files with 779 additions and 910 deletions.
6 changes: 3 additions & 3 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"main": "dist/index.js",
"module": "esm/index.js",
"version": "1.5.2",
"version": "1.5.3",
"keywords": [
"bioinformatics",
"gene page",
Expand All @@ -28,8 +28,8 @@
"src"
],
"peerDependencies": {
"react": "^17.0.1 || ^18.0.0",
"react-dom": "^17.0.1 || ^18.0.0"
"react": "^17.0.1 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.1 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"@gmod/indexedfasta": "^2.0.4",
Expand Down
Loading

0 comments on commit f7f0d1c

Please sign in to comment.