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

fix(deps): update dependency react-select to v5.8.3 #193

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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react-ga4": "2.1.0",
"react-i18next": "15.0.2",
"react-router-dom": "6.26.2",
"react-select": "5.8.0",
"react-select": "5.8.3",
"react-toastify": "10.0.5",
"react-wordcloud": "1.2.7",
"stopword": "3.1.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9278,7 +9278,7 @@ __metadata:
react-ga4: "npm:2.1.0"
react-i18next: "npm:15.0.2"
react-router-dom: "npm:6.26.2"
react-select: "npm:5.8.0"
react-select: "npm:5.8.3"
react-toastify: "npm:10.0.5"
react-wordcloud: "npm:1.2.7"
standard-version: "npm:9.5.0"
Expand Down Expand Up @@ -12331,9 +12331,9 @@ __metadata:
languageName: node
linkType: hard

"react-select@npm:5.8.0":
version: 5.8.0
resolution: "react-select@npm:5.8.0"
"react-select@npm:5.8.3":
version: 5.8.3
resolution: "react-select@npm:5.8.3"
dependencies:
"@babel/runtime": "npm:^7.12.0"
"@emotion/cache": "npm:^11.4.0"
Expand All @@ -12347,7 +12347,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: 10/04d3639ea1872a9e4d9080ece1947432fc595403c0a740f671a1b7f7dd2639288cb133ec7a2b1ac20fad69fd303d696c2f924763405e0e1d93b847e54df9e966
checksum: 10/16a4543b1d9ffbf54dd2f749cc5ff765254ad96186fbdac164c1e20e3c40a7c64b726e020050775b3d54d10b9ac6e60ff9eb7fd443010982496dad814958e5fa
languageName: node
linkType: hard

Expand Down
Loading