Skip to content
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
112 changes: 106 additions & 6 deletions demo/package-lock.json

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

3 changes: 2 additions & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"chakra-react-select": "file:..",
"framer-motion": "^11.11.9",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"react-select": "5.10.0"
Copy link
Owner

@csandman csandman Jan 24, 2025

Choose a reason for hiding this comment

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

This shouldn't be a necessary dependency of the demo project, but I'll approve and then just remove it before I do a release. If you had just run a normal npm install in the demo folder, the newer version of react-select would have been added automatically, due to the change in the parent package.json.

},
"devDependencies": {
"@eslint/js": "^9.11.1",
Expand Down
24 changes: 13 additions & 11 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"postpublish": "git push --tags"
},
"dependencies": {
"react-select": "5.8.x"
"react-select": "5.10.0"
},
"peerDependencies": {
"@chakra-ui/react": "2.x",
Expand Down