Skip to content

Commit

Permalink
Merge pull request #35 from storybookjs/yann/support-react-19
Browse files Browse the repository at this point in the history
Support React 19
  • Loading branch information
yannbf authored Dec 6, 2024
2 parents 62a5b8c + 68d991b commit 81819cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
"vite": "4.2.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta"
},
"bugs": {
"url": "https://github.com/storybookjs/icons/issues"
Expand Down

0 comments on commit 81819cc

Please sign in to comment.