Skip to content

Commit

Permalink
Update dependency react-select to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 9, 2021
1 parent ed3c988 commit 18778e9
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 12 deletions.
4 changes: 2 additions & 2 deletions design-system/packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@keystone-ui/core": "^2.0.1",
"@keystone-ui/icons": "^2.0.1",
"@keystone-ui/popover": "^2.0.1",
"@types/react-select": "^3.1.2",
"@types/react-select": "^4.0.13",
"date-fns": "^2.19.0",
"react": "^17.0.1",
"react-day-picker": "npm:react-day-picker@^7.4.8",
"react-focus-lock": "^2.5.0",
"react-select": "^3.2.0"
"react-select": "^4.2.1"
},
"engines": {
"node": ">=10.0.0"
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@keystone-ui/core": "^2.0.1",
"@keystone-ui/fields": "^2.0.1",
"@keystone-ui/icons": "^2.0.1",
"@types/react-select": "^3.1.2",
"react-select": "^3.2.0"
"@types/react-select": "^4.0.13",
"react-select": "^4.2.1"
},
"engines": {
"node": ">=10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"react-prop-toggle": "^1.0.2",
"react-pseudo-state": "^2.2.2",
"react-router-dom": "5.2.0",
"react-select": "^3.2.0",
"react-select": "^4.2.1",
"react-toast-notifications": "^2.4.3",
"react-transition-group": "^4.4.1",
"react-uid": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"react-day-picker": "8.0.0-beta.3",
"react-dom": "^17.0.1",
"react-image": "^4.0.3",
"react-select": "^3.2.0",
"react-select": "^4.2.1",
"react-toast-notifications": "^2.4.3"
},
"devDependencies": {
Expand Down
33 changes: 27 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1644,6 +1644,13 @@
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.12.0":
version "7.13.10"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
dependencies:
regenerator-runtime "^0.13.4"

"@babel/template@^7.10.4", "@babel/template@^7.12.13", "@babel/template@^7.12.7", "@babel/template@^7.3.3":
version "7.12.13"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
Expand Down Expand Up @@ -1964,7 +1971,7 @@
"@emotion/utils" "0.11.3"
"@emotion/weak-memoize" "0.2.5"

"@emotion/cache@^11.1.3":
"@emotion/cache@^11.0.0", "@emotion/cache@^11.1.3":
version "11.1.3"
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.1.3.tgz#c7683a9484bcd38d5562f2b9947873cf66829afd"
integrity sha512-n4OWinUPJVaP6fXxWZD9OUeQ0lY7DvtmtSuqtRWT0Ofo/sBLCVSgb4/Oa0Q5eFxcwablRKjUXqXtNZVyEwCAuA==
Expand Down Expand Up @@ -2018,7 +2025,7 @@
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50"
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==

"@emotion/[email protected]":
"@emotion/[email protected]", "@emotion/react@^11.1.1":
version "11.1.5"
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.1.5.tgz#15e78f9822894cdc296e6f4e0688bac8120dfe66"
integrity sha512-xfnZ9NJEv9SU9K2sxXM06lzjK245xSeHRpUh67eARBm3PBHjjKIZlfWZ7UQvD0Obvw6ZKjlC79uHrlzFYpOB/Q==
Expand Down Expand Up @@ -3681,11 +3688,12 @@
dependencies:
"@types/react" "*"

"@types/react-select@^3.1.2":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@types/react-select/-/react-select-3.1.2.tgz#38627df4b49be9b28f800ed72b35d830369a624b"
integrity sha512-ygvR/2FL87R2OLObEWFootYzkvm67LRA+URYEAcBuvKk7IXmdsnIwSGm60cVXGaqkJQHozb2Cy1t94tCYb6rJA==
"@types/react-select@^4.0.13":
version "4.0.13"
resolved "https://registry.yarnpkg.com/@types/react-select/-/react-select-4.0.13.tgz#8d2c41a0df7fbf67ab0b995797b0e9b4e6b38cde"
integrity sha512-rXYEc565IzzjgQzs9C0YCFxV/QajMZnCHG5QwRQ5BZMfH0Lj90VI/xohawemRkD46IvpaLRbO6xzSquJlgBGUA==
dependencies:
"@emotion/serialize" "^1.0.0"
"@types/react" "*"
"@types/react-dom" "*"
"@types/react-transition-group" "*"
Expand Down Expand Up @@ -14908,6 +14916,19 @@ react-select@^3.2.0:
react-input-autosize "^3.0.0"
react-transition-group "^4.3.0"

react-select@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/react-select/-/react-select-4.2.1.tgz#15c4837dffc1c23e91b7fde606c468cc10000a06"
integrity sha512-JwwZjsR10AD5RXmx4iEkN0Ndim/uSaQ8j8cxMwOg8SJFeyXwu/m+sdSQ0ds0AWFm7hhXG9kusC3CQ/s4UNcOIg==
dependencies:
"@babel/runtime" "^7.12.0"
"@emotion/cache" "^11.0.0"
"@emotion/react" "^11.1.1"
memoize-one "^5.0.0"
prop-types "^15.6.0"
react-input-autosize "^3.0.0"
react-transition-group "^4.3.0"

react-side-effect@^1.1.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/react-side-effect/-/react-side-effect-1.2.0.tgz#0e940c78faba0c73b9b0eba9cd3dda8dfb7e7dae"
Expand Down

0 comments on commit 18778e9

Please sign in to comment.