skywrace

chore: Install native-base package for ui

...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
8 * @format 8 * @format
9 */ 9 */
10 10
11 +import {NativeBaseProvider} from 'native-base';
11 import React from 'react'; 12 import React from 'react';
12 import { 13 import {
13 SafeAreaView, 14 SafeAreaView,
...@@ -63,6 +64,7 @@ const App = () => { ...@@ -63,6 +64,7 @@ const App = () => {
63 }; 64 };
64 65
65 return ( 66 return (
67 + <NativeBaseProvider>
66 <SafeAreaView style={backgroundStyle}> 68 <SafeAreaView style={backgroundStyle}>
67 <StatusBar barStyle={isDarkMode ? 'light-content' : 'dark-content'} /> 69 <StatusBar barStyle={isDarkMode ? 'light-content' : 'dark-content'} />
68 <ScrollView 70 <ScrollView
...@@ -90,6 +92,7 @@ const App = () => { ...@@ -90,6 +92,7 @@ const App = () => {
90 </View> 92 </View>
91 </ScrollView> 93 </ScrollView>
92 </SafeAreaView> 94 </SafeAreaView>
95 + </NativeBaseProvider>
93 ); 96 );
94 }; 97 };
95 98
......
...@@ -282,6 +282,12 @@ PODS: ...@@ -282,6 +282,12 @@ PODS:
282 - React-jsinspector (0.68.1) 282 - React-jsinspector (0.68.1)
283 - React-logger (0.68.1): 283 - React-logger (0.68.1):
284 - glog 284 - glog
285 + - react-native-safe-area-context (4.2.5):
286 + - RCT-Folly
287 + - RCTRequired
288 + - RCTTypeSafety
289 + - React
290 + - ReactCommon/turbomodule/core
285 - React-perflogger (0.68.1) 291 - React-perflogger (0.68.1)
286 - React-RCTActionSheet (0.68.1): 292 - React-RCTActionSheet (0.68.1):
287 - React-Core/RCTActionSheetHeaders (= 0.68.1) 293 - React-Core/RCTActionSheetHeaders (= 0.68.1)
...@@ -347,6 +353,8 @@ PODS: ...@@ -347,6 +353,8 @@ PODS:
347 - React-jsi (= 0.68.1) 353 - React-jsi (= 0.68.1)
348 - React-logger (= 0.68.1) 354 - React-logger (= 0.68.1)
349 - React-perflogger (= 0.68.1) 355 - React-perflogger (= 0.68.1)
356 + - RNSVG (12.3.0):
357 + - React-Core
350 - SocketRocket (0.6.0) 358 - SocketRocket (0.6.0)
351 - Yoga (1.14.0) 359 - Yoga (1.14.0)
352 - YogaKit (1.18.1): 360 - YogaKit (1.18.1):
...@@ -395,6 +403,7 @@ DEPENDENCIES: ...@@ -395,6 +403,7 @@ DEPENDENCIES:
395 - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`) 403 - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
396 - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`) 404 - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
397 - React-logger (from `../node_modules/react-native/ReactCommon/logger`) 405 - React-logger (from `../node_modules/react-native/ReactCommon/logger`)
406 + - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
398 - React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`) 407 - React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
399 - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`) 408 - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
400 - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`) 409 - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
...@@ -407,6 +416,7 @@ DEPENDENCIES: ...@@ -407,6 +416,7 @@ DEPENDENCIES:
407 - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`) 416 - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
408 - React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`) 417 - React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
409 - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) 418 - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
419 + - RNSVG (from `../node_modules/react-native-svg`)
410 - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) 420 - Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
411 421
412 SPEC REPOS: 422 SPEC REPOS:
...@@ -464,6 +474,8 @@ EXTERNAL SOURCES: ...@@ -464,6 +474,8 @@ EXTERNAL SOURCES:
464 :path: "../node_modules/react-native/ReactCommon/jsinspector" 474 :path: "../node_modules/react-native/ReactCommon/jsinspector"
465 React-logger: 475 React-logger:
466 :path: "../node_modules/react-native/ReactCommon/logger" 476 :path: "../node_modules/react-native/ReactCommon/logger"
477 + react-native-safe-area-context:
478 + :path: "../node_modules/react-native-safe-area-context"
467 React-perflogger: 479 React-perflogger:
468 :path: "../node_modules/react-native/ReactCommon/reactperflogger" 480 :path: "../node_modules/react-native/ReactCommon/reactperflogger"
469 React-RCTActionSheet: 481 React-RCTActionSheet:
...@@ -488,6 +500,8 @@ EXTERNAL SOURCES: ...@@ -488,6 +500,8 @@ EXTERNAL SOURCES:
488 :path: "../node_modules/react-native/ReactCommon/runtimeexecutor" 500 :path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
489 ReactCommon: 501 ReactCommon:
490 :path: "../node_modules/react-native/ReactCommon" 502 :path: "../node_modules/react-native/ReactCommon"
503 + RNSVG:
504 + :path: "../node_modules/react-native-svg"
491 Yoga: 505 Yoga:
492 :path: "../node_modules/react-native/ReactCommon/yoga" 506 :path: "../node_modules/react-native/ReactCommon/yoga"
493 507
...@@ -523,6 +537,7 @@ SPEC CHECKSUMS: ...@@ -523,6 +537,7 @@ SPEC CHECKSUMS:
523 React-jsiexecutor: 4a4bae5671b064a2248a690cf75957669489d08c 537 React-jsiexecutor: 4a4bae5671b064a2248a690cf75957669489d08c
524 React-jsinspector: 218a2503198ff28a085f8e16622a8d8f507c8019 538 React-jsinspector: 218a2503198ff28a085f8e16622a8d8f507c8019
525 React-logger: f79dd3cc0f9b44f5611c6c7862badd891a862cf8 539 React-logger: f79dd3cc0f9b44f5611c6c7862badd891a862cf8
540 + react-native-safe-area-context: ebf8c413eb8b5f7c392a036a315eb7b46b96845f
526 React-perflogger: 30ab8d6db10e175626069e742eead3ebe8f24fd5 541 React-perflogger: 30ab8d6db10e175626069e742eead3ebe8f24fd5
527 React-RCTActionSheet: 4b45da334a175b24dabe75f856b98fed3dfd6201 542 React-RCTActionSheet: 4b45da334a175b24dabe75f856b98fed3dfd6201
528 React-RCTAnimation: d6237386cb04500889877845b3e9e9291146bc2e 543 React-RCTAnimation: d6237386cb04500889877845b3e9e9291146bc2e
...@@ -535,6 +550,7 @@ SPEC CHECKSUMS: ...@@ -535,6 +550,7 @@ SPEC CHECKSUMS:
535 React-RCTVibration: 9e344c840176b0af9c84d5019eb4fed8b3c105a1 550 React-RCTVibration: 9e344c840176b0af9c84d5019eb4fed8b3c105a1
536 React-runtimeexecutor: 7285b499d0339104b2813a1f58ad1ada4adbd6c0 551 React-runtimeexecutor: 7285b499d0339104b2813a1f58ad1ada4adbd6c0
537 ReactCommon: bf2888a826ceedf54b99ad1b6182d1bc4a8a3984 552 ReactCommon: bf2888a826ceedf54b99ad1b6182d1bc4a8a3984
553 + RNSVG: 302bfc9905bd8122f08966dc2ce2d07b7b52b9f8
538 SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608 554 SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
539 Yoga: 17cd9a50243093b547c1e539c749928dd68152da 555 Yoga: 17cd9a50243093b547c1e539c749928dd68152da
540 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a 556 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
......
...@@ -10,8 +10,11 @@ ...@@ -10,8 +10,11 @@
10 "lint": "eslint . --ext .js,.jsx,.ts,.tsx" 10 "lint": "eslint . --ext .js,.jsx,.ts,.tsx"
11 }, 11 },
12 "dependencies": { 12 "dependencies": {
13 + "native-base": "^3.4.5",
13 "react": "17.0.2", 14 "react": "17.0.2",
14 - "react-native": "0.68.1" 15 + "react-native": "0.68.1",
16 + "react-native-safe-area-context": "^4.2.5",
17 + "react-native-svg": "^12.3.0"
15 }, 18 },
16 "devDependencies": { 19 "devDependencies": {
17 "@babel/core": "^7.12.9", 20 "@babel/core": "^7.12.9",
......
...@@ -712,7 +712,7 @@ ...@@ -712,7 +712,7 @@
712 pirates "^4.0.5" 712 pirates "^4.0.5"
713 source-map-support "^0.5.16" 713 source-map-support "^0.5.16"
714 714
715 -"@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4": 715 +"@babel/runtime@^7.1.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
716 version "7.17.9" 716 version "7.17.9"
717 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72" 717 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72"
718 integrity sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg== 718 integrity sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==
...@@ -780,6 +780,45 @@ ...@@ -780,6 +780,45 @@
780 minimatch "^3.0.4" 780 minimatch "^3.0.4"
781 strip-json-comments "^3.1.1" 781 strip-json-comments "^3.1.1"
782 782
783 +"@formatjs/ecma402-abstract@1.11.4":
784 + version "1.11.4"
785 + resolved "https://registry.yarnpkg.com/@formatjs/ecma402-abstract/-/ecma402-abstract-1.11.4.tgz#b962dfc4ae84361f9f08fbce411b4e4340930eda"
786 + integrity sha512-EBikYFp2JCdIfGEb5G9dyCkTGDmC57KSHhRQOC3aYxoPWVZvfWCDjZwkGYHN7Lis/fmuWl906bnNTJifDQ3sXw==
787 + dependencies:
788 + "@formatjs/intl-localematcher" "0.2.25"
789 + tslib "^2.1.0"
790 +
791 +"@formatjs/fast-memoize@1.2.1":
792 + version "1.2.1"
793 + resolved "https://registry.yarnpkg.com/@formatjs/fast-memoize/-/fast-memoize-1.2.1.tgz#e6f5aee2e4fd0ca5edba6eba7668e2d855e0fc21"
794 + integrity sha512-Rg0e76nomkz3vF9IPlKeV+Qynok0r7YZjL6syLz4/urSg0IbjPZCB/iYUMNsYA643gh4mgrX3T7KEIFIxJBQeg==
795 + dependencies:
796 + tslib "^2.1.0"
797 +
798 +"@formatjs/icu-messageformat-parser@2.1.0":
799 + version "2.1.0"
800 + resolved "https://registry.yarnpkg.com/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.1.0.tgz#a54293dd7f098d6a6f6a084ab08b6d54a3e8c12d"
801 + integrity sha512-Qxv/lmCN6hKpBSss2uQ8IROVnta2r9jd3ymUEIjm2UyIkUCHVcbUVRGL/KS/wv7876edvsPe+hjHVJ4z8YuVaw==
802 + dependencies:
803 + "@formatjs/ecma402-abstract" "1.11.4"
804 + "@formatjs/icu-skeleton-parser" "1.3.6"
805 + tslib "^2.1.0"
806 +
807 +"@formatjs/icu-skeleton-parser@1.3.6":
808 + version "1.3.6"
809 + resolved "https://registry.yarnpkg.com/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.3.6.tgz#4ce8c0737d6f07b735288177049e97acbf2e8964"
810 + integrity sha512-I96mOxvml/YLrwU2Txnd4klA7V8fRhb6JG/4hm3VMNmeJo1F03IpV2L3wWt7EweqNLES59SZ4d6hVOPCSf80Bg==
811 + dependencies:
812 + "@formatjs/ecma402-abstract" "1.11.4"
813 + tslib "^2.1.0"
814 +
815 +"@formatjs/intl-localematcher@0.2.25":
816 + version "0.2.25"
817 + resolved "https://registry.yarnpkg.com/@formatjs/intl-localematcher/-/intl-localematcher-0.2.25.tgz#60892fe1b271ec35ba07a2eb018a2dd7bca6ea3a"
818 + integrity sha512-YmLcX70BxoSopLFdLr1Ds99NdlTI2oWoLbaUW2M406lxOIPzE1KQhRz2fPUkq34xVZQaihCoU29h0KK7An3bhA==
819 + dependencies:
820 + tslib "^2.1.0"
821 +
783 "@hapi/hoek@^9.0.0": 822 "@hapi/hoek@^9.0.0":
784 version "9.3.0" 823 version "9.3.0"
785 resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.3.0.tgz#8368869dcb735be2e7f5cb7647de78e167a251fb" 824 resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.3.0.tgz#8368869dcb735be2e7f5cb7647de78e167a251fb"
...@@ -806,6 +845,28 @@ ...@@ -806,6 +845,28 @@
806 resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" 845 resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
807 integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== 846 integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
808 847
848 +"@internationalized/date@3.0.0-rc.0":
849 + version "3.0.0-rc.0"
850 + resolved "https://registry.yarnpkg.com/@internationalized/date/-/date-3.0.0-rc.0.tgz#7050a46c7abc036e32311b6bda79553dd249a867"
851 + integrity sha512-R8ui3O2G43fZ/z5cBdJuU6nswKtuVrKloDE6utvqKEeGf6igFoiapcjg7jbQ+WvWIDGtdUytOp2fOq/X4efBdQ==
852 + dependencies:
853 + "@babel/runtime" "^7.6.2"
854 +
855 +"@internationalized/message@^3.0.6":
856 + version "3.0.6"
857 + resolved "https://registry.yarnpkg.com/@internationalized/message/-/message-3.0.6.tgz#3265be5c5bc70dc56e9a3e59ea08a3f3905ebb31"
858 + integrity sha512-ECk3toFy87I2z5zipRNwdbouvRlIyMKb/FzKj1upMaNS52AKhpvrLgo3CY/ZXQKm4CRIbeh6p/F/Ztt+enhIEA==
859 + dependencies:
860 + "@babel/runtime" "^7.6.2"
861 + intl-messageformat "^9.12.0"
862 +
863 +"@internationalized/number@^3.1.0":
864 + version "3.1.0"
865 + resolved "https://registry.yarnpkg.com/@internationalized/number/-/number-3.1.0.tgz#441c262e43344371b17765cf691e54df5ab8726b"
866 + integrity sha512-CEts+2rIB4QveKeeF6xIHdn8aLVvUt5aiarkpCZgtMyYqfqo/ZBELf2UyhvLPGpRxcF24ClCISMTP9BTVreSAg==
867 + dependencies:
868 + "@babel/runtime" "^7.6.2"
869 +
809 "@istanbuljs/load-nyc-config@^1.0.0": 870 "@istanbuljs/load-nyc-config@^1.0.0":
810 version "1.1.0" 871 version "1.1.0"
811 resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced" 872 resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
...@@ -1063,6 +1124,389 @@ ...@@ -1063,6 +1124,389 @@
1063 "@nodelib/fs.scandir" "2.1.5" 1124 "@nodelib/fs.scandir" "2.1.5"
1064 fastq "^1.6.0" 1125 fastq "^1.6.0"
1065 1126
1127 +"@react-aria/checkbox@^3.2.1":
1128 + version "3.3.4"
1129 + resolved "https://registry.yarnpkg.com/@react-aria/checkbox/-/checkbox-3.3.4.tgz#f59a65bdc41894d47717ede7b31f49a29f539ba7"
1130 + integrity sha512-5IJff+hzNR0LJgNyNJPgu8ElTN8Df1GDHDySdD7gP2Sv5916x1eTx+hZlYq4FUyTsOlW6QuynQ0jrQUK4xAnRA==
1131 + dependencies:
1132 + "@babel/runtime" "^7.6.2"
1133 + "@react-aria/label" "^3.2.5"
1134 + "@react-aria/toggle" "^3.2.4"
1135 + "@react-aria/utils" "^3.12.0"
1136 + "@react-stately/checkbox" "^3.0.7"
1137 + "@react-stately/toggle" "^3.2.7"
1138 + "@react-types/checkbox" "^3.2.7"
1139 +
1140 +"@react-aria/combobox@^3.0.0-alpha.1":
1141 + version "3.2.6"
1142 + resolved "https://registry.yarnpkg.com/@react-aria/combobox/-/combobox-3.2.6.tgz#f8c380c5b7d7ae13247433cee2a350dab8c916bf"
1143 + integrity sha512-/I+YmuLWKq7SNP9eYXaOg5mCNsLJcXCTXas3w5ZsPDTPb9rpVes6nmsz+otBYlb5sTxvGS/sD0036vlI+O0cdg==
1144 + dependencies:
1145 + "@babel/runtime" "^7.6.2"
1146 + "@react-aria/i18n" "^3.3.9"
1147 + "@react-aria/interactions" "^3.8.4"
1148 + "@react-aria/listbox" "^3.4.5"
1149 + "@react-aria/live-announcer" "^3.0.6"
1150 + "@react-aria/menu" "^3.4.4"
1151 + "@react-aria/overlays" "^3.8.2"
1152 + "@react-aria/selection" "^3.8.2"
1153 + "@react-aria/textfield" "^3.5.5"
1154 + "@react-aria/utils" "^3.12.0"
1155 + "@react-stately/collections" "^3.3.8"
1156 + "@react-stately/combobox" "^3.0.5"
1157 + "@react-stately/layout" "^3.4.5"
1158 + "@react-types/button" "^3.4.5"
1159 + "@react-types/combobox" "^3.4.0"
1160 + "@react-types/shared" "^3.12.0"
1161 +
1162 +"@react-aria/focus@^3.2.3", "@react-aria/focus@^3.5.5":
1163 + version "3.5.5"
1164 + resolved "https://registry.yarnpkg.com/@react-aria/focus/-/focus-3.5.5.tgz#d5e3eb7af8612e8dafda214746084766e55c4b01"
1165 + integrity sha512-scv+jhbQ25JCh36gu8a++edvdEFdlRScdQdnkJOB4NbHbYYfY36APtI70hgQHdfq9dDl5fJ9LMsH9hoF7X3gLw==
1166 + dependencies:
1167 + "@babel/runtime" "^7.6.2"
1168 + "@react-aria/interactions" "^3.8.4"
1169 + "@react-aria/utils" "^3.12.0"
1170 + "@react-types/shared" "^3.12.0"
1171 + clsx "^1.1.1"
1172 +
1173 +"@react-aria/i18n@^3.2.0", "@react-aria/i18n@^3.3.9":
1174 + version "3.3.9"
1175 + resolved "https://registry.yarnpkg.com/@react-aria/i18n/-/i18n-3.3.9.tgz#58c69e650bd00e94270e2dc31ad85ffd2ee10f04"
1176 + integrity sha512-EOqiOu84NYH/CW0s/tt3yDqDsjHlrHdi5qzrOGpGN/BvxtA/4UkMBdi8TTKXdRk8oHUIdNW1z5mZxzxkLDy1sA==
1177 + dependencies:
1178 + "@babel/runtime" "^7.6.2"
1179 + "@internationalized/date" "3.0.0-rc.0"
1180 + "@internationalized/message" "^3.0.6"
1181 + "@internationalized/number" "^3.1.0"
1182 + "@react-aria/ssr" "^3.1.2"
1183 + "@react-aria/utils" "^3.12.0"
1184 + "@react-types/shared" "^3.12.0"
1185 +
1186 +"@react-aria/interactions@^3.3.2", "@react-aria/interactions@^3.8.4":
1187 + version "3.8.4"
1188 + resolved "https://registry.yarnpkg.com/@react-aria/interactions/-/interactions-3.8.4.tgz#f3704470b70f150b753bba01a8714f97d6299906"
1189 + integrity sha512-6EHFKK8pmjSJSKcBbduijPETKqE669XZ1VaEY8ubr6VnlVhCszvKHoxpU384CkNiDNLJOVkK6HDzPXsn3lxhng==
1190 + dependencies:
1191 + "@babel/runtime" "^7.6.2"
1192 + "@react-aria/utils" "^3.12.0"
1193 + "@react-types/shared" "^3.12.0"
1194 +
1195 +"@react-aria/label@^3.1.1", "@react-aria/label@^3.2.5":
1196 + version "3.2.5"
1197 + resolved "https://registry.yarnpkg.com/@react-aria/label/-/label-3.2.5.tgz#f1aafc2531540e56df1221233bab343fcfb84dc2"
1198 + integrity sha512-MkcPa7Ps/BsWTctH7IgVWtYENwrByfYMPmYdZCgotI0MiI6wK4LWwRaUQmfc7mWwJ7ns2NPyBRwrzJT4+RRbew==
1199 + dependencies:
1200 + "@babel/runtime" "^7.6.2"
1201 + "@react-aria/utils" "^3.12.0"
1202 + "@react-types/label" "^3.5.4"
1203 + "@react-types/shared" "^3.12.0"
1204 +
1205 +"@react-aria/listbox@^3.2.4", "@react-aria/listbox@^3.4.5":
1206 + version "3.4.5"
1207 + resolved "https://registry.yarnpkg.com/@react-aria/listbox/-/listbox-3.4.5.tgz#0008b1db3d10aed0af15908e432d6275637a1d21"
1208 + integrity sha512-D1Y6fr4ZMGho1EO2eq+uhXs98Iqz78EXbcqIcuNEwyLyQ8w87jl5uGR/0Fhy9/t6qjkTlJ5iyFIJu8CNTXuSJA==
1209 + dependencies:
1210 + "@babel/runtime" "^7.6.2"
1211 + "@react-aria/focus" "^3.5.5"
1212 + "@react-aria/interactions" "^3.8.4"
1213 + "@react-aria/label" "^3.2.5"
1214 + "@react-aria/selection" "^3.8.2"
1215 + "@react-aria/utils" "^3.12.0"
1216 + "@react-stately/collections" "^3.3.8"
1217 + "@react-stately/list" "^3.4.5"
1218 + "@react-types/listbox" "^3.2.5"
1219 + "@react-types/shared" "^3.12.0"
1220 +
1221 +"@react-aria/live-announcer@^3.0.0-alpha.0", "@react-aria/live-announcer@^3.0.6":
1222 + version "3.0.6"
1223 + resolved "https://registry.yarnpkg.com/@react-aria/live-announcer/-/live-announcer-3.0.6.tgz#cf57ed51b5f693af28f41a19e91086109154fec7"
1224 + integrity sha512-dXd5knYAFQPNr4ApxGwHXIDBuO50d9koat1ViFI22yS1QJF3y1dcIkBHfiAWIUtGr8AbRbWDZZnHtKrfPl25Zg==
1225 + dependencies:
1226 + "@babel/runtime" "^7.6.2"
1227 + "@react-aria/utils" "^3.12.0"
1228 + "@react-aria/visually-hidden" "^3.2.8"
1229 +
1230 +"@react-aria/menu@^3.4.4":
1231 + version "3.4.4"
1232 + resolved "https://registry.yarnpkg.com/@react-aria/menu/-/menu-3.4.4.tgz#19db4c02c1ed1d0b5e66f5c0d5d664836eb10f23"
1233 + integrity sha512-PoeadoSKv4mgx+05KLiRfupu30Pku7nzuL3e+3FAaWi5KyX8siiX6ADMZp8ulnYXoQgQ4C7XzulbwiSE1P/nxg==
1234 + dependencies:
1235 + "@babel/runtime" "^7.6.2"
1236 + "@react-aria/i18n" "^3.3.9"
1237 + "@react-aria/interactions" "^3.8.4"
1238 + "@react-aria/overlays" "^3.8.2"
1239 + "@react-aria/selection" "^3.8.2"
1240 + "@react-aria/utils" "^3.12.0"
1241 + "@react-stately/collections" "^3.3.8"
1242 + "@react-stately/menu" "^3.2.7"
1243 + "@react-stately/tree" "^3.2.4"
1244 + "@react-types/button" "^3.4.5"
1245 + "@react-types/menu" "^3.5.3"
1246 + "@react-types/shared" "^3.12.0"
1247 +
1248 +"@react-aria/overlays@^3.6.1", "@react-aria/overlays@^3.7.0", "@react-aria/overlays@^3.8.2":
1249 + version "3.8.2"
1250 + resolved "https://registry.yarnpkg.com/@react-aria/overlays/-/overlays-3.8.2.tgz#630177cdd20bd6aa20e3516485d90003390d896e"
1251 + integrity sha512-HeOkYUILH4CrMVv3HkTrcK1jeZ2NJ7tS39tTciEGZ9JO1d8nUJ5jzDGGiQ587T9YWc1EYxiA+fbnn5Krxyq8IQ==
1252 + dependencies:
1253 + "@babel/runtime" "^7.6.2"
1254 + "@react-aria/i18n" "^3.3.9"
1255 + "@react-aria/interactions" "^3.8.4"
1256 + "@react-aria/utils" "^3.12.0"
1257 + "@react-aria/visually-hidden" "^3.2.8"
1258 + "@react-stately/overlays" "^3.2.0"
1259 + "@react-types/button" "^3.4.5"
1260 + "@react-types/overlays" "^3.5.5"
1261 + "@react-types/shared" "^3.12.0"
1262 + dom-helpers "^3.3.1"
1263 +
1264 +"@react-aria/radio@^3.1.2":
1265 + version "3.1.11"
1266 + resolved "https://registry.yarnpkg.com/@react-aria/radio/-/radio-3.1.11.tgz#269c67fb7163870a6bc8bd1e34658d5a72e2c66e"
1267 + integrity sha512-xT7FgxECPgGHFDCiMu9QZlRJheesjy13N5KwIfCwKt+Tl8ZDacZ8jxswPrDpTfdwdQaA0TCiHWcmfWkAs790Yw==
1268 + dependencies:
1269 + "@babel/runtime" "^7.6.2"
1270 + "@react-aria/focus" "^3.5.5"
1271 + "@react-aria/i18n" "^3.3.9"
1272 + "@react-aria/interactions" "^3.8.4"
1273 + "@react-aria/label" "^3.2.5"
1274 + "@react-aria/utils" "^3.12.0"
1275 + "@react-stately/radio" "^3.3.6"
1276 + "@react-types/radio" "^3.1.6"
1277 +
1278 +"@react-aria/selection@^3.3.1", "@react-aria/selection@^3.3.2", "@react-aria/selection@^3.8.2":
1279 + version "3.8.2"
1280 + resolved "https://registry.yarnpkg.com/@react-aria/selection/-/selection-3.8.2.tgz#0e64c412ee8e73268994e72f4cb28f5b1100aff9"
1281 + integrity sha512-sBkSza8kT06tUKzIX68H2k+svYNCBOwhHmU0gbx164CmitCLk/akDGIds3LeoA9FhFFXw6/5CuLp6SNhmqlLWw==
1282 + dependencies:
1283 + "@babel/runtime" "^7.6.2"
1284 + "@react-aria/focus" "^3.5.5"
1285 + "@react-aria/i18n" "^3.3.9"
1286 + "@react-aria/interactions" "^3.8.4"
1287 + "@react-aria/utils" "^3.12.0"
1288 + "@react-stately/collections" "^3.3.8"
1289 + "@react-stately/selection" "^3.9.4"
1290 + "@react-types/shared" "^3.12.0"
1291 +
1292 +"@react-aria/slider@^3.0.1":
1293 + version "3.0.8"
1294 + resolved "https://registry.yarnpkg.com/@react-aria/slider/-/slider-3.0.8.tgz#2a6474f7f61e232776e7ba691db015999d1894ea"
1295 + integrity sha512-sQ3E1Cv3xpATCXCzZtEQe5VI/2oj1UBIs3sH7AsOxifdJql7gLhjCjfmsR73wocjiVHYkIHOA7tQrqA61j+t3g==
1296 + dependencies:
1297 + "@babel/runtime" "^7.6.2"
1298 + "@react-aria/focus" "^3.5.5"
1299 + "@react-aria/i18n" "^3.3.9"
1300 + "@react-aria/interactions" "^3.8.4"
1301 + "@react-aria/label" "^3.2.5"
1302 + "@react-aria/utils" "^3.12.0"
1303 + "@react-stately/radio" "^3.3.6"
1304 + "@react-stately/slider" "^3.0.8"
1305 + "@react-types/radio" "^3.1.6"
1306 + "@react-types/slider" "^3.0.6"
1307 +
1308 +"@react-aria/ssr@^3.0.1", "@react-aria/ssr@^3.1.2":
1309 + version "3.1.2"
1310 + resolved "https://registry.yarnpkg.com/@react-aria/ssr/-/ssr-3.1.2.tgz#665a6fd56385068c7417922af2d0d71b0618e52d"
1311 + integrity sha512-amXY11ImpokvkTMeKRHjsSsG7v1yzzs6yeqArCyBIk60J3Yhgxwx9Cah+Uu/804ATFwqzN22AXIo7SdtIaMP+g==
1312 + dependencies:
1313 + "@babel/runtime" "^7.6.2"
1314 +
1315 +"@react-aria/tabs@3.0.0-alpha.2":
1316 + version "3.0.0-alpha.2"
1317 + resolved "https://registry.yarnpkg.com/@react-aria/tabs/-/tabs-3.0.0-alpha.2.tgz#3b931d9c752c2dca4c2a1b975248b0ee751077a2"
1318 + integrity sha512-yHpz1HujxBcMq8e4jrHkkowzrJwuVyssCB+DuA91kt6LC0eIMZsDZY9tEhhOq+TyOhI3nbyXaDKJG6y1qB0A5A==
1319 + dependencies:
1320 + "@babel/runtime" "^7.6.2"
1321 + "@react-aria/i18n" "^3.2.0"
1322 + "@react-aria/interactions" "^3.3.2"
1323 + "@react-aria/selection" "^3.3.1"
1324 + "@react-aria/utils" "^3.4.1"
1325 + "@react-stately/list" "^3.2.2"
1326 + "@react-stately/tabs" "3.0.0-alpha.0"
1327 + "@react-types/shared" "^3.2.1"
1328 + "@react-types/tabs" "3.0.0-alpha.2"
1329 +
1330 +"@react-aria/textfield@^3.5.5":
1331 + version "3.5.5"
1332 + resolved "https://registry.yarnpkg.com/@react-aria/textfield/-/textfield-3.5.5.tgz#e11ae05f2c1f11f0b1fd81c681ddbd6513c9dd51"
1333 + integrity sha512-ZbGbdObR9cXPXfOr5Ius//nO5Y9yZ+pOT8ymTQTb/X8hLZdfpHqDD9SOjxlTt047ByWfIL0cRlOoEh3MHwvNFg==
1334 + dependencies:
1335 + "@babel/runtime" "^7.6.2"
1336 + "@react-aria/focus" "^3.5.5"
1337 + "@react-aria/label" "^3.2.5"
1338 + "@react-aria/utils" "^3.12.0"
1339 + "@react-types/shared" "^3.12.0"
1340 + "@react-types/textfield" "^3.4.0"
1341 +
1342 +"@react-aria/toggle@^3.2.4":
1343 + version "3.2.4"
1344 + resolved "https://registry.yarnpkg.com/@react-aria/toggle/-/toggle-3.2.4.tgz#b4cb71782c4f4bfbfa858a37c1fd71d6470e490f"
1345 + integrity sha512-q1NiUKkWt9trgVj/VvKrTpe/tvNcsM9ie5JJVxikF4moPCyIqxRWaDzi2/g/63c1I6LZDMVT4v6V5tk9xgfuiQ==
1346 + dependencies:
1347 + "@babel/runtime" "^7.6.2"
1348 + "@react-aria/focus" "^3.5.5"
1349 + "@react-aria/interactions" "^3.8.4"
1350 + "@react-aria/utils" "^3.12.0"
1351 + "@react-stately/toggle" "^3.2.7"
1352 + "@react-types/checkbox" "^3.2.7"
1353 + "@react-types/shared" "^3.12.0"
1354 + "@react-types/switch" "^3.1.6"
1355 +
1356 +"@react-aria/utils@^3.12.0", "@react-aria/utils@^3.3.0", "@react-aria/utils@^3.4.1", "@react-aria/utils@^3.6.0":
1357 + version "3.12.0"
1358 + resolved "https://registry.yarnpkg.com/@react-aria/utils/-/utils-3.12.0.tgz#39d0f37525e050356c4de725c85d9b10e7a5c0d9"
1359 + integrity sha512-1TMrE7UpgTgQHgW3z0r6Zo4CTUDwNsZEwzg+mQVub8ZalonhuNs5OrulUn+lRIsGELNktGNkeh/29WsS1Od8eg==
1360 + dependencies:
1361 + "@babel/runtime" "^7.6.2"
1362 + "@react-aria/ssr" "^3.1.2"
1363 + "@react-stately/utils" "^3.4.1"
1364 + "@react-types/shared" "^3.12.0"
1365 + clsx "^1.1.1"
1366 +
1367 +"@react-aria/visually-hidden@^3.2.1", "@react-aria/visually-hidden@^3.2.8":
1368 + version "3.2.8"
1369 + resolved "https://registry.yarnpkg.com/@react-aria/visually-hidden/-/visually-hidden-3.2.8.tgz#1f3531f065752f642089a584a402de0fa1daa288"
1370 + integrity sha512-SLBID66sUZrCdxaxLhgxypF/UyGuFVFGc+VhqmFi9QacDfAQcoT3DQyXEaKUIDMVtwAtSuWl7BpuooEctKBe6Q==
1371 + dependencies:
1372 + "@babel/runtime" "^7.6.2"
1373 + "@react-aria/interactions" "^3.8.4"
1374 + "@react-aria/utils" "^3.12.0"
1375 + clsx "^1.1.1"
1376 +
1377 +"@react-native-aria/button@^0.2.4":
1378 + version "0.2.4"
1379 + resolved "https://registry.yarnpkg.com/@react-native-aria/button/-/button-0.2.4.tgz#ce0c994449011f4b852a222afd90e027fb839de0"
1380 + integrity sha512-wlu6SXI20U+N4fbPX8oh9pkL9hx8W41+cra3fa3s2xfQ6czT4KAkyvSsr1ALUBH4dRkoxxSPOcGJMGnq2K3djw==
1381 + dependencies:
1382 + "@react-aria/utils" "^3.6.0"
1383 + "@react-native-aria/interactions" "^0.2.3"
1384 + "@react-stately/toggle" "^3.2.1"
1385 + "@react-types/checkbox" "^3.2.1"
1386 +
1387 +"@react-native-aria/checkbox@^0.2.2":
1388 + version "0.2.3"
1389 + resolved "https://registry.yarnpkg.com/@react-native-aria/checkbox/-/checkbox-0.2.3.tgz#b6c99c215677df872f1bb4e596b54573f1c7a5f0"
1390 + integrity sha512-YtWtXGg5tvOaV6v1CmbusXoOZvGRAVYygms9qNeUF7/B8/iDNGSKjlxHE5LVOLRtJO/B9ndZnr6RkL326ceyng==
1391 + dependencies:
1392 + "@react-aria/checkbox" "^3.2.1"
1393 + "@react-aria/utils" "^3.6.0"
1394 + "@react-native-aria/toggle" "^0.2.3"
1395 + "@react-native-aria/utils" "^0.2.6"
1396 + "@react-stately/toggle" "^3.2.1"
1397 +
1398 +"@react-native-aria/combobox@^0.2.4-alpha.0":
1399 + version "0.2.4-alpha.1"
1400 + resolved "https://registry.yarnpkg.com/@react-native-aria/combobox/-/combobox-0.2.4-alpha.1.tgz#2ec7c5c2e87aba4dda62e494a4c3538066275e2b"
1401 + integrity sha512-MOxKMKVus9MsOL3l+mNRDYHeVr5kj5fYnretLofWh/dHBO2W5H7H70ZfOPDEr9s+vgaBBjHCtbbfOiimKRk6Kg==
1402 + dependencies:
1403 + "@react-aria/combobox" "^3.0.0-alpha.1"
1404 + "@react-aria/live-announcer" "^3.0.0-alpha.0"
1405 + "@react-aria/overlays" "^3.6.1"
1406 + "@react-aria/utils" "^3.6.0"
1407 + "@react-native-aria/utils" "^0.2.6"
1408 + "@react-types/button" "^3.3.1"
1409 +
1410 +"@react-native-aria/focus@^0.2.4":
1411 + version "0.2.5"
1412 + resolved "https://registry.yarnpkg.com/@react-native-aria/focus/-/focus-0.2.5.tgz#28ff752b28b7dfeb737147856aaf6669de3290f9"
1413 + integrity sha512-PUTGNL5JMCWJ2dNAehpQqLuSUUdkXcLlFjl52Dv84XcIUTuXRvDl5+jr4OW0jyUSGUS6ooqDNRW/PSza35P+tw==
1414 + dependencies:
1415 + "@react-aria/focus" "^3.2.3"
1416 +
1417 +"@react-native-aria/interactions@^0.2.2", "@react-native-aria/interactions@^0.2.3", "@react-native-aria/interactions@^0.2.7":
1418 + version "0.2.8"
1419 + resolved "https://registry.yarnpkg.com/@react-native-aria/interactions/-/interactions-0.2.8.tgz#5ced4bd3391c647699fa79275472f784a44c2488"
1420 + integrity sha512-+LsLghBnp1fEVdLdIZGfE2izbZS0GPwc7eyiLHndnAXwXdLmyDRw71UCEjsUuNh7SO7BBR5QjHlk0cTHmyynQg==
1421 + dependencies:
1422 + "@react-aria/interactions" "^3.3.2"
1423 + "@react-aria/utils" "^3.6.0"
1424 + "@react-native-aria/utils" "^0.2.6"
1425 +
1426 +"@react-native-aria/listbox@^0.2.4-alpha.3":
1427 + version "0.2.4-alpha.3"
1428 + resolved "https://registry.yarnpkg.com/@react-native-aria/listbox/-/listbox-0.2.4-alpha.3.tgz#1a8df0de6c932c8143ea73e43713a5d37070203c"
1429 + integrity sha512-e/y+Wdoyy/PbpFj4DVYDYMsKI+uUqnZ/0yLByqHQvzs8Ys8o69CQkyEYzHhxvFT5lCLegkLbuQN2cJd8bYNQsA==
1430 + dependencies:
1431 + "@react-aria/interactions" "^3.3.2"
1432 + "@react-aria/label" "^3.1.1"
1433 + "@react-aria/listbox" "^3.2.4"
1434 + "@react-aria/selection" "^3.3.2"
1435 + "@react-aria/utils" "^3.6.0"
1436 + "@react-native-aria/interactions" "^0.2.2"
1437 + "@react-native-aria/utils" "^0.2.6"
1438 + "@react-types/listbox" "^3.1.1"
1439 + "@react-types/shared" "^3.4.0"
1440 +
1441 +"@react-native-aria/overlays@0.3.3-rc.0":
1442 + version "0.3.3-rc.0"
1443 + resolved "https://registry.yarnpkg.com/@react-native-aria/overlays/-/overlays-0.3.3-rc.0.tgz#9041ddd6f151e6edb50c971d29920c458aa41459"
1444 + integrity sha512-RgaIYIHMltt0RdMrVwfXLAVxc22TIUY1Yx07HbQRMdt4LcSmU8pyp5CEtJ/MQCXceuqocnXfsUxyHOSnfhmfpA==
1445 + dependencies:
1446 + "@react-aria/interactions" "^3.3.2"
1447 + "@react-aria/overlays" "^3.7.0"
1448 + "@react-native-aria/utils" "^0.2.8"
1449 + "@react-stately/overlays" "^3.1.1"
1450 + "@react-types/overlays" "^3.4.0"
1451 + dom-helpers "^5.0.0"
1452 +
1453 +"@react-native-aria/radio@^0.2.4":
1454 + version "0.2.5"
1455 + resolved "https://registry.yarnpkg.com/@react-native-aria/radio/-/radio-0.2.5.tgz#436d3abdbb48bcaf6e9c5c045ff9c5bf87b71248"
1456 + integrity sha512-kTfCjRMZH+Z2C70VxjomPO8eXBcHPa5zcuOUotyhR10WsrKZJlwwnA75t2xDq8zsxKnABJRfThv7rSlAjkFSeg==
1457 + dependencies:
1458 + "@react-aria/radio" "^3.1.2"
1459 + "@react-aria/utils" "^3.6.0"
1460 + "@react-native-aria/interactions" "^0.2.3"
1461 + "@react-native-aria/utils" "^0.2.6"
1462 + "@react-stately/radio" "^3.2.1"
1463 + "@react-types/radio" "^3.1.1"
1464 +
1465 +"@react-native-aria/slider@^0.2.5-alpha.1":
1466 + version "0.2.5-alpha.2"
1467 + resolved "https://registry.yarnpkg.com/@react-native-aria/slider/-/slider-0.2.5-alpha.2.tgz#e613c2ac338de8d8ef8999ed664ea743174ee8da"
1468 + integrity sha512-eYCAGEgcmgs2x5yC1q3edq/VpZWd8P9x1ZoB6uhiyIpDViTDFTz82IWTK0jrbHC70WxWfoY+876VjiKzbjyNxw==
1469 + dependencies:
1470 + "@react-aria/focus" "^3.2.3"
1471 + "@react-aria/interactions" "^3.3.2"
1472 + "@react-aria/label" "^3.1.1"
1473 + "@react-aria/slider" "^3.0.1"
1474 + "@react-aria/utils" "^3.6.0"
1475 + "@react-native-aria/utils" "^0.2.6"
1476 + "@react-stately/slider" "^3.0.1"
1477 +
1478 +"@react-native-aria/tabs@^0.2.7":
1479 + version "0.2.8"
1480 + resolved "https://registry.yarnpkg.com/@react-native-aria/tabs/-/tabs-0.2.8.tgz#8b721261a277fe0459154f70c25b81e23217c864"
1481 + integrity sha512-coAiaj9NFFh8vYr/kiugqLwip8IhB6m2dL/GXPcmbK0WH531pIPXKSwgePjniETJtEP84L4PYCTZ705pRlVN8A==
1482 + dependencies:
1483 + "@react-aria/selection" "^3.3.1"
1484 + "@react-aria/tabs" "3.0.0-alpha.2"
1485 + "@react-native-aria/interactions" "^0.2.7"
1486 + "@react-native-aria/utils" "^0.2.7"
1487 + "@react-stately/tabs" "3.0.0-alpha.1"
1488 + "@react-types/tabs" "3.0.0-alpha.2"
1489 +
1490 +"@react-native-aria/toggle@^0.2.3":
1491 + version "0.2.3"
1492 + resolved "https://registry.yarnpkg.com/@react-native-aria/toggle/-/toggle-0.2.3.tgz#a387f03480aa0d97dc0191acbcae66122f7bcf7f"
1493 + integrity sha512-3aOlchMxpR0b2h3Z7V0aYZaQMVJD6uKOWKWJm82VsLrni4iDnDX/mLv30ujuuK3+LclUhVlJd2kRuCl+xnf3XQ==
1494 + dependencies:
1495 + "@react-aria/focus" "^3.2.3"
1496 + "@react-aria/utils" "^3.6.0"
1497 + "@react-native-aria/interactions" "^0.2.3"
1498 + "@react-native-aria/utils" "^0.2.6"
1499 + "@react-stately/toggle" "^3.2.1"
1500 + "@react-types/checkbox" "^3.2.1"
1501 +
1502 +"@react-native-aria/utils@^0.2.6", "@react-native-aria/utils@^0.2.7", "@react-native-aria/utils@^0.2.8":
1503 + version "0.2.8"
1504 + resolved "https://registry.yarnpkg.com/@react-native-aria/utils/-/utils-0.2.8.tgz#da433606506125483080f18dbcd97b526ca46fd5"
1505 + integrity sha512-x375tG1itv3irLFRnURLsdK2djuvhFJHizSDUtLCo8skQwfjslED5t4sUkQ49di4G850gaVJz0fCcCx/pHX7CA==
1506 + dependencies:
1507 + "@react-aria/ssr" "^3.0.1"
1508 + "@react-aria/utils" "^3.3.0"
1509 +
1066 "@react-native-community/cli-debugger-ui@^7.0.3": 1510 "@react-native-community/cli-debugger-ui@^7.0.3":
1067 version "7.0.3" 1511 version "7.0.3"
1068 resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-7.0.3.tgz#3eeeacc5a43513cbcae56e5e965d77726361bcb4" 1512 resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-7.0.3.tgz#3eeeacc5a43513cbcae56e5e965d77726361bcb4"
...@@ -1271,6 +1715,320 @@ ...@@ -1271,6 +1715,320 @@
1271 resolved "https://registry.yarnpkg.com/@react-native/polyfills/-/polyfills-2.0.0.tgz#4c40b74655c83982c8cf47530ee7dc13d957b6aa" 1715 resolved "https://registry.yarnpkg.com/@react-native/polyfills/-/polyfills-2.0.0.tgz#4c40b74655c83982c8cf47530ee7dc13d957b6aa"
1272 integrity sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ== 1716 integrity sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ==
1273 1717
1718 +"@react-stately/checkbox@3.0.3":
1719 + version "3.0.3"
1720 + resolved "https://registry.yarnpkg.com/@react-stately/checkbox/-/checkbox-3.0.3.tgz#18ee6bd3b544334b6f853bb5c5f7017ac3bb9c37"
1721 + integrity sha512-amT889DTLdbjAVjZ9j9TytN73PszynGIspKi1QSUCvXeA2OVyCwShxhV0Pn7yYX8cMinvGXrjhWdhn0nhYeMdg==
1722 + dependencies:
1723 + "@babel/runtime" "^7.6.2"
1724 + "@react-stately/toggle" "^3.2.3"
1725 + "@react-stately/utils" "^3.2.2"
1726 + "@react-types/checkbox" "^3.2.3"
1727 +
1728 +"@react-stately/checkbox@^3.0.7":
1729 + version "3.0.7"
1730 + resolved "https://registry.yarnpkg.com/@react-stately/checkbox/-/checkbox-3.0.7.tgz#c3c77832e90087d20a4facc66aae8a22ce59b447"
1731 + integrity sha512-dBY4x3qWoCO2IFeTVovnq6xkWa9ycqdNNws+gbYt79EwFdKSIfH1iTuFrv9DIwTU2N72quFCC/xQ23+a1/ZqSg==
1732 + dependencies:
1733 + "@babel/runtime" "^7.6.2"
1734 + "@react-stately/toggle" "^3.2.7"
1735 + "@react-stately/utils" "^3.4.1"
1736 + "@react-types/checkbox" "^3.2.7"
1737 +
1738 +"@react-stately/collections@^3.3.0", "@react-stately/collections@^3.3.8":
1739 + version "3.3.8"
1740 + resolved "https://registry.yarnpkg.com/@react-stately/collections/-/collections-3.3.8.tgz#f0f9def181fab8b2551dfe0c0fc59760fa6eaf05"
1741 + integrity sha512-R4RXLc0aaCZaCTh3NT/lmpMtVqP3HIdi2d1kyq4/uIC8APUFzEoUMEV+P0k3nQ5v6mO/UCkP3ePdOywnJBm/Gg==
1742 + dependencies:
1743 + "@babel/runtime" "^7.6.2"
1744 + "@react-types/shared" "^3.12.0"
1745 +
1746 +"@react-stately/combobox@^3.0.0-alpha.1", "@react-stately/combobox@^3.0.5":
1747 + version "3.0.5"
1748 + resolved "https://registry.yarnpkg.com/@react-stately/combobox/-/combobox-3.0.5.tgz#4cfaeb5b2d89197fcf55a593bce21bc585613805"
1749 + integrity sha512-rgHbriWxW7bOiSGJ9TuAhWW94nI/frGqz5Omlfk8V4Uvqw+0HaKIpoqq9m8gq6PPcyqrT7rLY8bgRyMHheuNaA==
1750 + dependencies:
1751 + "@babel/runtime" "^7.6.2"
1752 + "@react-stately/list" "^3.4.5"
1753 + "@react-stately/menu" "^3.2.7"
1754 + "@react-stately/select" "^3.1.7"
1755 + "@react-stately/utils" "^3.4.1"
1756 + "@react-types/combobox" "^3.4.0"
1757 + "@react-types/shared" "^3.12.0"
1758 +
1759 +"@react-stately/layout@^3.4.5":
1760 + version "3.4.5"
1761 + resolved "https://registry.yarnpkg.com/@react-stately/layout/-/layout-3.4.5.tgz#395832b47b84f4bf191602af4149661bfff2d206"
1762 + integrity sha512-+u7LVvX5bAUYI49oGV5TOvRA4mpEh6PlDIXluO0l3/WAq9EpT7XJYqt5qxIyfSF5O5VSFvcCcV3HMuqmqY/oVA==
1763 + dependencies:
1764 + "@babel/runtime" "^7.6.2"
1765 + "@react-stately/virtualizer" "^3.1.8"
1766 + "@react-types/grid" "^3.0.3"
1767 + "@react-types/shared" "^3.11.2"
1768 + "@react-types/table" "^3.1.3"
1769 +
1770 +"@react-stately/list@^3.2.2", "@react-stately/list@^3.4.5":
1771 + version "3.4.5"
1772 + resolved "https://registry.yarnpkg.com/@react-stately/list/-/list-3.4.5.tgz#2cfd827422300bd00742ae93db4cd67d24ebccd3"
1773 + integrity sha512-ylUu9xH+cw7KlEM3rByIcTTeVGAKvscGlj0lVqhn48azqhqEPIDDxlIx3fE4yIKHhXBsscvdp0l8eldJGRvMVA==
1774 + dependencies:
1775 + "@babel/runtime" "^7.6.2"
1776 + "@react-stately/collections" "^3.3.8"
1777 + "@react-stately/selection" "^3.9.4"
1778 + "@react-stately/utils" "^3.4.1"
1779 + "@react-types/shared" "^3.12.0"
1780 +
1781 +"@react-stately/menu@^3.2.7":
1782 + version "3.2.7"
1783 + resolved "https://registry.yarnpkg.com/@react-stately/menu/-/menu-3.2.7.tgz#b5af095f6c3314cd2809ea9ce01d1af78e65dcf6"
1784 + integrity sha512-ybmi//FFoWUnUnHGzdHvAkCoFV6cNf6eAhTldtHMW/P1Qp/99vlxJGhnpekY6oFrqPe68RjKKANASymOnnKEow==
1785 + dependencies:
1786 + "@babel/runtime" "^7.6.2"
1787 + "@react-stately/overlays" "^3.2.0"
1788 + "@react-stately/utils" "^3.4.1"
1789 + "@react-types/menu" "^3.5.3"
1790 + "@react-types/shared" "^3.12.0"
1791 +
1792 +"@react-stately/overlays@^3.1.1", "@react-stately/overlays@^3.2.0":
1793 + version "3.2.0"
1794 + resolved "https://registry.yarnpkg.com/@react-stately/overlays/-/overlays-3.2.0.tgz#4bd2b42e28caa527b7400a7c7d135a44f286ac57"
1795 + integrity sha512-Ys+dfhFVyRGFRvvE35+Ychvgk868BDry9Td5rfvjVEwx6x8jaNShbonoo8CYYUkkJhaEnRaiJNG+0OGRCpvjTA==
1796 + dependencies:
1797 + "@babel/runtime" "^7.6.2"
1798 + "@react-stately/utils" "^3.4.1"
1799 + "@react-types/overlays" "^3.5.5"
1800 +
1801 +"@react-stately/radio@^3.2.1", "@react-stately/radio@^3.3.6":
1802 + version "3.3.6"
1803 + resolved "https://registry.yarnpkg.com/@react-stately/radio/-/radio-3.3.6.tgz#c0cea40c9625818b211544c5028341f128e7f4f7"
1804 + integrity sha512-G35xuEIk7TkqA3SGGlSVUyrkauf7bNVxq0/ELSM1mhrAuKF6nXkLqK2kI5LtOrngk/ZrsVFtfJYN+H6cBNhu2Q==
1805 + dependencies:
1806 + "@babel/runtime" "^7.6.2"
1807 + "@react-stately/utils" "^3.4.1"
1808 + "@react-types/radio" "^3.1.6"
1809 +
1810 +"@react-stately/select@^3.1.7":
1811 + version "3.1.7"
1812 + resolved "https://registry.yarnpkg.com/@react-stately/select/-/select-3.1.7.tgz#63aadd4165acfd1786efcdfc393f6ef34b30b8ea"
1813 + integrity sha512-J5xKxWF8XsgaaBO1g9PXlm48EKjnMEKPf+5GJqnDerR07XGeaz11qUyxg+B+BEwIQgGVxRiuEXdACBe8jVvgqw==
1814 + dependencies:
1815 + "@babel/runtime" "^7.6.2"
1816 + "@react-stately/collections" "^3.3.8"
1817 + "@react-stately/list" "^3.4.5"
1818 + "@react-stately/menu" "^3.2.7"
1819 + "@react-stately/selection" "^3.9.4"
1820 + "@react-stately/utils" "^3.4.1"
1821 + "@react-types/select" "^3.5.5"
1822 + "@react-types/shared" "^3.12.0"
1823 +
1824 +"@react-stately/selection@^3.9.4":
1825 + version "3.9.4"
1826 + resolved "https://registry.yarnpkg.com/@react-stately/selection/-/selection-3.9.4.tgz#5903a6bb59ef1ae51c014c63c33617c93f6530a2"
1827 + integrity sha512-hgJ4raHFQMfQ1aQYgL+nRpQgA7GdPDh9esIeB8Ih+yS783cV4vyyqKxuLd2u9W4cilnEkgXjrI5Z21RU86jzEg==
1828 + dependencies:
1829 + "@babel/runtime" "^7.6.2"
1830 + "@react-stately/collections" "^3.3.8"
1831 + "@react-stately/utils" "^3.4.1"
1832 + "@react-types/shared" "^3.12.0"
1833 +
1834 +"@react-stately/slider@^3.0.1", "@react-stately/slider@^3.0.8":
1835 + version "3.0.8"
1836 + resolved "https://registry.yarnpkg.com/@react-stately/slider/-/slider-3.0.8.tgz#2f48825cfe10b20c011252e155bc0d562ce76c6c"
1837 + integrity sha512-LuS4eKVuf2+vLBz5nqox7kHiGDtLCdWEm6mKDQ3xXKMhGj61fCXrefO6W+wBrOzBcCPDKQu+eHmOLhHtPG4LTw==
1838 + dependencies:
1839 + "@babel/runtime" "^7.6.2"
1840 + "@react-aria/i18n" "^3.3.9"
1841 + "@react-aria/utils" "^3.12.0"
1842 + "@react-stately/utils" "^3.4.1"
1843 + "@react-types/slider" "^3.0.6"
1844 +
1845 +"@react-stately/tabs@3.0.0-alpha.0":
1846 + version "3.0.0-alpha.0"
1847 + resolved "https://registry.yarnpkg.com/@react-stately/tabs/-/tabs-3.0.0-alpha.0.tgz#41451c7957ab2773fc4edb78ec02fcb94c6ab226"
1848 + integrity sha512-QJZ9N7DT89RkP18btvQhJvxWuv/JkSwtm14ftfk+5LBbzyxyLsD2KP6jDrNhXgmkRMmIyEaMt2w2VmI6fQ6UAA==
1849 + dependencies:
1850 + "@babel/runtime" "^7.6.2"
1851 + "@react-stately/list" "^3.2.2"
1852 + "@react-stately/utils" "^3.0.0-alpha.1"
1853 + "@react-types/tabs" "3.0.0-alpha.2"
1854 +
1855 +"@react-stately/tabs@3.0.0-alpha.1":
1856 + version "3.0.0-alpha.1"
1857 + resolved "https://registry.yarnpkg.com/@react-stately/tabs/-/tabs-3.0.0-alpha.1.tgz#b166ca9733ebebcc3bb2223116b8b070af104812"
1858 + integrity sha512-aEG5lVLqmfx7A/dS5gkPXmD2ERAo69RtC0aHPo/Dw1XjzalYyo6QbQ5WtiuQxsCVx/naWGEJCcMEAD5/vt+cUQ==
1859 + dependencies:
1860 + "@babel/runtime" "^7.6.2"
1861 + "@react-stately/list" "^3.2.2"
1862 + "@react-stately/utils" "^3.2.0"
1863 + "@react-types/tabs" "3.0.0-alpha.2"
1864 +
1865 +"@react-stately/tabs@^3.0.0-alpha.1":
1866 + version "3.0.5"
1867 + resolved "https://registry.yarnpkg.com/@react-stately/tabs/-/tabs-3.0.5.tgz#92c0736a5c973e798c3e10f5700a64f3a1ab2bbc"
1868 + integrity sha512-fqNHHpTaOWzBua0NkfQWspESWb70QJvwqy8oklAsMkZ51eaHm24JU5TH1A8rO+2cbuN/IaLNguSHg+8aVsOCtw==
1869 + dependencies:
1870 + "@babel/runtime" "^7.6.2"
1871 + "@react-stately/list" "^3.4.5"
1872 + "@react-stately/utils" "^3.4.1"
1873 + "@react-types/tabs" "^3.0.5"
1874 +
1875 +"@react-stately/toggle@^3.2.1", "@react-stately/toggle@^3.2.3", "@react-stately/toggle@^3.2.7":
1876 + version "3.2.7"
1877 + resolved "https://registry.yarnpkg.com/@react-stately/toggle/-/toggle-3.2.7.tgz#4d15261b438f89ea78bf3c08c812e0f854e0373f"
1878 + integrity sha512-McKc2wIp1z7Dw6EqQgOgjr2QnKR+LWXppZjdx30K4hnCiP6cXZp66DmR2ngekPrtOYDN6Xdqbty/Ez7kiJxmnQ==
1879 + dependencies:
1880 + "@babel/runtime" "^7.6.2"
1881 + "@react-stately/utils" "^3.4.1"
1882 + "@react-types/checkbox" "^3.2.7"
1883 + "@react-types/shared" "^3.12.0"
1884 +
1885 +"@react-stately/tree@^3.2.4":
1886 + version "3.2.4"
1887 + resolved "https://registry.yarnpkg.com/@react-stately/tree/-/tree-3.2.4.tgz#d1841c071dcfd12df949cf84c0d3d1c931c4f1b5"
1888 + integrity sha512-rGZuU0ynoN8Lv/Hhfh04FNlx+1c0RnM/5DIwwr8s7S0VWPQHMwGQiPkz+MFOk6Cx28sA/9ZXI4RjupjHvzJvKw==
1889 + dependencies:
1890 + "@babel/runtime" "^7.6.2"
1891 + "@react-stately/collections" "^3.3.8"
1892 + "@react-stately/selection" "^3.9.4"
1893 + "@react-stately/utils" "^3.4.1"
1894 + "@react-types/shared" "^3.12.0"
1895 +
1896 +"@react-stately/utils@^3.0.0-alpha.1", "@react-stately/utils@^3.2.0", "@react-stately/utils@^3.2.2", "@react-stately/utils@^3.4.1":
1897 + version "3.4.1"
1898 + resolved "https://registry.yarnpkg.com/@react-stately/utils/-/utils-3.4.1.tgz#56f049aa1704d338968b5973c796ee606e9c0c62"
1899 + integrity sha512-mjFbKklj/W8KRw1CQSpUJxHd7lhUge4i00NwJTwGxbzmiJgsTWlKKS/1rBf48ey9hUBopXT5x5vG/AxQfWTQug==
1900 + dependencies:
1901 + "@babel/runtime" "^7.6.2"
1902 +
1903 +"@react-stately/virtualizer@^3.1.8":
1904 + version "3.1.9"
1905 + resolved "https://registry.yarnpkg.com/@react-stately/virtualizer/-/virtualizer-3.1.9.tgz#8f885c966747b36c5ed9df76020aeccebd35034a"
1906 + integrity sha512-to0CQU4l08ZI/Ar3h/BeDqFTjK0nJUfhdk8mTpP+bV0RGBQnDwqCnrLFdQCc3Xl8fbYWa+Y6pvSUqJ0rq6Bp7Q==
1907 + dependencies:
1908 + "@babel/runtime" "^7.6.2"
1909 + "@react-aria/utils" "^3.12.0"
1910 + "@react-types/shared" "^3.12.0"
1911 +
1912 +"@react-types/button@^3.3.1", "@react-types/button@^3.4.5":
1913 + version "3.4.5"
1914 + resolved "https://registry.yarnpkg.com/@react-types/button/-/button-3.4.5.tgz#ba258ad274d9e1ad775662edcde0839c1c24ecdb"
1915 + integrity sha512-wqOw3LvqFRJl6lDhije7koTINWBv+LRBKAlGOri2ddw3VDqvm0/zu2ENDIP/XX0FtUzuffoc1U5YgxmBlXd7gQ==
1916 + dependencies:
1917 + "@react-types/shared" "^3.12.0"
1918 +
1919 +"@react-types/checkbox@^3.2.1", "@react-types/checkbox@^3.2.3", "@react-types/checkbox@^3.2.7":
1920 + version "3.2.7"
1921 + resolved "https://registry.yarnpkg.com/@react-types/checkbox/-/checkbox-3.2.7.tgz#fa65452931942bfccf804114b6ef4cd086b67226"
1922 + integrity sha512-c/hJwVRr7JoakyU39hUQstCc/0uPPvE+Eie8SspV2u9umSs7dYiUBc7F2wpboWIdNkQUEHG/Uq/Vs6/hk+yrkg==
1923 + dependencies:
1924 + "@react-types/shared" "^3.12.0"
1925 +
1926 +"@react-types/combobox@^3.4.0":
1927 + version "3.4.0"
1928 + resolved "https://registry.yarnpkg.com/@react-types/combobox/-/combobox-3.4.0.tgz#f1b7f75b46d0e685340478bc5d5dfea75baaac54"
1929 + integrity sha512-02tRXjeRYgT8dS83O16zRWwKVtFA+oL/STQrvcR+EnidfhUxRNGO4tlZngEn2+V2lY+NfLILbikwDTc/diSV+A==
1930 + dependencies:
1931 + "@react-types/shared" "^3.12.0"
1932 +
1933 +"@react-types/grid@^3.0.3":
1934 + version "3.0.4"
1935 + resolved "https://registry.yarnpkg.com/@react-types/grid/-/grid-3.0.4.tgz#c372456b49281577aec24a6480442f8c448a1f68"
1936 + integrity sha512-Ot6V/2PajcqBq2GH/YrsuiA8EqEmTcuvICfPd5RpjbLDFhhHbxOFsgOrXX2Qr33huu96dAhhEEEvOuVKbLcBdQ==
1937 + dependencies:
1938 + "@react-types/shared" "^3.12.0"
1939 +
1940 +"@react-types/label@^3.5.4":
1941 + version "3.5.4"
1942 + resolved "https://registry.yarnpkg.com/@react-types/label/-/label-3.5.4.tgz#56bf50332845a161761902876cc5e6034521b48b"
1943 + integrity sha512-LuShOdEYokzn58SKUIo7kQdN3CV5Rs+HCxmvix4+Uw6BAYG9/aqqoKKolTA9klbM8rvvEzDqFzNZZHeMTBoN6w==
1944 + dependencies:
1945 + "@react-types/shared" "^3.12.0"
1946 +
1947 +"@react-types/listbox@^3.1.1", "@react-types/listbox@^3.2.5":
1948 + version "3.2.5"
1949 + resolved "https://registry.yarnpkg.com/@react-types/listbox/-/listbox-3.2.5.tgz#3301b3466bcee6c6109f430e95c31acefe8d8eaf"
1950 + integrity sha512-FxZAT0HT1+LASzNffc5faVuIrODyQeN738l3WeCGb2xJAdkImKr4hahtcdduXvT30WVwaPpsynKlhpRRaVxjDA==
1951 + dependencies:
1952 + "@react-types/shared" "^3.12.0"
1953 +
1954 +"@react-types/menu@^3.5.3":
1955 + version "3.5.3"
1956 + resolved "https://registry.yarnpkg.com/@react-types/menu/-/menu-3.5.3.tgz#bd3b893f1fb8583af7b9a0ff26cc2643f5185928"
1957 + integrity sha512-Lj8TYgrWelV49ewSf5gV1QQ9/QRt162nO7dmYOyRWWBXkOJ+YlHpuZRF+7TkuBwFK+xsxzVSaG6QRfndecvxmw==
1958 + dependencies:
1959 + "@react-types/overlays" "^3.5.5"
1960 + "@react-types/shared" "^3.12.0"
1961 +
1962 +"@react-types/overlays@^3.4.0", "@react-types/overlays@^3.5.5":
1963 + version "3.5.5"
1964 + resolved "https://registry.yarnpkg.com/@react-types/overlays/-/overlays-3.5.5.tgz#64c20eae8bce39618431205a2a695a8cd7b57473"
1965 + integrity sha512-TEfn+hv3E6iX1gEjJ6+Gl3r0+WCIPPMhPjTidU6AKqhS0phtcITQ8gPovr0PYEP4Ub8QuT0ttZWu0nWZP3IxIg==
1966 + dependencies:
1967 + "@react-types/shared" "^3.12.0"
1968 +
1969 +"@react-types/radio@^3.1.1", "@react-types/radio@^3.1.6":
1970 + version "3.1.6"
1971 + resolved "https://registry.yarnpkg.com/@react-types/radio/-/radio-3.1.6.tgz#4de6e29468b8806ccf1f85acc77bf816e80c3757"
1972 + integrity sha512-OmsYEdKnBIGIwX66u2dcbETWeWKlu0bKCzRUDQiTAUpBZOON6s2/34AvknzEGhmxj/OlQB916UzpUHH1EaiqdA==
1973 + dependencies:
1974 + "@react-types/shared" "^3.12.0"
1975 +
1976 +"@react-types/select@^3.5.5":
1977 + version "3.5.5"
1978 + resolved "https://registry.yarnpkg.com/@react-types/select/-/select-3.5.5.tgz#5670bb0436a150277f2932c3e00a01e3bb3f3a4d"
1979 + integrity sha512-LqtDqX/Nk/Ah0NlTXUhVdf1Tbbdp8JLHkw41D68LU8/HGJXQwJ8ZqWbb/xg/ef+EMTVm92+EhrbCmqUpCEE6VA==
1980 + dependencies:
1981 + "@react-types/shared" "^3.12.0"
1982 +
1983 +"@react-types/shared@^3.11.2", "@react-types/shared@^3.12.0", "@react-types/shared@^3.2.1", "@react-types/shared@^3.4.0":
1984 + version "3.12.0"
1985 + resolved "https://registry.yarnpkg.com/@react-types/shared/-/shared-3.12.0.tgz#31a53fcec5c3159fd0d5c67f7e3f3876c7d19908"
1986 + integrity sha512-faGr9xOjtMlkQPfA1i36iUmWS/hpPPtxIwdAtBi6p7rCejmShMLFZ2YN4DxzbJUCVubF2S1+rMMIKuXG17DkEw==
1987 +
1988 +"@react-types/slider@^3.0.6":
1989 + version "3.0.6"
1990 + resolved "https://registry.yarnpkg.com/@react-types/slider/-/slider-3.0.6.tgz#df483751802a1c10269603e8c2705ef433579e8b"
1991 + integrity sha512-WZMEzRcyicn5a3T+2yoGxYQPHWDLqz5KxHvS5bGkUvXykXnvUvrSG3HSytZbQgFQKlb58iafYU35Ll9wFqWBjA==
1992 + dependencies:
1993 + "@react-types/shared" "^3.12.0"
1994 +
1995 +"@react-types/switch@^3.1.6":
1996 + version "3.1.6"
1997 + resolved "https://registry.yarnpkg.com/@react-types/switch/-/switch-3.1.6.tgz#75c59ae46f7289bc3b1a6a97e111f346d6ac3f4c"
1998 + integrity sha512-H9ECjBeEK82tGGiCNx2gQfrx5nJEviICAvUCfemLCS4zdUxs9NUYxIfI12v1Bl5NJ1dD0Cyc0hb4haiB+mX1ig==
1999 + dependencies:
2000 + "@react-types/checkbox" "^3.2.7"
2001 + "@react-types/shared" "^3.12.0"
2002 +
2003 +"@react-types/table@^3.1.3":
2004 + version "3.1.3"
2005 + resolved "https://registry.yarnpkg.com/@react-types/table/-/table-3.1.3.tgz#45e3b0c0a1d6a14db32c2dbeb9e5d15e5f01940a"
2006 + integrity sha512-l5ZmoPEnnMNUOW/mC7x/HDXC0CmHGz5IpWBPbV1aJtQCxRD42yosMaP8pT48EPZjupSeEuUGVFW2sZQlEjHbwg==
2007 + dependencies:
2008 + "@react-types/grid" "^3.0.3"
2009 + "@react-types/shared" "^3.11.2"
2010 +
2011 +"@react-types/tabs@3.0.0-alpha.2":
2012 + version "3.0.0-alpha.2"
2013 + resolved "https://registry.yarnpkg.com/@react-types/tabs/-/tabs-3.0.0-alpha.2.tgz#f18c71f4843ae2117b41fdb012f89cc2dd43adf4"
2014 + integrity sha512-HQNS2plzuNhKPo88OGEW2Ja9aLeiWqgNqEemSxh0KAjkA8IsvDGaoQEpr9ZQIyBZ3PQIljvOpEJ/IwHU5LztrQ==
2015 + dependencies:
2016 + "@react-types/shared" "^3.2.1"
2017 +
2018 +"@react-types/tabs@^3.0.5":
2019 + version "3.0.5"
2020 + resolved "https://registry.yarnpkg.com/@react-types/tabs/-/tabs-3.0.5.tgz#c49fb174f1edc622a6f555e8ed4877c4a5daac8e"
2021 + integrity sha512-ZUIUeOJ7Nv5aoYPv7ThIgnFo4iM/r4i2mSUeOk0frcZRO1maVnD7Xcp/8xuRmT1rn7tzId/hZkXgFjVcUCtgVw==
2022 + dependencies:
2023 + "@react-types/shared" "^3.12.0"
2024 +
2025 +"@react-types/textfield@^3.4.0":
2026 + version "3.4.0"
2027 + resolved "https://registry.yarnpkg.com/@react-types/textfield/-/textfield-3.4.0.tgz#e7ec5d3e14c2fbc0c19167603024ea9d4353e43c"
2028 + integrity sha512-NL97JvdzsuGDYGx/JlE/yCceUR4IS1dX6CK9PljI0ZTsOOXLGynJ4HCpayBzbelUA617a+qr/v0c1CxY3y1qfg==
2029 + dependencies:
2030 + "@react-types/shared" "^3.12.0"
2031 +
1274 "@sideway/address@^4.1.3": 2032 "@sideway/address@^4.1.3":
1275 version "4.1.4" 2033 version "4.1.4"
1276 resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.4.tgz#03dccebc6ea47fdc226f7d3d1ad512955d4783f0" 2034 resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.4.tgz#03dccebc6ea47fdc226f7d3d1ad512955d4783f0"
...@@ -1384,6 +2142,18 @@ ...@@ -1384,6 +2142,18 @@
1384 resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" 2142 resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
1385 integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== 2143 integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
1386 2144
2145 +"@types/lodash.has@^4.5.6":
2146 + version "4.5.7"
2147 + resolved "https://registry.yarnpkg.com/@types/lodash.has/-/lodash.has-4.5.7.tgz#9e1c3da3ee67f68fadc3d168ffdf8e11a3f3ccd3"
2148 + integrity sha512-nfbAzRbsZBdzSAkL9iiLy4SQk89uuFcXBFwZ7pf6oZhBgPvNys8BY5Twp/w8XvZKGt1o6cAa85wX4QhqO3uQ7A==
2149 + dependencies:
2150 + "@types/lodash" "*"
2151 +
2152 +"@types/lodash@*":
2153 + version "4.14.182"
2154 + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.182.tgz#05301a4d5e62963227eaafe0ce04dd77c54ea5c2"
2155 + integrity sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==
2156 +
1387 "@types/node@*": 2157 "@types/node@*":
1388 version "17.0.31" 2158 version "17.0.31"
1389 resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.31.tgz#a5bb84ecfa27eec5e1c802c6bbf8139bdb163a5d" 2159 resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.31.tgz#a5bb84ecfa27eec5e1c802c6bbf8139bdb163a5d"
...@@ -2048,6 +2818,11 @@ bl@^4.1.0: ...@@ -2048,6 +2818,11 @@ bl@^4.1.0:
2048 inherits "^2.0.4" 2818 inherits "^2.0.4"
2049 readable-stream "^3.4.0" 2819 readable-stream "^3.4.0"
2050 2820
2821 +boolbase@^1.0.0:
2822 + version "1.0.0"
2823 + resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
2824 + integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
2825 +
2051 bplist-creator@0.1.0: 2826 bplist-creator@0.1.0:
2052 version "0.1.0" 2827 version "0.1.0"
2053 resolved "https://registry.yarnpkg.com/bplist-creator/-/bplist-creator-0.1.0.tgz#018a2d1b587f769e379ef5519103730f8963ba1e" 2828 resolved "https://registry.yarnpkg.com/bplist-creator/-/bplist-creator-0.1.0.tgz#018a2d1b587f769e379ef5519103730f8963ba1e"
...@@ -2292,6 +3067,11 @@ clone@^1.0.2: ...@@ -2292,6 +3067,11 @@ clone@^1.0.2:
2292 resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" 3067 resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
2293 integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= 3068 integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4=
2294 3069
3070 +clsx@^1.1.1:
3071 + version "1.1.1"
3072 + resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188"
3073 + integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==
3074 +
2295 co@^4.6.0: 3075 co@^4.6.0:
2296 version "4.6.0" 3076 version "4.6.0"
2297 resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" 3077 resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
...@@ -2461,6 +3241,30 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2: ...@@ -2461,6 +3241,30 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2:
2461 shebang-command "^2.0.0" 3241 shebang-command "^2.0.0"
2462 which "^2.0.1" 3242 which "^2.0.1"
2463 3243
3244 +css-select@^4.2.1:
3245 + version "4.3.0"
3246 + resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.3.0.tgz#db7129b2846662fd8628cfc496abb2b59e41529b"
3247 + integrity sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==
3248 + dependencies:
3249 + boolbase "^1.0.0"
3250 + css-what "^6.0.1"
3251 + domhandler "^4.3.1"
3252 + domutils "^2.8.0"
3253 + nth-check "^2.0.1"
3254 +
3255 +css-tree@^1.0.0-alpha.39:
3256 + version "1.1.3"
3257 + resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d"
3258 + integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==
3259 + dependencies:
3260 + mdn-data "2.0.14"
3261 + source-map "^0.6.1"
3262 +
3263 +css-what@^6.0.1:
3264 + version "6.1.0"
3265 + resolved "https://registry.yarnpkg.com/css-what/-/css-what-6.1.0.tgz#fb5effcf76f1ddea2c81bdfaa4de44e79bac70f4"
3266 + integrity sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==
3267 +
2464 cssom@^0.4.4: 3268 cssom@^0.4.4:
2465 version "0.4.4" 3269 version "0.4.4"
2466 resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10" 3270 resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10"
...@@ -2638,6 +3442,35 @@ doctrine@^3.0.0: ...@@ -2638,6 +3442,35 @@ doctrine@^3.0.0:
2638 dependencies: 3442 dependencies:
2639 esutils "^2.0.2" 3443 esutils "^2.0.2"
2640 3444
3445 +dom-helpers@^3.3.1:
3446 + version "3.4.0"
3447 + resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-3.4.0.tgz#e9b369700f959f62ecde5a6babde4bccd9169af8"
3448 + integrity sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA==
3449 + dependencies:
3450 + "@babel/runtime" "^7.1.2"
3451 +
3452 +dom-helpers@^5.0.0:
3453 + version "5.2.1"
3454 + resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-5.2.1.tgz#d9400536b2bf8225ad98fe052e029451ac40e902"
3455 + integrity sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==
3456 + dependencies:
3457 + "@babel/runtime" "^7.8.7"
3458 + csstype "^3.0.2"
3459 +
3460 +dom-serializer@^1.0.1:
3461 + version "1.4.1"
3462 + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.4.1.tgz#de5d41b1aea290215dc45a6dae8adcf1d32e2d30"
3463 + integrity sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==
3464 + dependencies:
3465 + domelementtype "^2.0.1"
3466 + domhandler "^4.2.0"
3467 + entities "^2.0.0"
3468 +
3469 +domelementtype@^2.0.1, domelementtype@^2.2.0:
3470 + version "2.3.0"
3471 + resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d"
3472 + integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==
3473 +
2641 domexception@^2.0.1: 3474 domexception@^2.0.1:
2642 version "2.0.1" 3475 version "2.0.1"
2643 resolved "https://registry.yarnpkg.com/domexception/-/domexception-2.0.1.tgz#fb44aefba793e1574b0af6aed2801d057529f304" 3476 resolved "https://registry.yarnpkg.com/domexception/-/domexception-2.0.1.tgz#fb44aefba793e1574b0af6aed2801d057529f304"
...@@ -2645,6 +3478,22 @@ domexception@^2.0.1: ...@@ -2645,6 +3478,22 @@ domexception@^2.0.1:
2645 dependencies: 3478 dependencies:
2646 webidl-conversions "^5.0.0" 3479 webidl-conversions "^5.0.0"
2647 3480
3481 +domhandler@^4.2.0, domhandler@^4.3.1:
3482 + version "4.3.1"
3483 + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.1.tgz#8d792033416f59d68bc03a5aa7b018c1ca89279c"
3484 + integrity sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==
3485 + dependencies:
3486 + domelementtype "^2.2.0"
3487 +
3488 +domutils@^2.8.0:
3489 + version "2.8.0"
3490 + resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135"
3491 + integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==
3492 + dependencies:
3493 + dom-serializer "^1.0.1"
3494 + domelementtype "^2.2.0"
3495 + domhandler "^4.2.0"
3496 +
2648 ee-first@1.1.1: 3497 ee-first@1.1.1:
2649 version "1.1.1" 3498 version "1.1.1"
2650 resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" 3499 resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
...@@ -2684,6 +3533,11 @@ enquirer@^2.3.5: ...@@ -2684,6 +3533,11 @@ enquirer@^2.3.5:
2684 dependencies: 3533 dependencies:
2685 ansi-colors "^4.1.1" 3534 ansi-colors "^4.1.1"
2686 3535
3536 +entities@^2.0.0:
3537 + version "2.2.0"
3538 + resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
3539 + integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
3540 +
2687 envinfo@^7.7.2: 3541 envinfo@^7.7.2:
2688 version "7.8.1" 3542 version "7.8.1"
2689 resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz#06377e3e5f4d379fea7ac592d5ad8927e0c4d475" 3543 resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz#06377e3e5f4d379fea7ac592d5ad8927e0c4d475"
...@@ -3634,6 +4488,16 @@ internal-slot@^1.0.3: ...@@ -3634,6 +4488,16 @@ internal-slot@^1.0.3:
3634 has "^1.0.3" 4488 has "^1.0.3"
3635 side-channel "^1.0.4" 4489 side-channel "^1.0.4"
3636 4490
4491 +intl-messageformat@^9.12.0:
4492 + version "9.13.0"
4493 + resolved "https://registry.yarnpkg.com/intl-messageformat/-/intl-messageformat-9.13.0.tgz#97360b73bd82212e4f6005c712a4a16053165468"
4494 + integrity sha512-7sGC7QnSQGa5LZP7bXLDhVDtQOeKGeBFGHF2Y8LVBwYZoQZCgWeKoPGTa5GMG8g/TzDgeXuYJQis7Ggiw2xTOw==
4495 + dependencies:
4496 + "@formatjs/ecma402-abstract" "1.11.4"
4497 + "@formatjs/fast-memoize" "1.2.1"
4498 + "@formatjs/icu-messageformat-parser" "2.1.0"
4499 + tslib "^2.1.0"
4500 +
3637 invariant@*, invariant@^2.2.4: 4501 invariant@*, invariant@^2.2.4:
3638 version "2.2.4" 4502 version "2.2.4"
3639 resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" 4503 resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
...@@ -4643,16 +5507,66 @@ locate-path@^5.0.0: ...@@ -4643,16 +5507,66 @@ locate-path@^5.0.0:
4643 dependencies: 5507 dependencies:
4644 p-locate "^4.1.0" 5508 p-locate "^4.1.0"
4645 5509
5510 +lodash.clonedeep@^4.5.0:
5511 + version "4.5.0"
5512 + resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
5513 + integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
5514 +
4646 lodash.debounce@^4.0.8: 5515 lodash.debounce@^4.0.8:
4647 version "4.0.8" 5516 version "4.0.8"
4648 resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" 5517 resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
4649 integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= 5518 integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
4650 5519
5520 +lodash.get@^4.4.2:
5521 + version "4.4.2"
5522 + resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
5523 + integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
5524 +
5525 +lodash.has@^4.5.2:
5526 + version "4.5.2"
5527 + resolved "https://registry.yarnpkg.com/lodash.has/-/lodash.has-4.5.2.tgz#d19f4dc1095058cccbe2b0cdf4ee0fe4aa37c862"
5528 + integrity sha1-0Z9NwQlQWMzL4rDN9O4P5Ko3yGI=
5529 +
5530 +lodash.isempty@^4.4.0:
5531 + version "4.4.0"
5532 + resolved "https://registry.yarnpkg.com/lodash.isempty/-/lodash.isempty-4.4.0.tgz#6f86cbedd8be4ec987be9aaf33c9684db1b31e7e"
5533 + integrity sha1-b4bL7di+TsmHvpqvM8loTbGzHn4=
5534 +
5535 +lodash.isequal@^4.5.0:
5536 + version "4.5.0"
5537 + resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
5538 + integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
5539 +
5540 +lodash.isnil@^4.0.0:
5541 + version "4.0.0"
5542 + resolved "https://registry.yarnpkg.com/lodash.isnil/-/lodash.isnil-4.0.0.tgz#49e28cd559013458c814c5479d3c663a21bfaa6c"
5543 + integrity sha1-SeKM1VkBNFjIFMVHnTxmOiG/qmw=
5544 +
4651 lodash.merge@^4.6.2: 5545 lodash.merge@^4.6.2:
4652 version "4.6.2" 5546 version "4.6.2"
4653 resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" 5547 resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
4654 integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== 5548 integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
4655 5549
5550 +lodash.mergewith@^4.6.2:
5551 + version "4.6.2"
5552 + resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
5553 + integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==
5554 +
5555 +lodash.omit@^4.5.0:
5556 + version "4.5.0"
5557 + resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60"
5558 + integrity sha1-brGa5aHuHdnfC5aeZs4Lf6MLXmA=
5559 +
5560 +lodash.omitby@^4.6.0:
5561 + version "4.6.0"
5562 + resolved "https://registry.yarnpkg.com/lodash.omitby/-/lodash.omitby-4.6.0.tgz#5c15ff4754ad555016b53c041311e8f079204791"
5563 + integrity sha1-XBX/R1StVVAWtTwEExHo8HkgR5E=
5564 +
5565 +lodash.pick@^4.4.0:
5566 + version "4.4.0"
5567 + resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
5568 + integrity sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=
5569 +
4656 lodash.throttle@^4.1.1: 5570 lodash.throttle@^4.1.1:
4657 version "4.1.1" 5571 version "4.1.1"
4658 resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" 5572 resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
...@@ -4740,6 +5654,11 @@ map-visit@^1.0.0: ...@@ -4740,6 +5654,11 @@ map-visit@^1.0.0:
4740 dependencies: 5654 dependencies:
4741 object-visit "^1.0.0" 5655 object-visit "^1.0.0"
4742 5656
5657 +mdn-data@2.0.14:
5658 + version "2.0.14"
5659 + resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50"
5660 + integrity sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==
5661 +
4743 merge-stream@^2.0.0: 5662 merge-stream@^2.0.0:
4744 version "2.0.0" 5663 version "2.0.0"
4745 resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" 5664 resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
...@@ -5119,6 +6038,48 @@ nanomatch@^1.2.9: ...@@ -5119,6 +6038,48 @@ nanomatch@^1.2.9:
5119 snapdragon "^0.8.1" 6038 snapdragon "^0.8.1"
5120 to-regex "^3.0.1" 6039 to-regex "^3.0.1"
5121 6040
6041 +native-base@^3.4.5:
6042 + version "3.4.5"
6043 + resolved "https://registry.yarnpkg.com/native-base/-/native-base-3.4.5.tgz#8c67be7b8b70b76abc77c18c66ca059927715811"
6044 + integrity sha512-eGT+i81vS946Ova+y2ybNy0n6ROQW2yL3pFvXlp8tnxY5HCrYqO2i/ctPGKSCQZnxSBsy0PG/e2PAQuB5DRKhg==
6045 + dependencies:
6046 + "@react-aria/focus" "^3.2.3"
6047 + "@react-aria/utils" "^3.6.0"
6048 + "@react-aria/visually-hidden" "^3.2.1"
6049 + "@react-native-aria/button" "^0.2.4"
6050 + "@react-native-aria/checkbox" "^0.2.2"
6051 + "@react-native-aria/combobox" "^0.2.4-alpha.0"
6052 + "@react-native-aria/focus" "^0.2.4"
6053 + "@react-native-aria/interactions" "^0.2.2"
6054 + "@react-native-aria/listbox" "^0.2.4-alpha.3"
6055 + "@react-native-aria/overlays" "0.3.3-rc.0"
6056 + "@react-native-aria/radio" "^0.2.4"
6057 + "@react-native-aria/slider" "^0.2.5-alpha.1"
6058 + "@react-native-aria/tabs" "^0.2.7"
6059 + "@react-native-aria/utils" "^0.2.8"
6060 + "@react-stately/checkbox" "3.0.3"
6061 + "@react-stately/collections" "^3.3.0"
6062 + "@react-stately/combobox" "^3.0.0-alpha.1"
6063 + "@react-stately/radio" "^3.2.1"
6064 + "@react-stately/slider" "^3.0.1"
6065 + "@react-stately/tabs" "^3.0.0-alpha.1"
6066 + "@react-stately/toggle" "^3.2.1"
6067 + "@types/lodash.has" "^4.5.6"
6068 + lodash.clonedeep "^4.5.0"
6069 + lodash.get "^4.4.2"
6070 + lodash.has "^4.5.2"
6071 + lodash.isempty "^4.4.0"
6072 + lodash.isequal "^4.5.0"
6073 + lodash.isnil "^4.0.0"
6074 + lodash.merge "^4.6.2"
6075 + lodash.mergewith "^4.6.2"
6076 + lodash.omit "^4.5.0"
6077 + lodash.omitby "^4.6.0"
6078 + lodash.pick "^4.4.0"
6079 + react-native-keyboard-aware-scroll-view "^0.9.5"
6080 + stable-hash "^0.0.2"
6081 + tinycolor2 "^1.4.2"
6082 +
5122 natural-compare@^1.4.0: 6083 natural-compare@^1.4.0:
5123 version "1.4.0" 6084 version "1.4.0"
5124 resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" 6085 resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
...@@ -5221,6 +6182,13 @@ npm-run-path@^4.0.0: ...@@ -5221,6 +6182,13 @@ npm-run-path@^4.0.0:
5221 dependencies: 6182 dependencies:
5222 path-key "^3.0.0" 6183 path-key "^3.0.0"
5223 6184
6185 +nth-check@^2.0.1:
6186 + version "2.0.1"
6187 + resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2"
6188 + integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==
6189 + dependencies:
6190 + boolbase "^1.0.0"
6191 +
5224 nullthrows@^1.1.1: 6192 nullthrows@^1.1.1:
5225 version "1.1.1" 6193 version "1.1.1"
5226 resolved "https://registry.yarnpkg.com/nullthrows/-/nullthrows-1.1.1.tgz#7818258843856ae971eae4208ad7d7eb19a431b1" 6194 resolved "https://registry.yarnpkg.com/nullthrows/-/nullthrows-1.1.1.tgz#7818258843856ae971eae4208ad7d7eb19a431b1"
...@@ -5637,7 +6605,7 @@ prompts@^2.0.1, prompts@^2.4.0: ...@@ -5637,7 +6605,7 @@ prompts@^2.0.1, prompts@^2.4.0:
5637 kleur "^3.0.3" 6605 kleur "^3.0.3"
5638 sisteransi "^1.0.5" 6606 sisteransi "^1.0.5"
5639 6607
5640 -prop-types@*, prop-types@^15.8.1: 6608 +prop-types@*, prop-types@^15.6.2, prop-types@^15.8.1:
5641 version "15.8.1" 6609 version "15.8.1"
5642 resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" 6610 resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
5643 integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== 6611 integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
...@@ -5712,6 +6680,32 @@ react-native-gradle-plugin@^0.0.6: ...@@ -5712,6 +6680,32 @@ react-native-gradle-plugin@^0.0.6:
5712 resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.6.tgz#b61a9234ad2f61430937911003cddd7e15c72b45" 6680 resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.6.tgz#b61a9234ad2f61430937911003cddd7e15c72b45"
5713 integrity sha512-eIlgtsmDp1jLC24dRn43hB3kEcZVqx6DUQbR0N1ABXGnMEafm9I3V3dUUeD1vh+Dy5WqijSoEwLNUPLgu5zDMg== 6681 integrity sha512-eIlgtsmDp1jLC24dRn43hB3kEcZVqx6DUQbR0N1ABXGnMEafm9I3V3dUUeD1vh+Dy5WqijSoEwLNUPLgu5zDMg==
5714 6682
6683 +react-native-iphone-x-helper@^1.0.3:
6684 + version "1.3.1"
6685 + resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.3.1.tgz#20c603e9a0e765fd6f97396638bdeb0e5a60b010"
6686 + integrity sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg==
6687 +
6688 +react-native-keyboard-aware-scroll-view@^0.9.5:
6689 + version "0.9.5"
6690 + resolved "https://registry.yarnpkg.com/react-native-keyboard-aware-scroll-view/-/react-native-keyboard-aware-scroll-view-0.9.5.tgz#e2e9665d320c188e6b1f22f151b94eb358bf9b71"
6691 + integrity sha512-XwfRn+T/qBH9WjTWIBiJD2hPWg0yJvtaEw6RtPCa5/PYHabzBaWxYBOl0usXN/368BL1XktnZPh8C2lmTpOREA==
6692 + dependencies:
6693 + prop-types "^15.6.2"
6694 + react-native-iphone-x-helper "^1.0.3"
6695 +
6696 +react-native-safe-area-context@^4.2.5:
6697 + version "4.2.5"
6698 + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.2.5.tgz#23006dc1a398bb825d7d795c27f1c46119efe8a5"
6699 + integrity sha512-nUil2de1gk/8ZB9IzIxFyGCiKeAYcHzJb/Tks2NzSkev1qH4MNR05DWYDSmW6vLT+y4mospLVyG/H5dyUd+KQQ==
6700 +
6701 +react-native-svg@^12.3.0:
6702 + version "12.3.0"
6703 + resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-12.3.0.tgz#40f657c5d1ee366df23f3ec8dae76fd276b86248"
6704 + integrity sha512-ESG1g1j7/WLD7X3XRFTQHVv0r6DpbHNNcdusngAODIxG88wpTWUZkhcM3A2HJTb+BbXTFDamHv7FwtRKWQ/ALg==
6705 + dependencies:
6706 + css-select "^4.2.1"
6707 + css-tree "^1.0.0-alpha.39"
6708 +
5715 react-native@0.68.1: 6709 react-native@0.68.1:
5716 version "0.68.1" 6710 version "0.68.1"
5717 resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.68.1.tgz#c3d92f89028cdc2453fe7cd2d532b3f68d1c27c8" 6711 resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.68.1.tgz#c3d92f89028cdc2453fe7cd2d532b3f68d1c27c8"
...@@ -6395,6 +7389,11 @@ sprintf-js@~1.0.2: ...@@ -6395,6 +7389,11 @@ sprintf-js@~1.0.2:
6395 resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" 7389 resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
6396 integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= 7390 integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
6397 7391
7392 +stable-hash@^0.0.2:
7393 + version "0.0.2"
7394 + resolved "https://registry.yarnpkg.com/stable-hash/-/stable-hash-0.0.2.tgz#a909deaa5b9d430b100ca0a10132a533f2665e94"
7395 + integrity sha512-tPwQ3c1rLIwbJpq59duoznegEbmgfV630C2n4R4G96LKBFljgK8j+O9AxjqB6cAzu4gE7s4pByrLWtZel8E+Mg==
7396 +
6398 stack-utils@^2.0.2: 7397 stack-utils@^2.0.2:
6399 version "2.0.5" 7398 version "2.0.5"
6400 resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.5.tgz#d25265fca995154659dbbfba3b49254778d2fdd5" 7399 resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.5.tgz#d25265fca995154659dbbfba3b49254778d2fdd5"
...@@ -6639,6 +7638,11 @@ through2@^2.0.1: ...@@ -6639,6 +7638,11 @@ through2@^2.0.1:
6639 readable-stream "~2.3.6" 7638 readable-stream "~2.3.6"
6640 xtend "~4.0.1" 7639 xtend "~4.0.1"
6641 7640
7641 +tinycolor2@^1.4.2:
7642 + version "1.4.2"
7643 + resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.2.tgz#3f6a4d1071ad07676d7fa472e1fac40a719d8803"
7644 + integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==
7645 +
6642 tmpl@1.0.5: 7646 tmpl@1.0.5:
6643 version "1.0.5" 7647 version "1.0.5"
6644 resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc" 7648 resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
...@@ -6712,7 +7716,7 @@ tslib@^1.8.1: ...@@ -6712,7 +7716,7 @@ tslib@^1.8.1:
6712 resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" 7716 resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
6713 integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== 7717 integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
6714 7718
6715 -tslib@^2.0.1: 7719 +tslib@^2.0.1, tslib@^2.1.0:
6716 version "2.4.0" 7720 version "2.4.0"
6717 resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" 7721 resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
6718 integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== 7722 integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
......