Skip to content

Commit b5d6fb0

Browse files
committed
Libraries - Update react-select to 5.10.0
This PR updates the `react-select` dependency to the latest version which is fully compatible with React 19. It also solves issue #356 Reference: https://github.com/JedWatson/react-select/releases
1 parent d524a2c commit b5d6fb0

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

demo/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 13 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"postpublish": "git push --tags"
5252
},
5353
"dependencies": {
54-
"react-select": "5.8.x"
54+
"react-select": "5.10.0"
5555
},
5656
"peerDependencies": {
5757
"@chakra-ui/react": "2.x",

0 commit comments

Comments
 (0)