Skip to content
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

chore(deps): bump react-select from 5.7.7 to 5.9.0 #6764

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion packages/react-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/color": "3.0.6",
"color": "4.2.3",
"emotion-normalize": "11.0.1",
"react-select": "5.7.7",
"react-select": "5.9.0",
"react-transition-group": "4.4.5"
},
"devDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5789,7 +5789,7 @@ __metadata:
react-dom: 18.3.1
react-helmet: 6.1.0
react-hot-loader: 4.13.1
react-select: 5.7.7
react-select: 5.9.0
react-styleguidist: 13.1.4
react-test-renderer: 18.3.1
react-transition-group: 4.4.5
Expand Down Expand Up @@ -17117,9 +17117,9 @@ __metadata:
languageName: node
linkType: hard

"react-select@npm:5.7.7":
version: 5.7.7
resolution: "react-select@npm:5.7.7"
"react-select@npm:5.9.0":
version: 5.9.0
resolution: "react-select@npm:5.9.0"
dependencies:
"@babel/runtime": ^7.12.0
"@emotion/cache": ^11.4.0
Expand All @@ -17129,11 +17129,11 @@ __metadata:
memoize-one: ^6.0.0
prop-types: ^15.6.0
react-transition-group: ^4.3.0
use-isomorphic-layout-effect: ^1.1.2
use-isomorphic-layout-effect: ^1.2.0
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 6fd0c211d377addba6e6762a614ae674936df39a3f46ec19fd06e7acae8d6cadeb93d4723b10e25eff1ff8235077bae9459f293936334d82b28fe5071081c057
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
checksum: 80888c3d36d65a63f50ed7fd1e70a0332953b12cf9cccd384179fd0b15c7c176be0354ef5e566f1b0eedd108346b4a3efac4e066173b6fe80628578eb4566699
languageName: node
linkType: hard

Expand Down Expand Up @@ -20539,15 +20539,15 @@ __metadata:
languageName: node
linkType: hard

"use-isomorphic-layout-effect@npm:^1.1.2":
version: 1.1.2
resolution: "use-isomorphic-layout-effect@npm:1.1.2"
"use-isomorphic-layout-effect@npm:^1.2.0":
version: 1.2.0
resolution: "use-isomorphic-layout-effect@npm:1.2.0"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: a6532f7fc9ae222c3725ff0308aaf1f1ddbd3c00d685ef9eee6714fd0684de5cb9741b432fbf51e61a784e2955424864f7ea9f99734a02f237b17ad3e18ea5cb
checksum: 84fc1074b4e3ee2886fde944baef4ec210453fc78861429fe50ae97be8209e492f18c059c6b2ff1a21df231d72d1638707dabca889bd9d7bee36f21c196a0d19
languageName: node
linkType: hard

Expand Down
Loading