Skip to content

Commit f60569e

Browse files
committed
feat: Upgrade react-select
BREAKING CHANGE: react-select is upgraded from v2 to v4. It should not impact you but you should be extra careful around the areas that use a select. Values are now normalized: JedWatson/react-select#4339 The onChange callback receives values that are more coherent now (array if multi select, value is always an array (can be empty), if a single select, value can be object/null. V4 changelog: https://github.com/JedWatson/react-select/blob/master/packages/react-select/CHANGELOG.md#400 V3 changelog: https://github.com/JedWatson/react-select/blob/master/packages/react-select/CHANGELOG.md#300
1 parent ab1c5de commit f60569e

File tree

2 files changed

+77
-151
lines changed

2 files changed

+77
-151
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"react-pdf": "^4.0.5",
153153
"react-popper": "^2.2.3",
154154
"react-remove-scroll": "^2.4.0",
155-
"react-select": "^2.2.0",
155+
"react-select": "^4.3.0",
156156
"react-swipeable-views": "^0.13.3"
157157
},
158158
"peerDependencies": {

yarn.lock

Lines changed: 76 additions & 150 deletions
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@
878878
dependencies:
879879
regenerator-runtime "^0.13.2"
880880

881-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
881+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.0", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
882882
version "7.13.10"
883883
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
884884
integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
@@ -1129,57 +1129,70 @@
11291129
dependencies:
11301130
microee "0.0.6"
11311131

1132-
"@emotion/babel-utils@^0.6.4":
1133-
version "0.6.10"
1134-
resolved "https://registry.yarnpkg.com/@emotion/babel-utils/-/babel-utils-0.6.10.tgz#83dbf3dfa933fae9fc566e54fbb45f14674c6ccc"
1135-
integrity sha512-/fnkM/LTEp3jKe++T0KyTszVGWNKPNOUJfjNKLO17BzQ6QPxgbg3whayom1Qr2oLFH3V92tDymU+dT5q676uow==
1132+
"@emotion/cache@^11.0.0", "@emotion/cache@^11.1.3":
1133+
version "11.1.3"
1134+
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.1.3.tgz#c7683a9484bcd38d5562f2b9947873cf66829afd"
1135+
integrity sha512-n4OWinUPJVaP6fXxWZD9OUeQ0lY7DvtmtSuqtRWT0Ofo/sBLCVSgb4/Oa0Q5eFxcwablRKjUXqXtNZVyEwCAuA==
11361136
dependencies:
1137-
"@emotion/hash" "^0.6.6"
1138-
"@emotion/memoize" "^0.6.6"
1139-
"@emotion/serialize" "^0.9.1"
1140-
convert-source-map "^1.5.1"
1141-
find-root "^1.1.0"
1142-
source-map "^0.7.2"
1143-
1144-
"@emotion/hash@^0.6.2", "@emotion/hash@^0.6.6":
1145-
version "0.6.6"
1146-
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.6.6.tgz#62266c5f0eac6941fece302abad69f2ee7e25e44"
1147-
integrity sha512-ojhgxzUHZ7am3D2jHkMzPpsBAiB005GF5YU4ea+8DNPybMk01JJUM9V9YRlF/GE95tcOm8DxQvWA2jq19bGalQ==
1137+
"@emotion/memoize" "^0.7.4"
1138+
"@emotion/sheet" "^1.0.0"
1139+
"@emotion/utils" "^1.0.0"
1140+
"@emotion/weak-memoize" "^0.2.5"
1141+
stylis "^4.0.3"
11481142

11491143
"@emotion/hash@^0.8.0":
11501144
version "0.8.0"
11511145
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413"
11521146
integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==
11531147

1154-
"@emotion/memoize@^0.6.1", "@emotion/memoize@^0.6.6":
1155-
version "0.6.6"
1156-
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.6.6.tgz#004b98298d04c7ca3b4f50ca2035d4f60d2eed1b"
1157-
integrity sha512-h4t4jFjtm1YV7UirAFuSuFGyLa+NNxjdkq6DpFLANNQY5rHueFZHVY+8Cu1HYVP6DrheB0kv4m5xPjo7eKT7yQ==
1148+
"@emotion/memoize@^0.7.4":
1149+
version "0.7.5"
1150+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50"
1151+
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
11581152

1159-
"@emotion/serialize@^0.9.1":
1160-
version "0.9.1"
1161-
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.9.1.tgz#a494982a6920730dba6303eb018220a2b629c145"
1162-
integrity sha512-zTuAFtyPvCctHBEL8KZ5lJuwBanGSutFEncqLn/m9T1a6a93smBStK+bZzcNPgj4QS8Rkw9VTwJGhRIUVO8zsQ==
1153+
"@emotion/react@^11.1.1":
1154+
version "11.1.5"
1155+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.1.5.tgz#15e78f9822894cdc296e6f4e0688bac8120dfe66"
1156+
integrity sha512-xfnZ9NJEv9SU9K2sxXM06lzjK245xSeHRpUh67eARBm3PBHjjKIZlfWZ7UQvD0Obvw6ZKjlC79uHrlzFYpOB/Q==
1157+
dependencies:
1158+
"@babel/runtime" "^7.7.2"
1159+
"@emotion/cache" "^11.1.3"
1160+
"@emotion/serialize" "^1.0.0"
1161+
"@emotion/sheet" "^1.0.1"
1162+
"@emotion/utils" "^1.0.0"
1163+
"@emotion/weak-memoize" "^0.2.5"
1164+
hoist-non-react-statics "^3.3.1"
1165+
1166+
"@emotion/serialize@^1.0.0":
1167+
version "1.0.1"
1168+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.1.tgz#322cdebfdbb5a88946f17006548191859b9b0855"
1169+
integrity sha512-TXlKs5sgUKhFlszp/rg4lIAZd7UUSmJpwaf9/lAEFcUh2vPi32i7x4wk7O8TN8L8v2Ol8k0CxnhRBY0zQalTxA==
11631170
dependencies:
1164-
"@emotion/hash" "^0.6.6"
1165-
"@emotion/memoize" "^0.6.6"
1166-
"@emotion/unitless" "^0.6.7"
1167-
"@emotion/utils" "^0.8.2"
1171+
"@emotion/hash" "^0.8.0"
1172+
"@emotion/memoize" "^0.7.4"
1173+
"@emotion/unitless" "^0.7.5"
1174+
"@emotion/utils" "^1.0.0"
1175+
csstype "^3.0.2"
11681176

1169-
"@emotion/stylis@^0.7.0":
1170-
version "0.7.1"
1171-
resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.7.1.tgz#50f63225e712d99e2b2b39c19c70fff023793ca5"
1172-
integrity sha512-/SLmSIkN13M//53TtNxgxo57mcJk/UJIDFRKwOiLIBEyBHEcipgR6hNMQ/59Sl4VjCJ0Z/3zeAZyvnSLPG/1HQ==
1177+
"@emotion/sheet@^1.0.0", "@emotion/sheet@^1.0.1":
1178+
version "1.0.1"
1179+
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.0.1.tgz#245f54abb02dfd82326e28689f34c27aa9b2a698"
1180+
integrity sha512-GbIvVMe4U+Zc+929N1V7nW6YYJtidj31lidSmdYcWozwoBIObXBnaJkKNDjZrLm9Nc0BR+ZyHNaRZxqNZbof5g==
11731181

1174-
"@emotion/unitless@^0.6.2", "@emotion/unitless@^0.6.7":
1175-
version "0.6.7"
1176-
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.6.7.tgz#53e9f1892f725b194d5e6a1684a7b394df592397"
1177-
integrity sha512-Arj1hncvEVqQ2p7Ega08uHLr1JuRYBuO5cIvcA+WWEQ5+VmkOE3ZXzl04NbQxeQpWX78G7u6MqxKuNX3wvYZxg==
1182+
"@emotion/unitless@^0.7.5":
1183+
version "0.7.5"
1184+
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
1185+
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
11781186

1179-
"@emotion/utils@^0.8.2":
1180-
version "0.8.2"
1181-
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.8.2.tgz#576ff7fb1230185b619a75d258cbc98f0867a8dc"
1182-
integrity sha512-rLu3wcBWH4P5q1CGoSSH/i9hrXs7SlbRLkoq9IGuoPYNGQvDJ3pt/wmOM+XgYjIDRMVIdkUWt0RsfzF50JfnCw==
1187+
"@emotion/utils@^1.0.0":
1188+
version "1.0.0"
1189+
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.0.0.tgz#abe06a83160b10570816c913990245813a2fd6af"
1190+
integrity sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA==
1191+
1192+
"@emotion/weak-memoize@^0.2.5":
1193+
version "0.2.5"
1194+
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
1195+
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
11831196

11841197
"@jest/console@^24.7.1", "@jest/console@^24.9.0":
11851198
version "24.9.0"
@@ -2938,24 +2951,6 @@ babel-plugin-dynamic-import-node@^2.3.3:
29382951
dependencies:
29392952
object.assign "^4.1.0"
29402953

2941-
babel-plugin-emotion@^9.2.11:
2942-
version "9.2.11"
2943-
resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-9.2.11.tgz#319c005a9ee1d15bb447f59fe504c35fd5807728"
2944-
integrity sha512-dgCImifnOPPSeXod2znAmgc64NhaaOjGEHROR/M+lmStb3841yK1sgaDYAYMnlvWNz8GnpwIPN0VmNpbWYZ+VQ==
2945-
dependencies:
2946-
"@babel/helper-module-imports" "^7.0.0"
2947-
"@emotion/babel-utils" "^0.6.4"
2948-
"@emotion/hash" "^0.6.2"
2949-
"@emotion/memoize" "^0.6.1"
2950-
"@emotion/stylis" "^0.7.0"
2951-
babel-plugin-macros "^2.0.0"
2952-
babel-plugin-syntax-jsx "^6.18.0"
2953-
convert-source-map "^1.5.0"
2954-
find-root "^1.1.0"
2955-
mkdirp "^0.5.1"
2956-
source-map "^0.5.7"
2957-
touch "^2.0.1"
2958-
29592954
29602955
version "0.3.2"
29612956
resolved "https://registry.yarnpkg.com/babel-plugin-inline-json-import/-/babel-plugin-inline-json-import-0.3.2.tgz#fdec1a59364d632895d421aec4c9435ccbbcadd3"
@@ -2979,20 +2974,6 @@ babel-plugin-jest-hoist@^24.9.0:
29792974
dependencies:
29802975
"@types/babel__traverse" "^7.0.6"
29812976

2982-
babel-plugin-macros@^2.0.0:
2983-
version "2.8.0"
2984-
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138"
2985-
integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==
2986-
dependencies:
2987-
"@babel/runtime" "^7.7.2"
2988-
cosmiconfig "^6.0.0"
2989-
resolve "^1.12.0"
2990-
2991-
babel-plugin-syntax-jsx@^6.18.0:
2992-
version "6.18.0"
2993-
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
2994-
integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=
2995-
29962977
29972978
version "6.26.0"
29982979
resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.26.0.tgz#379937abc67d7895970adc621f284cd966cf2153"
@@ -4445,7 +4426,7 @@ conventional-commits-parser@^3.0.0, conventional-commits-parser@^3.0.7:
44454426
through2 "^4.0.0"
44464427
trim-off-newlines "^1.0.0"
44474428

4448-
convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.5.1, convert-source-map@^1.7.0:
4429+
convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.7.0:
44494430
version "1.7.0"
44504431
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
44514432
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
@@ -4665,19 +4646,6 @@ create-ecdh@^4.0.0:
46654646
bn.js "^4.1.0"
46664647
elliptic "^6.0.0"
46674648

4668-
create-emotion@^9.2.12:
4669-
version "9.2.12"
4670-
resolved "https://registry.yarnpkg.com/create-emotion/-/create-emotion-9.2.12.tgz#0fc8e7f92c4f8bb924b0fef6781f66b1d07cb26f"
4671-
integrity sha512-P57uOF9NL2y98Xrbl2OuiDQUZ30GVmASsv5fbsjF4Hlraip2kyAvMm+2PoYUvFFw03Fhgtxk3RqZSm2/qHL9hA==
4672-
dependencies:
4673-
"@emotion/hash" "^0.6.2"
4674-
"@emotion/memoize" "^0.6.1"
4675-
"@emotion/stylis" "^0.7.0"
4676-
"@emotion/unitless" "^0.6.2"
4677-
csstype "^2.5.2"
4678-
stylis "^3.5.0"
4679-
stylis-rule-sheet "^0.0.10"
4680-
46814649
create-error-class@^3.0.0:
46824650
version "3.0.2"
46834651
resolved "https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6"
@@ -5458,13 +5426,6 @@ dom-converter@^0.2:
54585426
dependencies:
54595427
utila "~0.4"
54605428

5461-
dom-helpers@^3.4.0:
5462-
version "3.4.0"
5463-
resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-3.4.0.tgz#e9b369700f959f62ecde5a6babde4bccd9169af8"
5464-
integrity sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA==
5465-
dependencies:
5466-
"@babel/runtime" "^7.1.2"
5467-
54685429
dom-helpers@^5.0.1:
54695430
version "5.2.0"
54705431
resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-5.2.0.tgz#57fd054c5f8f34c52a3eeffdb7e7e93cd357d95b"
@@ -5665,14 +5626,6 @@ emojis-list@^3.0.0:
56655626
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
56665627
integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==
56675628

5668-
emotion@^9.1.2:
5669-
version "9.2.12"
5670-
resolved "https://registry.yarnpkg.com/emotion/-/emotion-9.2.12.tgz#53925aaa005614e65c6e43db8243c843574d1ea9"
5671-
integrity sha512-hcx7jppaI8VoXxIWEhxpDW7I+B4kq9RNzQLmsrF6LY8BGKqe2N+gFAQr0EfuFucFlPs2A9HM4+xNj4NeqEWIOQ==
5672-
dependencies:
5673-
babel-plugin-emotion "^9.2.11"
5674-
create-emotion "^9.2.12"
5675-
56765629
encodeurl@~1.0.2:
56775630
version "1.0.2"
56785631
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
@@ -6628,11 +6581,6 @@ find-npm-prefix@^1.0.2:
66286581
resolved "https://registry.yarnpkg.com/find-npm-prefix/-/find-npm-prefix-1.0.2.tgz#8d8ce2c78b3b4b9e66c8acc6a37c231eb841cfdf"
66296582
integrity sha512-KEftzJ+H90x6pcKtdXZEPsQse8/y/UnvzRKrOSQFprnrGaFuJ62fVkP34Iu2IYuMvyauCyoLTNkJZgrrGA2wkA==
66306583

6631-
find-root@^1.1.0:
6632-
version "1.1.0"
6633-
resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4"
6634-
integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==
6635-
66366584
[email protected], find-up@^3.0.0:
66376585
version "3.0.0"
66386586
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
@@ -7520,7 +7468,7 @@ hmac-drbg@^1.0.0:
75207468
minimalistic-assert "^1.0.0"
75217469
minimalistic-crypto-utils "^1.0.1"
75227470

7523-
hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
7471+
hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1, hoist-non-react-statics@^3.3.2:
75247472
version "3.3.2"
75257473
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
75267474
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -13551,10 +13499,10 @@ react-icons@^3.7.0:
1355113499
dependencies:
1355213500
camelcase "^5.0.0"
1355313501

13554-
react-input-autosize@^2.2.1:
13555-
version "2.2.1"
13556-
resolved "https://registry.yarnpkg.com/react-input-autosize/-/react-input-autosize-2.2.1.tgz#ec428fa15b1592994fb5f9aa15bb1eb6baf420f8"
13557-
integrity sha512-3+K4CD13iE4lQQ2WlF8PuV5htfmTRLH6MDnfndHM6LuBRszuXnuyIfE7nhSKt8AzRBZ50bu0sAhkNMeS5pxQQA==
13502+
react-input-autosize@^3.0.0:
13503+
version "3.0.0"
13504+
resolved "https://registry.yarnpkg.com/react-input-autosize/-/react-input-autosize-3.0.0.tgz#6b5898c790d4478d69420b55441fcc31d5c50a85"
13505+
integrity sha512-nL9uS7jEs/zu8sqwFE5MAPx6pPkNAriACQ2rGLlqmKr2sPGtN7TXTyDdQt4lbNXVx7Uzadb40x8qotIuru6Rhg==
1355813506
dependencies:
1355913507
prop-types "^15.5.8"
1356013508

@@ -13636,18 +13584,18 @@ react-remove-scroll@^2.4.0:
1363613584
use-callback-ref "^1.2.3"
1363713585
use-sidecar "^1.0.1"
1363813586

13639-
react-select@^2.2.0:
13640-
version "2.4.4"
13641-
resolved "https://registry.yarnpkg.com/react-select/-/react-select-2.4.4.tgz#ba72468ef1060c7d46fbb862b0748f96491f1f73"
13642-
integrity sha512-C4QPLgy9h42J/KkdrpVxNmkY6p4lb49fsrbDk/hRcZpX7JvZPNb6mGj+c5SzyEtBv1DmQ9oPH4NmhAFvCrg8Jw==
13587+
react-select@^4.3.0:
13588+
version "4.3.0"
13589+
resolved "https://registry.yarnpkg.com/react-select/-/react-select-4.3.0.tgz#6bde634ae7a378b49f3833c85c126f533483fa2e"
13590+
integrity sha512-SBPD1a3TJqE9zoI/jfOLCAoLr/neluaeokjOixr3zZ1vHezkom8K0A9J4QG9IWDqIDE9K/Mv+0y1GjidC2PDtQ==
1364313591
dependencies:
13644-
classnames "^2.2.5"
13645-
emotion "^9.1.2"
13592+
"@babel/runtime" "^7.12.0"
13593+
"@emotion/cache" "^11.0.0"
13594+
"@emotion/react" "^11.1.1"
1364613595
memoize-one "^5.0.0"
1364713596
prop-types "^15.6.0"
13648-
raf "^3.4.0"
13649-
react-input-autosize "^2.2.1"
13650-
react-transition-group "^2.2.1"
13597+
react-input-autosize "^3.0.0"
13598+
react-transition-group "^4.3.0"
1365113599

1365213600
react-simple-code-editor@^0.9.7:
1365313601
version "0.9.15"
@@ -13772,17 +13720,7 @@ [email protected], react-test-renderer@^16.0.0-0:
1377213720
react-is "^16.8.6"
1377313721
scheduler "^0.18.0"
1377413722

13775-
react-transition-group@^2.2.1:
13776-
version "2.9.0"
13777-
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-2.9.0.tgz#df9cdb025796211151a436c69a8f3b97b5b07c8d"
13778-
integrity sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg==
13779-
dependencies:
13780-
dom-helpers "^3.4.0"
13781-
loose-envify "^1.4.0"
13782-
prop-types "^15.6.2"
13783-
react-lifecycles-compat "^3.0.4"
13784-
13785-
react-transition-group@^4.4.0:
13723+
react-transition-group@^4.3.0, react-transition-group@^4.4.0:
1378613724
version "4.4.1"
1378713725
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.1.tgz#63868f9325a38ea5ee9535d828327f85773345c9"
1378813726
integrity sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw==
@@ -14726,7 +14664,7 @@ [email protected]:
1472614664
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
1472714665
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
1472814666

14729-
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.17.0, resolve@^1.3.2, resolve@^1.6.0, resolve@^1.8.1:
14667+
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.17.0, resolve@^1.3.2, resolve@^1.6.0, resolve@^1.8.1:
1473014668
version "1.20.0"
1473114669
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
1473214670
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
@@ -15410,7 +15348,7 @@ source-map@^0.1.34:
1541015348
dependencies:
1541115349
amdefine ">=0.0.4"
1541215350

15413-
source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7:
15351+
source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6:
1541415352
version "0.5.7"
1541515353
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
1541615354
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
@@ -15420,7 +15358,7 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1:
1542015358
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
1542115359
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
1542215360

15423-
source-map@^0.7.2, source-map@^0.7.3:
15361+
source-map@^0.7.3:
1542415362
version "0.7.3"
1542515363
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
1542615364
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
@@ -15907,15 +15845,10 @@ [email protected]:
1590715845
user-home "2.0.0"
1590815846
yargs "4.7.1"
1590915847

15910-
stylis-rule-sheet@^0.0.10:
15911-
version "0.0.10"
15912-
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430"
15913-
integrity sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw==
15914-
15915-
stylis@^3.5.0:
15916-
version "3.5.4"
15917-
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe"
15918-
integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==
15848+
stylis@^4.0.3:
15849+
version "4.0.8"
15850+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.8.tgz#b03cc47dcedcd2dbac93d8224e687c43ceda4e20"
15851+
integrity sha512-WCHD2YHu2gp4GN9M8TqD7DZljL/UC5mIFaKyYJRuRyPdnqkTqzTnxCIQ1Z3VgQvz1aPcua5bSS2h0HrcbDUdBg==
1591915852

1592015853
1592115854
version "3.0.2"
@@ -16403,13 +16336,6 @@ toposort@^1.0.0:
1640316336
resolved "https://registry.yarnpkg.com/toposort/-/toposort-1.0.7.tgz#2e68442d9f64ec720b8cc89e6443ac6caa950029"
1640416337
integrity sha1-LmhELZ9k7HILjMieZEOsbKqVACk=
1640516338

16406-
touch@^2.0.1:
16407-
version "2.0.2"
16408-
resolved "https://registry.yarnpkg.com/touch/-/touch-2.0.2.tgz#ca0b2a3ae3211246a61b16ba9e6cbf1596287164"
16409-
integrity sha512-qjNtvsFXTRq7IuMLweVgFxmEuQ6gLbRs2jQxL80TtZ31dEKWYIxRXquij6w6VimyDek5hD3PytljHmEtAs2u0A==
16410-
dependencies:
16411-
nopt "~1.0.10"
16412-
1641316339
touch@^3.1.0:
1641416340
version "3.1.0"
1641516341
resolved "https://registry.yarnpkg.com/touch/-/touch-3.1.0.tgz#fe365f5f75ec9ed4e56825e0bb76d24ab74af83b"

0 commit comments

Comments
 (0)