Skip to content

Commit

Permalink
chore(dependencies): add React v18 support (#222)
Browse files Browse the repository at this point in the history
* chore(dependencies): add React v18 support

* chore(dependencies): add React v18 support
  • Loading branch information
caiotracera authored Jun 17, 2022
1 parent 9553193 commit ba8c1e3
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 @@ -64,8 +64,8 @@
"tiny-invariant": "^1.2.0"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0"
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"keywords": [
"command bar",
Expand Down

1 comment on commit ba8c1e3

@vercel
Copy link

@vercel vercel bot commented on ba8c1e3 Jun 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kbar – ./

kbar-git-main-timc.vercel.app
kbar-timc.vercel.app
kbar.vercel.app

Please sign in to comment.