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

Update dependency react-select to v5.7.4 #1556

Merged
merged 1 commit into from
Jul 13, 2023
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react-popper": "2.3.0",
"react-router": "6.14.1",
"react-router-dom": "6.14.1",
"react-select": "5.7.3",
"react-select": "5.7.4",
"react-waypoint": "10.3.0",
"regenerator-runtime": "0.13.11",
"sass": "1.63.6",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11227,9 +11227,9 @@ __metadata:
languageName: node
linkType: hard

"react-select@npm:5.7.3":
version: 5.7.3
resolution: "react-select@npm:5.7.3"
"react-select@npm:5.7.4":
version: 5.7.4
resolution: "react-select@npm:5.7.4"
dependencies:
"@babel/runtime": ^7.12.0
"@emotion/cache": ^11.4.0
Expand All @@ -11243,7 +11243,7 @@ __metadata:
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 9ffa75afb395e7077076521c529611494164ace0c6b1ceb249406991ac668947cfd0424812c15c2a45c792bb2794b22f2df93c4c2f2515962b7dfc7c91b029ec
checksum: ca72941ad1d2c578ec04c09ed3deb7e373f987e589f403fadedc6fcc3e29935b5425ec4d2628f0fe58c21319bcaf153c0d0172432e09fc6423da869d848de757
languageName: node
linkType: hard

Expand Down Expand Up @@ -11694,7 +11694,7 @@ __metadata:
react-popper: 2.3.0
react-router: 6.14.1
react-router-dom: 6.14.1
react-select: 5.7.3
react-select: 5.7.4
react-waypoint: 10.3.0
regenerator-runtime: 0.13.11
sass: 1.63.6
Expand Down
Loading