Skip to content

Commit

Permalink
chore: bump peer dependencies for react and react-dom to ^19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfrey authored and timc1 committed Jan 31, 2025
1 parent 952d7c6 commit 5026838
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"tiny-invariant": "^1.2.0"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"keywords": [
"command bar",
Expand Down

0 comments on commit 5026838

Please sign in to comment.