Skip to content

chore: Update React/React DOM dependency ranges #360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ to update to v2. If you don't have Chakra UI installed already, you can install
it like this:

```sh
npm i @chakra-ui/react @emotion/react@^11.8.1 @emotion/styled@^11 framer-motion@^6
npm i @chakra-ui/react@2 @emotion/react @emotion/styled framer-motion
# ...or...
yarn add @chakra-ui/react @emotion/react@^11.8.1 @emotion/styled@^11 framer-motion@^6
yarn add @chakra-ui/react@2 @emotion/react @emotion/styled framer-motion
```

> [!NOTE]
Expand All @@ -110,9 +110,9 @@ After Chakra UI is set up,
[install this package from NPM](https://www.npmjs.com/package/chakra-react-select):

```sh
npm i chakra-react-select
npm i chakra-react-select@chakra2 # or @5
# ...or...
yarn add chakra-react-select
yarn add chakra-react-select@chakra2 # or @5
```

Once installed, you can import the base select package, the async select, the
Expand Down
42 changes: 30 additions & 12 deletions demo/package-lock.json

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

Loading
Loading