Skip to content

Commit

Permalink
Update dependency react-select to ^5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 2, 2021
1 parent 9fe61eb commit 2757e1d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion design-system/packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^17.0.2",
"react-day-picker": "npm:react-day-picker@^7.4.8",
"react-focus-lock": "^2.5.2",
"react-select": "^5.1.0"
"react-select": "^5.2.0"
},
"engines": {
"node": "^12.20 || >= 14.13"
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@keystone-ui/fields": "^5.0.1",
"@keystone-ui/icons": "^4.0.2",
"@types/react-select": "^5.0.0",
"react-select": "^5.1.0"
"react-select": "^5.2.0"
},
"engines": {
"node": "^12.20 || >= 14.13"
Expand Down
15 changes: 14 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10447,7 +10447,7 @@ react-remove-scroll@^2.4.3:
use-callback-ref "^1.2.3"
use-sidecar "^1.0.1"

react-select@*, react-select@^5.1.0:
react-select@*:
version "5.1.0"
resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.1.0.tgz#ac384c8e25ba6f03126026192b2bdad0f53fbf50"
integrity sha512-SkEBD1AYsSXrIdNj5HBt7+Ehe+jxdiB448J0atJqR6lE3l/GcFlRf4JYB3NlHe/02jrW4AnIQLo1t0IqWrxXOw==
Expand All @@ -10460,6 +10460,19 @@ react-select@*, react-select@^5.1.0:
prop-types "^15.6.0"
react-transition-group "^4.3.0"

react-select@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.2.0.tgz#7535ac8f4ce7216033c0f2cd5c240ca6e4becb3b"
integrity sha512-JLH2/ei/m1an0Vu4ERMKvGgDB6yHLsgxltho2QennOLTq4Fx35GwGwh+2MFnz5EWgslX6G9rjclUTZWAA2DuBg==
dependencies:
"@babel/runtime" "^7.12.0"
"@emotion/cache" "^11.4.0"
"@emotion/react" "^11.1.1"
"@types/react-transition-group" "^4.4.0"
memoize-one "^5.0.0"
prop-types "^15.6.0"
react-transition-group "^4.3.0"

react-style-singleton@^2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/react-style-singleton/-/react-style-singleton-2.1.1.tgz#ce7f90b67618be2b6b94902a30aaea152ce52e66"
Expand Down

0 comments on commit 2757e1d

Please sign in to comment.