Untitled
[0KRunning with gitlab-runner 16.4.1 (d89a789a)[0;m [0K on 51.159.120.35 XCode Runner RzyLB5VK, system ID: s_f491643b04d4[0;m section_start:1706714064:prepare_executor [0K[0K[36;1mPreparing the "shell" executor[0;m[0;m [0KUsing Shell (bash) executor...[0;m section_end:1706714064:prepare_executor [0Ksection_start:1706714064:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on 90029a29-35a2-473d-b65f-03db4db1a3d0... section_end:1706714064:prepare_script [0Ksection_start:1706714064:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mFetching changes with git depth set to 50...[0;m Initialized empty Git repository in /opt/builder/builds/RzyLB5VK/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native/.git/ [32;1mCreated fresh repository.[0;m [32;1mChecking out bb234dad as detached HEAD (ref is feature/1887979_dashboard_1926)...[0;m [32;1mSkipping Git submodules setup[0;m section_end:1706714091:get_sources [0Ksection_start:1706714091:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [32;1m$ if [ -n "$AWS_ARTIFACTS" -a "$AWS_ARTIFACTS" = "enabled" ]; then # collapsed multi-line command[0;m Using private npm registry to pull packages yarn config v1.22.19 success Set "registry" to "https://registry.npmjs.org/". Done in 0.01s. npm registry set to - https://registry.npmjs.org/ Node version = v18.17.1 NPM version = 9.6.7 Yarn version = 1.22.19 NPM registry = https://registry.npmjs.org/ Yarn registry = https://registry.npmjs.org/ Set Up the private repository for @builder and the auth token on npm and yarn [32;1m$ npm config set @builder:registry=https://gitlab.builder.ai/api/v4/packages/npm/ # collapsed multi-line command[0;m [32;1m$ xcrun simctl shutdown all && xcrun simctl erase all[0;m [32;1m$ set +e[0;m [32;1m$ killall "iOS Simulator"[0;m No matching processes belonging to you were found [32;1m$ killall "Simulator"[0;m No matching processes belonging to you were found [32;1m$ set -e[0;m [32;1m$ /Users/admin/devops/scripts/job-cleanup-script.sh[0;m Starting build directory cleanup job. /opt/builder/builds/RzyLB5VK/0/clientprojects/assembler_projects/prd Ignoring path luxgonewfinal-138857-react-native Removing directory mybuilderproject-317571-react-native Removing directory mybuilderproject-317571-react-native.tmp /opt/builder/builds/RzyLB5VK/0/clientprojects/assembler_projects Ignoring path prd /opt/builder/builds/RzyLB5VK/0/clientprojects Ignoring path assembler_projects /opt/builder/builds/RzyLB5VK/0 Ignoring path clientprojects Reached minimum depth at /opt/builder/builds/RzyLB5VK/0 Starting cocoapods cache directory cleanup job. Cleaning up External pods Cleaning up Release pods Done Starting XCode cache cleanup job. Done Cleanup done, returning to project directory. [32;1m$ BACKEND_URL=$(cat app-deploy/values.yaml | grep REACT_APP_API_PATH | awk '{ print $2 }' | sed 's:"::g')[0;m [32;1m$ echo "Setting backend URL to" $BACKEND_URL[0;m Setting backend URL to https://luxgonewfinal-138857-ruby.b138857.dev.eastus.az.svc.builder.cafe [32;1m$ sed -i "" "s,const baseURL\(.*\),const baseURL = \"$BACKEND_URL\";," src/packages/framework/src/config.js[0;m [32;1m$ echo "Running Builder analytics check"[0;m Running Builder analytics check [32;1m$ if [[ "$BUILDER_ANALYTICS" = true ]]; then # collapsed multi-line command[0;m [32;1m$ cat src/packages/framework/src/config.js[0;m "use strict"; const baseURL = "https://luxgonewfinal-138857-ruby.b138857.dev.eastus.az.svc.builder.cafe"; Object.defineProperty(exports, "__esModule", { value: true }); exports.baseURL = baseURL; [32;1m$ cd src[0;m [32;1m$ yarn ${YARN_OPTS}[0;m yarn add v1.22.19 info No lockfile found. $ yarn --cwd ./packages/blocks/core --prefer-offline yarn install v1.22.19 info No lockfile found. [1/4] Resolving packages... warning react-native@0.64.4: Issues and pull requests filed against this version are not supported. See the React Native release support policy to learn more: https://github.com/reactwg/react-native-releases#releases-support-policy warning react-native > metro-babel-register > @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. warning react-native > metro-babel-register > @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. warning react-native > metro-babel-register > @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. warning react-native > metro-react-native-babel-transformer > babel-preset-fbjs > @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. warning react-native > metro-react-native-babel-transformer > metro-react-native-babel-preset > @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. warning react-native > metro-react-native-babel-transformer > metro-react-native-babel-preset > @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. warning react-native > metro-react-native-babel-transformer > metro-react-native-babel-preset > @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. warning react-native > @react-native-community/cli-platform-ios > xcode > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. warning react-native > react-native-codegen > jscodeshift > @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. warning react-native > react-native-codegen > jscodeshift > @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. warning react-native > react-native-codegen > jscodeshift > @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. warning react-native > metro-react-native-babel-transformer > babel-preset-fbjs > @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. warning react-native > metro-react-native-babel-transformer > metro-react-native-babel-preset > @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. warning react-native > metro-react-native-babel-transformer > metro-react-native-babel-preset > @babel/plugin-proposal-optional-catch-binding@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead. warning react-native > @react-native-community/cli > metro > jest-haste-map > sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added warning react-native > @react-native-community/cli > metro > metro-minify-uglify > uglify-es@3.3.9: support for ECMAScript is superseded by `uglify-js` as of v3.13.0 warning react-native > react-native-codegen > jscodeshift > micromatch > snapdragon > source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated warning react-native > react-native-codegen > jscodeshift > micromatch > snapdragon > source-map-resolve > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated warning react-native > react-native-codegen > jscodeshift > micromatch > snapdragon > source-map-resolve > source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated warning react-native > react-native-codegen > jscodeshift > micromatch > snapdragon > source-map-resolve > resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated warning @material-ui/core@4.12.4: Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5. warning @material-ui/core > @material-ui/styles@4.11.5: Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5. warning @material-ui/icons@4.11.2: You can now upgrade to @mui/icons. See the guide: https://mui.com/guides/migration-v4/ warning @material-ui/lab@4.0.0-alpha.61: Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5. warning @material-ui/pickers@3.3.10: This package no longer supported. It has been relaced by @mui/x-date-pickers warning @react-native-community/google-signin@5.0.0: please install @react-native-google-signin/google-signin instead warning @types/react-native-document-picker@3.1.1: This is a stub types definition. react-native-document-picker provides its own type definitions, so you do not need this installed. warning @unimodules/core@5.5.1: replaced by the 'expo' package, learn more: https://blog.expo.dev/whats-new-in-expo-modules-infrastructure-7a7cdda81ebc warning @unimodules/react-native-adapter@5.7.0: replaced by the 'expo' package, learn more: https://blog.expo.dev/whats-new-in-expo-modules-infrastructure-7a7cdda81ebc warning babel-preset-es2015@6.24.1: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read https://babeljs.io/env to update! warning babel-preset-es2015 > babel-plugin-transform-es2015-block-scoping > babel-runtime > core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. warning firebase > @firebase/polyfill > core-js@3.6.5: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. warning metro-react-native-babel-preset > @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. warning metro-react-native-babel-preset > @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. warning metro-react-native-babel-preset > @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. warning metro-react-native-babel-preset > @babel/plugin-proposal-optional-catch-binding@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead. warning metro-react-native-babel-preset > @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. warning react-native@0.64.4: Issues and pull requests filed against this version are not supported. See the React Native release support policy to learn more: https://github.com/reactwg/react-native-releases#releases-support-policy warning react-native-appearance > fbemitter > fbjs > core-js@1.2.7: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. warning Resolution field "@types/react-native@0.66.1" is incompatible with requested version "@types/react-native@^0.70" warning react-native-reanimated > fbjs > core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. warning react-native-video > shaka-player@2.5.23: Shaka Player < v4.2 is no longer supported. warning react-navigation > react-navigation-drawer@0.5.0: This package is no longer supported. Please use @react-navigation/drawer instead. See https://reactnavigation.org/docs/drawer-navigator/ for usage guide warning react-navigation > react-navigation-tabs@0.8.4: This package is no longer supported. Please use @react-navigation/bottom-tabs instead. See https://reactnavigation.org/docs/bottom-tab-navigator/ for usage guide warning react-navigation > react-navigation-stack@0.7.0: This package is no longer supported. Please use @react-navigation/stack instead. See https://reactnavigation.org/docs/stack-navigator/ for usage guide warning react-navigation-stack@2.10.4: This package is no longer supported. Please use @react-navigation/stack instead. See https://reactnavigation.org/docs/stack-navigator/ for usage guide warning react-scripts > fsevents@2.0.7: "Please update to latest v2.3 or v2.2" warning react-scripts > babel-eslint@10.0.2: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. warning react-scripts > babel-preset-react-app > @babel/plugin-proposal-class-properties@7.8.3: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. warning react-scripts > babel-preset-react-app > @babel/plugin-proposal-nullish-coalescing-operator@7.8.3: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. warning react-scripts > babel-preset-react-app > @babel/plugin-proposal-optional-chaining@7.9.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. warning react-scripts > eslint-loader@2.2.1: This loader has been deprecated. Please use eslint-webpack-plugin warning react-scripts > html-webpack-plugin@4.0.0-beta.5: please switch to a stable version warning react-scripts > babel-preset-react-app > @babel/plugin-proposal-numeric-separator@7.8.3: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead. warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-numeric-separator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead. warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-optional-catch-binding@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead. warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. warning react-scripts > babel-jest > @jest/transform > jest-haste-map > sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added warning react-scripts > babel-jest > @jest/transform > jest-haste-map > fsevents@1.2.13: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 warning react-scripts > webpack-dev-server > chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies warning react-scripts > react-dev-utils > fork-ts-checker-webpack-plugin > chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies warning react-scripts > webpack-dev-server > chokidar > fsevents@1.2.13: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 warning react-scripts > webpack-dev-server > sockjs > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. warning react-scripts > webpack-dev-server > webpack-log > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-async-generator-functions@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead. warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-dynamic-import@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead. warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-json-strings@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-json-strings instead. warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/plugin-proposal-unicode-property-regex@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead. warning react-scripts > babel-preset-react-app > @babel/preset-env > @babel/preset-modules > @babel/plugin-proposal-unicode-property-regex@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead. warning react-scripts > @svgr/webpack > @svgr/plugin-svgo > svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x. warning react-scripts > jest-environment-jsdom-fourteen > jsdom > abab@2.0.6: Use your platform's native atob() and btoa() methods instead warning react-scripts > jest-environment-jsdom-fourteen > jsdom > data-urls > abab@2.0.6: Use your platform's native atob() and btoa() methods instead warning react-scripts > jest-environment-jsdom-fourteen > jsdom > domexception@1.0.1: Use your platform's native DOMException instead warning react-scripts > jest-environment-jsdom-fourteen > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 warning react-scripts > jest-environment-jsdom-fourteen > jsdom > request > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. warning react-scripts > jest-environment-jsdom-fourteen > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 warning react-scripts > jest-environment-jsdom-fourteen > jsdom > w3c-xmlserializer > domexception@1.0.1: Use your platform's native DOMException instead warning react-scripts > resolve-url-loader > rework > css > source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated warning react-scripts > resolve-url-loader > rework > css > urix@0.1.0: Please see https://github.com/lydell/urix#deprecated warning react-scripts > terser-webpack-plugin > cacache > figgy-pudding@3.5.2: This module is no longer supported. warning react-scripts > terser-webpack-plugin > cacache > ssri > figgy-pudding@3.5.2: This module is no longer supported. warning react-scripts > jest-environment-jsdom-fourteen > jsdom > w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin. warning react-scripts > webpack > watchpack > watchpack-chokidar2 > chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies warning react-scripts > @svgr/webpack > @svgr/plugin-svgo > svgo > stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility warning react-scripts > jest-environment-jsdom-fourteen > jsdom > request > har-validator@5.1.5: this library is no longer supported warning react-scripts > optimize-css-assets-webpack-plugin > cssnano > cssnano-preset-default > postcss-svgo > svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x. warning react-scripts > postcss-preset-env > postcss-color-gray > postcss-values-parser > flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash. warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi@15.1.1: Switch to 'npm install joi' warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/topo > @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > abab@2.0.6: Use your platform's native atob() and btoa() methods instead warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > domexception@1.0.1: Use your platform's native DOMException instead warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin. warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/address@2.1.4: Moved to 'npm install @sideway/address' warning react-scripts > workbox-webpack-plugin > workbox-build > @hapi/joi > @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained warning react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > left-pad@1.3.0: use String.prototype.padStart() warning @react-native-community/eslint-config > babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. warning @testing-library/react-native@9.2.0: v9.2.0 was released by mistake with a breaking change. Please use v9.1.0 instead warning @types/react-native-tab-view@2.3.0: This is a stub types definition. react-native-tab-view provides its own type definitions, so you do not need this installed. warning @types/react-navigation@3.4.0: This is a stub types definition. react-navigation provides its own type definitions, so you do not need this installed. warning @types/react-navigation > react-navigation@5.0.0: This package is no longer supported. Please use @react-navigation/native instead. See https://reactnavigation.org/docs/getting-started/ for usage guide warning babel-eslint@10.0.3: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. warning brotli-webpack-plugin > iltorb@2.4.5: The zlib module provides APIs for brotli compression/decompression starting with Node.js v10.16.0, please use it over iltorb warning compression-webpack-plugin > cacache > figgy-pudding@3.5.2: This module is no longer supported. warning compression-webpack-plugin > cacache > ssri > figgy-pudding@3.5.2: This module is no longer supported. warning jest > @jest/core > jest-config > jest-environment-jsdom > jsdom > abab@2.0.6: Use your platform's native atob() and btoa() methods instead warning jest > @jest/core > jest-config > jest-environment-jsdom > jsdom > domexception@2.0.1: Use your platform's native DOMException instead warning jest > @jest/core > jest-config > jest-environment-jsdom > jsdom > w3c-hr-time@1.0.2: Use your platform's native performance.now() and performance.timeOrigin. warning jest > @jest/core > jest-config > jest-environment-jsdom > jsdom > data-urls > abab@2.0.6: Use your platform's native atob() and btoa() methods instead warning jest-cucumber > gherkin@5.1.0: This package is now published under @cucumber/gherkin warning pixels-catcher > formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau warning pixels-catcher > multer@1.4.4: Multer 1.x is affected by CVE-2022-24434. This is fixed in v1.4.4-lts.1 which drops support for versions of Node.js before 6. Please upgrade to at least Node.js 6 and version 1.4.4-lts.1 of Multer. If you need support for older versions of Node.js, we are open to accepting patches that would fix the CVE on the main 1.x release line, whilst maintaining compatibility with Node.js 0.10. warning prettier-eslint-cli > messageformat@2.3.0: Package renamed as '@messageformat/core', see messageformat.github.io for more details. 'messageformat@4' will eventually provide a polyfill for Intl.MessageFormat, once it's been defined by Unicode & ECMA. [2/4] Fetching packages... warning mini-css-extract-plugin@0.5.0: Invalid bin field for "mini-css-extract-plugin". [3/4] Linking dependencies... warning "react-native > metro-react-native-babel-transformer@0.64.0" has unmet peer dependency "@babel/core@*". warning "react-native > react-native-codegen > jscodeshift@0.11.0" has unmet peer dependency "@babel/preset-env@^7.1.6". warning " > @firebase/analytics@0.2.18" has unmet peer dependency "@firebase/app@0.x". warning " > @firebase/analytics@0.2.18" has unmet peer dependency "@firebase/app-types@0.x". warning "@firebase/analytics > @firebase/installations@0.4.6" has unmet peer dependency "@firebase/app@0.x". warning "@firebase/analytics > @firebase/installations@0.4.6" has unmet peer dependency "@firebase/app-types@0.x". warning "@firebase/analytics > @firebase/installations > @firebase/installations-types@0.3.3" has unmet peer dependency "@firebase/app-types@0.x". warning " > @material-ui/pickers@3.3.10" has unmet peer dependency "@date-io/core@^1.3.6". warning " > @material-ui/pickers@3.3.10" has unmet peer dependency "prop-types@^15.6.0". warning " > @react-native-community/async-storage-backend-legacy@2.0.0-rc.3" has incorrect peer dependency "react@^16.0". warning " > @react-native-community/async-storage-backend-web@2.0.0-rc.0" has incorrect peer dependency "react@^16.0". warning " > @react-native-community/google-signin@5.0.0" has unmet peer dependency "prop-types@*". warning " > @react-native-firebase/analytics@13.1.1" has incorrect peer dependency "@react-native-firebase/app@13.1.1". warning " > @unimodules/react-native-adapter@5.7.0" has incorrect peer dependency "react-native-web@~0.13.7". warning " > metro-react-native-babel-preset@0.61.0" has unmet peer dependency "@babel/core@*". warning " > react-art@16.11.0" has incorrect peer dependency "react@^16.0.0". warning " > react-facebook-login@4.1.1" has incorrect peer dependency "react@^16.0.0". warning " > react-firebase@2.2.8" has incorrect peer dependency "firebase@^3.6.1 || ^4.0.0". warning " > react-firebase@2.2.8" has incorrect peer dependency "react@^0.14.8 || ^15.0.0 || ^16.0.0". warning " > react-images-upload@1.2.8" has incorrect peer dependency "react@^16.3.0". warning " > react-images-upload@1.2.8" has incorrect peer dependency "react-dom@^16.3.0". warning " > react-native-compass-heading@1.4.0" has incorrect peer dependency "react@^17.0.2". warning " > react-native-elements@3.4.0" has incorrect peer dependency "react-native-safe-area-context@^3.1.9". warning " > react-native-fast-image@7.0.2" has incorrect peer dependency "react@^16.8.6". warning " > react-native-fast-image@7.0.2" has incorrect peer dependency "react-native@^0.60.0". warning " > react-native-fs@2.18.0" has unmet peer dependency "react-native-windows@*". warning " > react-native-image-to-pdf@1.2.0" has incorrect peer dependency "react-native@^0.41.2". warning " > react-native-modal-datetime-picker@13.1.2" has incorrect peer dependency "react-native@>=0.65.0". warning " > react-native-print@0.10.0" has unmet peer dependency "react-native-windows@>=0.62". warning " > react-native-ui-lib@6.11.2" has incorrect peer dependency "react-native-reanimated@>=2.0.0". warning " > react-native-video-player@0.12.0" has unmet peer dependency "prop-types@*". warning " > react-native-video-player@0.12.0" has incorrect peer dependency "react-native-video@^2.0.0". warning " > react-native-web@0.18.12" has incorrect peer dependency "react@^17.0.2 || ^18.0.0". warning " > react-native-web@0.18.12" has incorrect peer dependency "react-dom@^17.0.2 || ^18.0.0". warning "react-native-web-maps > react-google-maps@9.4.5" has unmet peer dependency "@types/googlemaps@^3.0.0". warning "react-native-web-maps > react-google-maps@9.4.5" has unmet peer dependency "@types/markerclustererplus@^2.1.29". warning "react-native-web-maps > react-google-maps@9.4.5" has incorrect peer dependency "@types/react@^15.0.0 || ^16.0.0". warning "react-native-web-maps > react-google-maps@9.4.5" has incorrect peer dependency "react@^15.0.0 || ^16.0.0". warning "react-native-web-maps > react-google-maps@9.4.5" has incorrect peer dependency "react-dom@^15.0.0 || ^16.0.0". warning "react-native-web-maps > react-google-maps > recompose@0.26.0" has incorrect peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0". warning "react-navigation > create-react-context@0.2.2" has unmet peer dependency "prop-types@^15.0.0". warning "react-navigation > create-react-context@0.2.2" has incorrect peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0". warning " > react-navigation-stack@2.10.4" has unmet peer dependency "@react-native-community/masked-view@>=0.1.0". warning " > react-navigation-stack@2.10.4" has unmet peer dependency "react-native-screens@>=1.0.0 || >= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0". warning " > react-navigation-stack@2.10.4" has incorrect peer dependency "react-navigation@^4.1.1". warning " > react-router-modal@1.5.2" has incorrect peer dependency "react@^15 || ^16". warning " > react-router-modal@1.5.2" has incorrect peer dependency "react-dom@^15 || ^16". warning " > eslint-config-react-app@5.2.1" has incorrect peer dependency "eslint@6.x". warning " > eslint-config-react-app@5.2.1" has unmet peer dependency "eslint-plugin-flowtype@3.x || 4.x". warning " > eslint-config-react-app@5.2.1" has unmet peer dependency "eslint-plugin-react-hooks@1.x || 2.x". warning "react-scripts > @typescript-eslint/parser@1.13.0" has incorrect peer dependency "eslint@^5.0.0". warning "react-scripts > @typescript-eslint/eslint-plugin@1.13.0" has incorrect peer dependency "eslint@^5.0.0". warning " > recompose@0.30.0" has incorrect peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0". warning "@types/react-native-tab-view > react-native-tab-view@3.5.2" has unmet peer dependency "react-native-pager-view@*". warning " > @typescript-eslint/eslint-plugin@2.20.0" has incorrect peer dependency "eslint@^5.0.0 || ^6.0.0". warning " > @typescript-eslint/parser@2.20.0" has incorrect peer dependency "eslint@^5.0.0 || ^6.0.0". warning " > babel-jest@26.6.3" has unmet peer dependency "@babel/core@^7.0.0". warning "babel-jest > babel-preset-jest@26.6.2" has unmet peer dependency "@babel/core@^7.0.0". warning "babel-jest > babel-preset-jest > babel-preset-current-node-syntax@1.0.1" has unmet peer dependency "@babel/core@^7.0.0". warning "babel-jest > babel-preset-jest > babel-preset-current-node-syntax > @babel/plugin-syntax-bigint@7.8.3" has unmet peer dependency "@babel/core@^7.0.0-0". warning " > compression-webpack-plugin@3.1.0" has unmet peer dependency "webpack@^4.3.0 || ^5.0.0". warning " > enzyme-adapter-react-16@1.15.7" has incorrect peer dependency "react@^16.0.0-0". warning " > enzyme-adapter-react-16@1.15.7" has incorrect peer dependency "react-dom@^16.0.0-0". warning "enzyme-adapter-react-16 > enzyme-adapter-utils@1.14.1" has incorrect peer dependency "react@0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0". warning "enzyme-adapter-react-16 > enzyme-adapter-utils > airbnb-prop-types@2.16.0" has incorrect peer dependency "react@^0.14 || ^15.0.0 || ^16.0.0-alpha". warning "enzyme-adapter-react-16 > react-test-renderer@16.14.0" has incorrect peer dependency "react@^16.14.0". warning " > eslint-config-airbnb@18.0.1" has incorrect peer dependency "eslint@^5.16.0 || ^6.1.0". warning " > eslint-config-airbnb@18.0.1" has unmet peer dependency "eslint-plugin-react-hooks@^1.7.0". warning "eslint-config-airbnb > eslint-config-airbnb-base@14.2.1" has incorrect peer dependency "eslint-plugin-import@^2.22.1". warning " > eslint-plugin-import@2.20.0" has incorrect peer dependency "eslint@2.x - 6.x". warning " > eslint-plugin-react@7.18.3" has incorrect peer dependency "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0". warning " > eslint-plugin-sonarjs@0.5.0" has incorrect peer dependency "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0". warning " > pixels-catcher@0.7.0" has unmet peer dependency "prop-types@>=15.7.2". warning " > ts-jest@25.5.1" has incorrect peer dependency "jest@>=25 <26". warning " > ts-jest@25.5.1" has incorrect peer dependency "typescript@>=3.4 <4.0". [4/4] Building fresh packages... success Saved lockfile. Done in 218.97s. [1/4] Resolving packages... warning react-google-charts > react-load-script@0.0.6: abandoned and unmaintained warning react-navigation-tabs@2.11.2: This package is no longer supported. Please use @react-navigation/bottom-tabs instead. See https://reactnavigation.org/docs/bottom-tab-navigator/ for usage guide warning workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > react-navigation-tabs@2.11.2: This package is no longer supported. Please use @react-navigation/bottom-tabs instead. See https://reactnavigation.org/docs/bottom-tab-navigator/ for usage guide [2/4] Fetching packages... warning Pattern ["@material-ui/styles@latest"] is trying to unpack in the same destination "/Users/m1/Library/Caches/Yarn/v6/npm-@material-ui-styles-4.11.5-19f84457df3aafd956ac863dbe156b1d88e2bbfb-integrity/node_modules/@material-ui/styles" as pattern ["@material-ui/styles@^4.11.5","@material-ui/styles@^4.11.5"]. This could result in non-deterministic behavior, skipping. [3/4] Linking dependencies... warning " > react-native@0.64.4" has unmet peer dependency "react@17.0.1". warning "react-native > metro-react-native-babel-transformer@0.64.0" has unmet peer dependency "@babel/core@*". warning "react-native > use-subscription@1.8.0" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0". warning "react-native > react-native-codegen > jscodeshift@0.11.0" has unmet peer dependency "@babel/preset-env@^7.1.6". warning "react-native > use-subscription > use-sync-external-store@1.2.0" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0". warning " > @fullcalendar/react@5.11.0" has unmet peer dependency "react@^16.7.0 || ^18". warning " > @fullcalendar/react@5.11.0" has unmet peer dependency "react-dom@^16.7.0 || ^18". warning " > @material-ui/core@4.12.4" has unmet peer dependency "react@^16.8.0 || ^17.0.0". warning " > @material-ui/core@4.12.4" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0". warning "@material-ui/core > @material-ui/utils@4.11.3" has unmet peer dependency "react@^16.8.0 || ^17.0.0". warning "@material-ui/core > @material-ui/utils@4.11.3" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0". warning "@material-ui/core > @material-ui/system@4.12.2" has unmet peer dependency "react@^16.8.0 || ^17.0.0". warning "@material-ui/core > @material-ui/system@4.12.2" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0". warning "@material-ui/core > @material-ui/styles@4.11.5" has unmet peer dependency "react@^16.8.0 || ^17.0.0". warning "@material-ui/core > @material-ui/styles@4.11.5" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0". warning "@material-ui/core > react-transition-group@4.4.5" has unmet peer dependency "react@>=16.6.0". warning "@material-ui/core > react-transition-group@4.4.5" has unmet peer dependency "react-dom@>=16.6.0". warning " > @material-ui/icons@4.11.2" has unmet peer dependency "react@^16.8.0 || ^17.0.0". warning " > @material-ui/icons@4.11.2" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0". warning " > @material-ui/lab@4.0.0-alpha.61" has unmet peer dependency "react@^16.8.0 || ^17.0.0". warning " > @material-ui/lab@4.0.0-alpha.61" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > @material-ui/styles@4.11.5" has unmet peer dependency "react@^16.8.0 || ^17.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > @material-ui/styles@4.11.5" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0". warning " > @ptomasroos/react-native-multi-slider@2.2.2" has unmet peer dependency "react@*". warning " > @react-native-community/checkbox@0.5.15" has unmet peer dependency "react@*". warning " > @react-native-community/clipboard@1.5.1" has unmet peer dependency "react@>=16.0". warning " > @react-native-community/geolocation@3.1.0" has unmet peer dependency "react@*". warning " > @react-native-ml-kit/text-recognition@1.5.1" has unmet peer dependency "react@>=16.8.1". warning " > @react-native-picker/picker@2.6.1" has unmet peer dependency "react@>=16". warning " > @react-navigation/native@5.9.8" has unmet peer dependency "react@*". warning "@react-navigation/native > @react-navigation/core@5.16.1" has unmet peer dependency "react@*". warning " > @react-oauth/google@0.8.0" has unmet peer dependency "react@>=16.8.0". warning " > @react-oauth/google@0.8.0" has unmet peer dependency "react-dom@>=16.8.0". warning " > @unimodules/react-native-adapter@5.7.0" has incorrect peer dependency "react-native-web@~0.13.7". warning " > formik@2.4.2" has unmet peer dependency "react@>=16.8.0". warning " > react-datepicker@4.25.0" has unmet peer dependency "react@^16.9.0 || ^17 || ^18". warning " > react-datepicker@4.25.0" has unmet peer dependency "react-dom@^16.9.0 || ^17 || ^18". warning "react-datepicker > react-onclickoutside@6.13.0" has unmet peer dependency "react@^15.5.x || ^16.x || ^17.x || ^18.x". warning "react-datepicker > react-onclickoutside@6.13.0" has unmet peer dependency "react-dom@^15.5.x || ^16.x || ^17.x || ^18.x". warning "react-datepicker > react-popper@2.3.0" has unmet peer dependency "react@^16.8.0 || ^17 || ^18". warning "react-datepicker > react-popper@2.3.0" has unmet peer dependency "react-dom@^16.8.0 || ^17 || ^18". warning " > react-google-charts@2.0.29" has unmet peer dependency "react@>=15.0.0". warning " > react-google-charts@2.0.29" has unmet peer dependency "react-dom@>=15.0.0". warning "react-google-charts > react-load-script@0.0.6" has unmet peer dependency "prop-types@>=15". warning "react-google-charts > react-load-script@0.0.6" has unmet peer dependency "react@>=0.14.9". warning " > react-google-places-autocomplete@4.0.1" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0". warning " > react-google-places-autocomplete@4.0.1" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0". warning "react-google-places-autocomplete > react-select@5.8.0" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0". warning "react-google-places-autocomplete > react-select@5.8.0" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0". warning "react-google-places-autocomplete > react-select > use-isomorphic-layout-effect@1.1.2" has unmet peer dependency "react@^16.8.0 || ^17.0.0 || ^18.0.0". warning "react-google-places-autocomplete > use-debounce@3.4.3" has unmet peer dependency "react@>=16.8.0". warning "react-google-places-autocomplete > react-select > @emotion/react@11.11.3" has unmet peer dependency "react@>=16.8.0". warning "react-google-places-autocomplete > react-select > @emotion/react > @emotion/use-insertion-effect-with-fallbacks@1.0.1" has unmet peer dependency "react@>=16.8.0". warning " > react-icalendar-link@3.0.2" has unmet peer dependency "prop-types@^15.5.4". warning " > react-icalendar-link@3.0.2" has unmet peer dependency "react@>= 15.0.0". warning " > react-icalendar-link@3.0.2" has unmet peer dependency "react-dom@>= 15.0.0". warning " > react-icons@4.12.0" has unmet peer dependency "react@*". warning " > react-material-ui-carousel@2.3.11" has unmet peer dependency "react@^16.13.1 || ^17.0.1". warning " > react-material-ui-carousel@2.3.11" has unmet peer dependency "react-dom@^16.13.1 || ^17.0.1". warning "react-material-ui-carousel > react-swipeable@6.2.2" has unmet peer dependency "react@^16.8.3 || ^17 || ^18". warning "react-native-calendars > recyclerlistview@3.0.5" has unmet peer dependency "react@>= 15.2.1". warning " > react-native-chart-kit@6.12.0" has unmet peer dependency "react@> 16.7.0". warning " > react-native-document-picker@8.0.0" has unmet peer dependency "react@*". warning " > react-native-elements@3.4.0" has incorrect peer dependency "react-native-safe-area-context@^3.1.9". warning "react-native-elements > react-native-ratings@7.6.1" has unmet peer dependency "react@*". warning " > react-native-fast-image@7.0.2" has unmet peer dependency "react@^16.8.6". warning " > react-native-fast-image@7.0.2" has incorrect peer dependency "react-native@^0.60.0". warning " > react-native-fs@2.18.0" has unmet peer dependency "react-native-windows@*". warning " > react-native-image-picker@5.3.1" has unmet peer dependency "react@*". warning " > react-native-maps@0.29.4" has unmet peer dependency "react@>= 16.0 || < 18.0". warning " > react-native-mask-input@1.2.3" has unmet peer dependency "react@*". warning " > react-native-material-dropdown@0.11.1" has unmet peer dependency "react@*". warning "react-native-material-dropdown > react-native-material-buttons@0.5.0" has unmet peer dependency "react@*". warning "react-native-material-dropdown > react-native-material-ripple@0.8.0" has unmet peer dependency "react@*". warning "react-native-material-dropdown > react-native-material-buttons > react-native-material-ripple@0.7.5" has unmet peer dependency "react@*". warning "react-native-material-dropdown > react-native-material-textfield@0.12.0" has unmet peer dependency "react@*". warning " > react-native-material-dropdown-v2@0.12.0" has unmet peer dependency "react@*". warning " > react-native-material-textfield@0.16.1" has unmet peer dependency "react@>=16.3.0". warning " > react-native-onboarding-swiper@1.2.0" has unmet peer dependency "react@*". warning " > react-native-onboarding-swiper@1.2.0" has unmet peer dependency "prop-types@*". warning " > react-native-otp-textinput@1.1.5" has incorrect peer dependency "react-native@^0.72.4". warning " > react-native-paper@5.9.0" has unmet peer dependency "react@*". warning "react-native-paper > @callstack/react-theme-provider@3.0.9" has unmet peer dependency "react@>=16.3.0". warning "react-native-paper > use-latest-callback@0.1.9" has unmet peer dependency "react@>=16.8". warning " > react-native-payments@0.8.4" has unmet peer dependency "react@>=15". warning " > react-native-permissions@2.2.2" has unmet peer dependency "react@>=16.8.6". warning " > react-native-radar@3.2.3" has unmet peer dependency "react@>= 16.8.6". warning " > react-native-safe-area-context@4.6.4" has unmet peer dependency "react@*". warning " > react-native-svg@12.2.0" has unmet peer dependency "react@*". warning " > react-native-web@0.18.12" has unmet peer dependency "react@^17.0.2 || ^18.0.0". warning " > react-native-web@0.18.12" has unmet peer dependency "react-dom@^17.0.2 || ^18.0.0". warning " > react-native-webview@11.26.0" has unmet peer dependency "react@*". warning " > react-navigation@2.18.7" has unmet peer dependency "react@*". warning "react-navigation > create-react-context@0.2.2" has unmet peer dependency "prop-types@^15.0.0". warning "react-navigation > create-react-context@0.2.2" has unmet peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0". warning "react-navigation > react-native-screens@1.0.0-alpha.23" has unmet peer dependency "react@*". warning "react-navigation > react-navigation-tabs@0.8.4" has unmet peer dependency "react@*". warning "react-navigation > react-navigation-drawer@0.5.0" has unmet peer dependency "react@*". warning "react-navigation > react-navigation-stack@0.7.0" has unmet peer dependency "react@*". warning "react-navigation > react-navigation-drawer > react-native-drawer-layout-polyfill > react-native-drawer-layout@1.3.2" has unmet peer dependency "react@*". warning "react-navigation > react-navigation-deprecated-tab-navigator > react-native-tab-view@0.0.77" has unmet peer dependency "react@*". warning "react-navigation > react-navigation-tabs > react-native-tab-view@1.4.1" has unmet peer dependency "react@*". warning "react-navigation > react-native-safe-area-view@0.14.8" has unmet peer dependency "react@*". warning " > react-navigation-stack@2.10.4" has unmet peer dependency "@react-native-community/masked-view@>=0.1.0". warning " > react-navigation-stack@2.10.4" has unmet peer dependency "react@*". warning " > react-navigation-stack@2.10.4" has unmet peer dependency "react-native-screens@>=1.0.0 || >= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0". warning " > react-navigation-stack@2.10.4" has incorrect peer dependency "react-navigation@^4.1.1". warning " > react-navigation-tabs@2.11.2" has unmet peer dependency "react@*". warning " > react-navigation-tabs@2.11.2" has unmet peer dependency "react-native-reanimated@^1.0.0-alpha". warning " > react-navigation-tabs@2.11.2" has unmet peer dependency "react-native-screens@>=1.0.0 || >= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0". warning " > react-navigation-tabs@2.11.2" has incorrect peer dependency "react-navigation@^4.1.1". warning "react-navigation-tabs > react-native-tab-view@2.16.0" has unmet peer dependency "react@*". warning "react-navigation-tabs > react-native-tab-view@2.16.0" has unmet peer dependency "react-native-reanimated@*". warning " > react-select@3.2.0" has unmet peer dependency "react@^16.8.0 || ^17.0.0". warning " > react-select@3.2.0" has unmet peer dependency "react-dom@^16.8.0 || ^17.0.0". warning "react-select > react-input-autosize@3.0.0" has unmet peer dependency "react@^16.3.0 || ^17.0.0". warning "react-select > @emotion/core@10.3.1" has unmet peer dependency "react@>=16.3.0". warning " > react-toastify@9.0.2" has unmet peer dependency "react@>=16". warning " > react-toastify@9.0.2" has unmet peer dependency "react-dom@>=16". warning " > recompose@0.30.0" has unmet peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0". warning " > @testing-library/jest-native@4.0.13" has unmet peer dependency "react@>=16.0.0". warning " > @testing-library/jest-native@4.0.13" has unmet peer dependency "react-test-renderer@>=16.0.0". warning " > @testing-library/react@13.4.0" has unmet peer dependency "react@^18.0.0". warning " > @testing-library/react@13.4.0" has unmet peer dependency "react-dom@^18.0.0". warning " > @testing-library/react-native@11.2.0" has unmet peer dependency "react@>=16.0.0". warning " > @testing-library/react-native@11.2.0" has unmet peer dependency "react-test-renderer@>=16.0.0". warning " > enzyme-adapter-react-16@1.15.7" has unmet peer dependency "enzyme@^3.0.0". warning " > enzyme-adapter-react-16@1.15.7" has unmet peer dependency "react@^16.0.0-0". warning " > enzyme-adapter-react-16@1.15.7" has unmet peer dependency "react-dom@^16.0.0-0". warning "enzyme-adapter-react-16 > enzyme-adapter-utils@1.14.1" has unmet peer dependency "react@0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0". warning "enzyme-adapter-react-16 > react-test-renderer@16.14.0" has unmet peer dependency "react@^16.14.0". warning "enzyme-adapter-react-16 > enzyme-adapter-utils > airbnb-prop-types@2.16.0" has unmet peer dependency "react@^0.14 || ^15.0.0 || ^16.0.0-alpha". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > @react-native-community/async-storage-backend-legacy@2.0.0-rc.3" has incorrect peer dependency "react@^16.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > mobile > react-images-upload@1.2.8" has incorrect peer dependency "react@^16.3.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > mobile > react-images-upload@1.2.8" has unmet peer dependency "react-dom@^16.3.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > mobile > react-native-compass-heading@1.4.0" has incorrect peer dependency "react@^17.0.2". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > @firebase/analytics@0.2.18" has unmet peer dependency "@firebase/app@0.x". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > @firebase/analytics@0.2.18" has unmet peer dependency "@firebase/app-types@0.x". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > react-router-modal@1.5.2" has incorrect peer dependency "react@^15 || ^16". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > react-router-modal@1.5.2" has incorrect peer dependency "react-dom@^15 || ^16". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > react-facebook-login@4.1.1" has incorrect peer dependency "react@^16.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > react-firebase@2.2.8" has incorrect peer dependency "firebase@^3.6.1 || ^4.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > react-firebase@2.2.8" has incorrect peer dependency "react@^0.14.8 || ^15.0.0 || ^16.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > @material-ui/pickers@3.3.10" has unmet peer dependency "@date-io/core@^1.3.6". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > @material-ui/pickers@3.3.10" has unmet peer dependency "prop-types@^15.6.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > mobile > react-images-upload > react-flip-move@3.0.5" has unmet peer dependency "react-dom@>=16.3.x". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > @react-native-community/async-storage-backend-web@2.0.0-rc.0" has incorrect peer dependency "react@^16.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > @typescript-eslint/parser@2.20.0" has incorrect peer dependency "eslint@^5.0.0 || ^6.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > babel-jest@26.6.3" has unmet peer dependency "@babel/core@^7.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > babel-jest > babel-preset-jest@26.6.2" has unmet peer dependency "@babel/core@^7.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > eslint-plugin-import@2.20.0" has incorrect peer dependency "eslint@2.x - 6.x". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > @typescript-eslint/eslint-plugin@2.20.0" has incorrect peer dependency "eslint@^5.0.0 || ^6.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > mobile > @react-native-firebase/analytics@13.1.1" has incorrect peer dependency "@react-native-firebase/app@13.1.1". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > ts-jest@25.5.1" has unmet peer dependency "jest@>=25 <26". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > ts-jest@25.5.1" has incorrect peer dependency "typescript@>=3.4 <4.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > eslint-plugin-react@7.18.3" has incorrect peer dependency "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > mobile > @react-native-community/google-signin@5.0.0" has unmet peer dependency "prop-types@*". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > jest-enzyme@7.1.2" has unmet peer dependency "enzyme@>=3.4.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > jest-enzyme@7.1.2" has unmet peer dependency "jest@>=22.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > mobile > react-native-fs@2.18.0" has unmet peer dependency "react-native-windows@*". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > mobile > react-native-image-to-pdf@1.2.0" has incorrect peer dependency "react-native@^0.41.2". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > mobile > react-native-modal-datetime-picker@13.1.2" has incorrect peer dependency "react-native@>=0.65.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > mobile > react-native-print@0.10.0" has unmet peer dependency "react-native-windows@>=0.62". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > mobile > react-native-ui-lib@6.11.2" has incorrect peer dependency "react-native-reanimated@>=2.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > eslint-config-airbnb@18.0.1" has incorrect peer dependency "eslint@^5.16.0 || ^6.1.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > eslint-config-airbnb@18.0.1" has unmet peer dependency "eslint-plugin-react-hooks@^1.7.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > mobile > react-native-video-player@0.12.0" has unmet peer dependency "prop-types@*". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > mobile > react-native-video-player@0.12.0" has incorrect peer dependency "react-native-video@^2.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > mobile > eslint-plugin-sonarjs@0.5.0" has incorrect peer dependency "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > eslint-config-react-app@5.2.1" has incorrect peer dependency "eslint@6.x". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > eslint-config-react-app@5.2.1" has unmet peer dependency "eslint-plugin-flowtype@3.x || 4.x". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > eslint-config-react-app@5.2.1" has unmet peer dependency "eslint-plugin-react-hooks@1.x || 2.x". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > mobile > pixels-catcher@0.7.0" has unmet peer dependency "prop-types@>=15.7.2". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > react-art@16.11.0" has incorrect peer dependency "react@^16.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > @testing-library/react-native@9.2.0" has unmet peer dependency "react-test-renderer@>=16.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > @testing-library/jest-native@9.2.0" has unmet peer dependency "react-test-renderer@>=16.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > mobile > @types/react-native-tab-view > react-native-tab-view@3.5.2" has unmet peer dependency "react-native-pager-view@*". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > compression-webpack-plugin@3.1.0" has unmet peer dependency "webpack@^4.3.0 || ^5.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > @firebase/analytics > @firebase/installations@0.4.6" has unmet peer dependency "@firebase/app@0.x". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > @firebase/analytics > @firebase/installations@0.4.6" has unmet peer dependency "@firebase/app-types@0.x". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > babel-jest > babel-preset-jest > babel-preset-current-node-syntax@1.0.1" has unmet peer dependency "@babel/core@^7.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > jest-enzyme > enzyme-matchers@7.1.2" has unmet peer dependency "enzyme@>=3.4.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > jest-enzyme > jest-environment-enzyme@7.1.2" has unmet peer dependency "enzyme@3.x". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > jest-enzyme > jest-environment-enzyme@7.1.2" has unmet peer dependency "jest@>=22.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > eslint-config-airbnb > eslint-config-airbnb-base@14.2.1" has incorrect peer dependency "eslint-plugin-import@^2.22.1". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > react-native-web-maps > react-google-maps@9.4.5" has unmet peer dependency "@types/googlemaps@^3.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > react-native-web-maps > react-google-maps@9.4.5" has unmet peer dependency "@types/markerclustererplus@^2.1.29". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > react-native-web-maps > react-google-maps@9.4.5" has incorrect peer dependency "@types/react@^15.0.0 || ^16.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > react-native-web-maps > react-google-maps@9.4.5" has incorrect peer dependency "react@^15.0.0 || ^16.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > react-native-web-maps > react-google-maps@9.4.5" has incorrect peer dependency "react-dom@^15.0.0 || ^16.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > react-scripts > @typescript-eslint/eslint-plugin@1.13.0" has incorrect peer dependency "eslint@^5.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > react-scripts > @typescript-eslint/parser@1.13.0" has incorrect peer dependency "eslint@^5.0.0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > babel-jest > babel-preset-jest > babel-preset-current-node-syntax > @babel/plugin-syntax-logical-assignment-operators@7.10.4" has unmet peer dependency "@babel/core@^7.0.0-0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > babel-jest > babel-preset-jest > babel-preset-current-node-syntax > @babel/plugin-syntax-bigint@7.8.3" has unmet peer dependency "@babel/core@^7.0.0-0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > babel-jest > babel-preset-jest > babel-preset-current-node-syntax > @babel/plugin-syntax-async-generators@7.8.4" has unmet peer dependency "@babel/core@^7.0.0-0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > babel-jest > babel-preset-jest > babel-preset-current-node-syntax > @babel/plugin-syntax-import-meta@7.10.4" has unmet peer dependency "@babel/core@^7.0.0-0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > babel-jest > babel-preset-jest > babel-preset-current-node-syntax > @babel/plugin-syntax-numeric-separator@7.10.4" has unmet peer dependency "@babel/core@^7.0.0-0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > babel-jest > babel-preset-jest > babel-preset-current-node-syntax > @babel/plugin-syntax-top-level-await@7.14.5" has unmet peer dependency "@babel/core@^7.0.0-0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > framework > babel-jest > babel-preset-jest > babel-preset-current-node-syntax > @babel/plugin-syntax-json-strings@7.8.3" has unmet peer dependency "@babel/core@^7.0.0-0". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > @firebase/analytics > @firebase/installations > @firebase/installations-types@0.3.3" has unmet peer dependency "@firebase/app-types@0.x". warning "workspace-aggregator-2d8fc25e-b5f6-4b09-87fc-26e71aaa46e7 > web > react-native-web-maps > react-google-maps > recompose@0.26.0" has incorrect peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0". warning " > metro-react-native-babel-preset@0.61.0" has unmet peer dependency "@babel/core@*". [4/4] Building fresh packages... success Saved lockfile. success Saved 1979 new dependencies. info Direct dependencies ├─ @material-ui/core@4.12.4 ├─ @material-ui/icons@4.11.2 ├─ @material-ui/lab@4.0.0-alpha.61 ├─ @react-native-async-storage/async-storage@1.19.0 ├─ @react-native-community/checkbox@0.5.15 ├─ @react-native-community/netinfo@5.9.10 ├─ @react-navigation/native@5.9.8 ├─ @testing-library/jest-dom@5.16.5 ├─ @testing-library/jest-native@4.0.13 ├─ @types/node@13.13.52 ├─ @types/react-native-check-box@2.1.2 ├─ @types/react-native@0.66.1 ├─ @types/react-navigation@3.4.0 ├─ @types/react-select@3.1.2 ├─ @types/react@17.0.2 ├─ @types/recompose@0.30.10 ├─ @types/yup@0.26.37 ├─ @unimodules/core@5.5.1 ├─ @unimodules/react-native-adapter@5.7.0 ├─ concurrently@5.0.0 ├─ enzyme-adapter-react-16@1.15.7 ├─ formik@2.4.2 ├─ i18n-js@3.9.2 ├─ invert-color@2.0.0 ├─ jest-cucumber@2.0.13 ├─ metro-react-native-babel-preset@0.61.0 ├─ moment@2.30.1 ├─ patch-package@6.5.1 ├─ react-geocode@0.2.3 ├─ react-native-android-location-enabler@1.2.2 ├─ react-native-calendar-events@2.2.0 ├─ react-native-calendars@1.1297.0 ├─ react-native-check-box@2.1.7 ├─ react-native-document-picker@8.0.0 ├─ react-native-elements@3.4.0 ├─ react-native-fast-image@7.0.2 ├─ react-native-fs@2.18.0 ├─ react-native-geolocation-service@5.3.0 ├─ react-native-gesture-handler@1.10.3 ├─ react-native-image-picker@5.3.1 ├─ react-native-maps@0.29.4 ├─ react-native-material-dropdown@0.11.1 ├─ react-native-material-textfield@0.16.1 ├─ react-native-paper@5.9.0 ├─ react-native-permissions@2.2.2 ├─ react-native-radar@3.2.3 ├─ react-native-responsive-dimensions@3.1.1 ├─ react-native-safe-area-context@4.6.4 ├─ react-native-save-view@0.2.3 ├─ react-native-svg@12.2.0 ├─ react-native-vector-icons@9.2.0 ├─ react-native-web@0.18.12 ├─ react-native-webview@11.26.0 ├─ react-native@0.64.4 ├─ react-navigation-stack@2.10.4 ├─ react-navigation@2.18.7 ├─ recompose@0.30.0 ├─ socket.io-client@4.7.1 ├─ socket.io@4.7.1 ├─ typescript@4.1.3 └─ yup@0.28.5 info All dependencies ├─ @aashutoshrathi/word-wrap@1.2.6 ├─ @adobe/css-tools@4.3.3 ├─ @ampproject/remapping@2.2.1 ├─ @babel/code-frame@7.23.5 ├─ @babel/compat-data@7.23.5 ├─ @babel/core@7.23.9 ├─ @babel/generator@7.23.6 ├─ @babel/helper-annotate-as-pure@7.22.5 ├─ @babel/helper-builder-binary-assignment-operator-visitor@7.22.15 ├─ @babel/helper-compilation-targets@7.23.6 ├─ @babel/helper-create-class-features-plugin@7.23.10 ├─ @babel/helper-create-regexp-features-plugin@7.22.15 ├─ @babel/helper-define-polyfill-provider@0.5.0 ├─ @babel/helper-environment-visitor@7.22.20 ├─ @babel/helper-function-name@7.23.0 ├─ @babel/helper-hoist-variables@7.22.5 ├─ @babel/helper-member-expression-to-functions@7.23.0 ├─ @babel/helper-module-imports@7.22.15 ├─ @babel/helper-module-transforms@7.23.3 ├─ @babel/helper-optimise-call-expression@7.22.5 ├─ @babel/helper-plugin-utils@7.22.5 ├─ @babel/helper-remap-async-to-generator@7.22.20 ├─ @babel/helper-replace-supers@7.22.20 ├─ @babel/helper-simple-access@7.22.5 ├─ @babel/helper-skip-transparent-expression-wrappers@7.22.5 ├─ @babel/helper-split-export-declaration@7.22.6 ├─ @babel/helper-string-parser@7.23.4 ├─ @babel/helper-validator-identifier@7.22.20 ├─ @babel/helper-validator-option@7.23.5 ├─ @babel/helper-wrap-function@7.22.20 ├─ @babel/helpers@7.23.9 ├─ @babel/highlight@7.23.4 ├─ @babel/parser@7.23.9 ├─ @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3 ├─ @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3 ├─ @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.7 ├─ @babel/plugin-proposal-class-properties@7.18.6 ├─ @babel/plugin-proposal-export-default-from@7.23.3 ├─ @babel/plugin-proposal-nullish-coalescing-operator@7.18.6 ├─ @babel/plugin-proposal-object-rest-spread@7.20.7 ├─ @babel/plugin-proposal-optional-catch-binding@7.18.6 ├─ @babel/plugin-proposal-optional-chaining@7.21.0 ├─ @babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2 ├─ @babel/plugin-syntax-async-generators@7.8.4 ├─ @babel/plugin-syntax-bigint@7.8.3 ├─ @babel/plugin-syntax-class-properties@7.12.13 ├─ @babel/plugin-syntax-class-static-block@7.14.5 ├─ @babel/plugin-syntax-dynamic-import@7.8.3 ├─ @babel/plugin-syntax-export-default-from@7.23.3 ├─ @babel/plugin-syntax-export-namespace-from@7.8.3 ├─ @babel/plugin-syntax-flow@7.23.3 ├─ @babel/plugin-syntax-import-assertions@7.23.3 ├─ @babel/plugin-syntax-import-attributes@7.23.3 ├─ @babel/plugin-syntax-import-meta@7.10.4 ├─ @babel/plugin-syntax-json-strings@7.8.3 ├─ @babel/plugin-syntax-jsx@7.23.3 ├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4 ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 ├─ @babel/plugin-syntax-numeric-separator@7.10.4 ├─ @babel/plugin-syntax-object-rest-spread@7.8.3 ├─ @babel/plugin-syntax-optional-catch-binding@7.8.3 ├─ @babel/plugin-syntax-optional-chaining@7.8.3 ├─ @babel/plugin-syntax-private-property-in-object@7.14.5 ├─ @babel/plugin-syntax-top-level-await@7.14.5 ├─ @babel/plugin-syntax-typescript@7.23.3 ├─ @babel/plugin-syntax-unicode-sets-regex@7.18.6 ├─ @babel/plugin-transform-arrow-functions@7.23.3 ├─ @babel/plugin-transform-async-generator-functions@7.23.9 ├─ @babel/plugin-transform-async-to-generator@7.23.3 ├─ @babel/plugin-transform-block-scoped-functions@7.23.3 ├─ @babel/plugin-transform-block-scoping@7.23.4 ├─ @babel/plugin-transform-class-properties@7.23.3 ├─ @babel/plugin-transform-class-static-block@7.23.4 ├─ @babel/plugin-transform-classes@7.23.8 ├─ @babel/plugin-transform-computed-properties@7.23.3 ├─ @babel/plugin-transform-destructuring@7.23.3 ├─ @babel/plugin-transform-dotall-regex@7.23.3 ├─ @babel/plugin-transform-duplicate-keys@7.23.3 ├─ @babel/plugin-transform-dynamic-import@7.23.4 ├─ @babel/plugin-transform-exponentiation-operator@7.23.3 ├─ @babel/plugin-transform-export-namespace-from@7.23.4 ├─ @babel/plugin-transform-flow-strip-types@7.23.3 ├─ @babel/plugin-transform-for-of@7.23.6 ├─ @babel/plugin-transform-function-name@7.23.3 ├─ @babel/plugin-transform-json-strings@7.23.4 ├─ @babel/plugin-transform-literals@7.23.3 ├─ @babel/plugin-transform-logical-assignment-operators@7.23.4 ├─ @babel/plugin-transform-member-expression-literals@7.23.3 ├─ @babel/plugin-transform-modules-amd@7.23.3 ├─ @babel/plugin-transform-modules-commonjs@7.23.3 ├─ @babel/plugin-transform-modules-systemjs@7.23.9 ├─ @babel/plugin-transform-modules-umd@7.23.3 ├─ @babel/plugin-transform-named-capturing-groups-regex@7.22.5 ├─ @babel/plugin-transform-new-target@7.23.3 ├─ @babel/plugin-transform-nullish-coalescing-operator@7.23.4 ├─ @babel/plugin-transform-numeric-separator@7.23.4 ├─ @babel/plugin-transform-object-assign@7.23.3 ├─ @babel/plugin-transform-object-rest-spread@7.23.4 ├─ @babel/plugin-transform-object-super@7.23.3 ├─ @babel/plugin-transform-optional-catch-binding@7.23.4 ├─ @babel/plugin-transform-optional-chaining@7.23.4 ├─ @babel/plugin-transform-parameters@7.23.3 ├─ @babel/plugin-transform-private-methods@7.23.3 ├─ @babel/plugin-transform-private-property-in-object@7.23.4 ├─ @babel/plugin-transform-property-literals@7.23.3 ├─ @babel/plugin-transform-react-constant-elements@7.23.3 ├─ @babel/plugin-transform-react-display-name@7.23.3 ├─ @babel/plugin-transform-react-jsx-development@7.22.5 ├─ @babel/plugin-transform-react-jsx-self@7.23.3 ├─ @babel/plugin-transform-react-jsx-source@7.23.3 ├─ @babel/plugin-transform-react-jsx@7.23.4 ├─ @babel/plugin-transform-react-pure-annotations@7.23.3 ├─ @babel/plugin-transform-regenerator@7.23.3 ├─ @babel/plugin-transform-reserved-words@7.23.3 ├─ @babel/plugin-transform-runtime@7.23.9 ├─ @babel/plugin-transform-shorthand-properties@7.23.3 ├─ @babel/plugin-transform-spread@7.23.3 ├─ @babel/plugin-transform-sticky-regex@7.23.3 ├─ @babel/plugin-transform-template-literals@7.23.3 ├─ @babel/plugin-transform-typeof-symbol@7.23.3 ├─ @babel/plugin-transform-typescript@7.23.6 ├─ @babel/plugin-transform-unicode-escapes@7.23.3 ├─ @babel/plugin-transform-unicode-property-regex@7.23.3 ├─ @babel/plugin-transform-unicode-regex@7.23.3 ├─ @babel/plugin-transform-unicode-sets-regex@7.23.3 ├─ @babel/preset-env@7.23.9 ├─ @babel/preset-flow@7.23.3 ├─ @babel/preset-modules@0.1.6-no-external-plugins ├─ @babel/preset-react@7.23.3 ├─ @babel/preset-typescript@7.23.3 ├─ @babel/register@7.23.7 ├─ @babel/regjsgen@0.8.0 ├─ @babel/runtime@7.23.9 ├─ @babel/template@7.23.9 ├─ @babel/traverse@7.23.9 ├─ @babel/types@7.23.9 ├─ @bcoe/v8-coverage@0.2.3 ├─ @callstack/react-theme-provider@3.0.9 ├─ @cnakazawa/watch@1.0.4 ├─ @csstools/convert-colors@1.4.0 ├─ @csstools/normalize.css@9.0.1 ├─ @date-io/core@1.3.13 ├─ @date-io/moment@1.1.0 ├─ @egjs/hammerjs@2.0.17 ├─ @emotion/babel-plugin@11.11.0 ├─ @emotion/cache@10.0.29 ├─ @emotion/core@10.3.1 ├─ @emotion/css@10.0.27 ├─ @emotion/hash@0.8.0 ├─ @emotion/react@11.11.3 ├─ @emotion/serialize@0.11.16 ├─ @emotion/stylis@0.8.5 ├─ @emotion/unitless@0.7.5 ├─ @emotion/use-insertion-effect-with-fallbacks@1.0.1 ├─ @eslint/eslintrc@0.2.2 ├─ @expo/config-plugins@2.0.4 ├─ @expo/config-types@41.0.0 ├─ @expo/json-file@8.2.30 ├─ @expo/plist@0.0.13 ├─ @firebase/analytics-types@0.2.8 ├─ @firebase/analytics@0.2.18 ├─ @firebase/app-types@0.6.1 ├─ @firebase/app@0.6.11 ├─ @firebase/auth-interop-types@0.1.5 ├─ @firebase/auth-types@0.10.1 ├─ @firebase/auth@0.15.0 ├─ @firebase/component@0.1.19 ├─ @firebase/database-types@0.5.2 ├─ @firebase/database@0.6.13 ├─ @firebase/firestore-types@1.14.0 ├─ @firebase/firestore@1.18.0 ├─ @firebase/functions-types@0.3.17 ├─ @firebase/functions@0.5.1 ├─ @firebase/installations-types@0.3.4 ├─ @firebase/installations@0.4.17 ├─ @firebase/logger@0.2.6 ├─ @firebase/messaging-types@0.5.0 ├─ @firebase/messaging@0.7.1 ├─ @firebase/performance-types@0.0.13 ├─ @firebase/performance@0.4.2 ├─ @firebase/polyfill@0.3.36 ├─ @firebase/remote-config-types@0.1.9 ├─ @firebase/remote-config@0.1.28 ├─ @firebase/storage-types@0.3.13 ├─ @firebase/storage@0.3.43 ├─ @firebase/util@0.3.2 ├─ @firebase/webchannel-wrapper@0.4.0 ├─ @floating-ui/core@1.6.0 ├─ @floating-ui/dom@1.6.1 ├─ @googlemaps/js-api-loader@1.16.2 ├─ @grpc/grpc-js@1.9.14 ├─ @grpc/proto-loader@0.5.6 ├─ @hapi/address@2.1.4 ├─ @hapi/bourne@1.3.2 ├─ @hapi/hoek@9.3.0 ├─ @hapi/joi@15.1.1 ├─ @hapi/topo@5.1.0 ├─ @hot-loader/react-dom@17.0.1 ├─ @istanbuljs/load-nyc-config@1.1.0 ├─ @istanbuljs/schema@0.1.3 ├─ @jest/console@24.9.0 ├─ @jest/core@26.6.3 ├─ @jest/create-cache-key-function@26.6.2 ├─ @jest/environment@24.9.0 ├─ @jest/expect-utils@29.7.0 ├─ @jest/fake-timers@24.9.0 ├─ @jest/globals@26.6.2 ├─ @jest/reporters@26.6.2 ├─ @jest/schemas@29.6.3 ├─ @jest/source-map@24.9.0 ├─ @jest/test-result@24.9.0 ├─ @jest/test-sequencer@24.9.0 ├─ @jest/transform@24.9.0 ├─ @jest/types@26.6.2 ├─ @jridgewell/gen-mapping@0.3.3 ├─ @jridgewell/resolve-uri@3.1.1 ├─ @jridgewell/set-array@1.1.2 ├─ @jridgewell/sourcemap-codec@1.4.15 ├─ @jridgewell/trace-mapping@0.3.22 ├─ @material-ui/core@4.12.4 ├─ @material-ui/icons@4.11.2 ├─ @material-ui/lab@4.0.0-alpha.61 ├─ @material-ui/system@4.12.2 ├─ @material-ui/types@5.1.0 ├─ @material-ui/utils@4.11.3 ├─ @mrmlnc/readdir-enhanced@2.2.1 ├─ @nodelib/fs.stat@1.1.3 ├─ @popperjs/core@2.11.8 ├─ @protobufjs/aspromise@1.1.2 ├─ @protobufjs/base64@1.1.2 ├─ @protobufjs/codegen@2.0.4 ├─ @protobufjs/eventemitter@1.1.0 ├─ @protobufjs/fetch@1.1.0 ├─ @protobufjs/float@1.0.2 ├─ @protobufjs/inquire@1.1.0 ├─ @protobufjs/path@1.1.2 ├─ @protobufjs/pool@1.1.0 ├─ @protobufjs/utf8@1.1.0 ├─ @react-native-async-storage/async-storage@1.19.0 ├─ @react-native-community/async-storage-backend-legacy@2.0.0-rc.3 ├─ @react-native-community/async-storage-backend-web@2.0.0-rc.0 ├─ @react-native-community/async-storage@2.0.0-rc.3 ├─ @react-native-community/checkbox@0.5.15 ├─ @react-native-community/cli-debugger-ui@5.0.1 ├─ @react-native-community/cli-hermes@5.0.1 ├─ @react-native-community/cli-platform-android@5.0.1 ├─ @react-native-community/cli-platform-ios@5.0.2 ├─ @react-native-community/cli-server-api@5.0.1 ├─ @react-native-community/cli-tools@5.0.1 ├─ @react-native-community/cli-types@5.0.1 ├─ @react-native-community/cli@5.0.1 ├─ @react-native-community/datetimepicker@6.1.2 ├─ @react-native-community/eslint-config@2.0.0 ├─ @react-native-community/eslint-plugin@1.3.0 ├─ @react-native-community/google-signin@5.0.0 ├─ @react-native-community/netinfo@5.9.10 ├─ @react-native-community/slider@4.2.1 ├─ @react-native-firebase/analytics@13.1.1 ├─ @react-native-firebase/app@8.4.7 ├─ @react-native-voice/voice@3.2.4 ├─ @react-native/assets@1.0.0 ├─ @react-native/normalize-color@1.0.0 ├─ @react-native/polyfills@1.0.0 ├─ @react-navigation/core@5.16.1 ├─ @react-navigation/native@5.9.8 ├─ @react-navigation/routers@5.7.4 ├─ @samverschueren/stream-to-observable@0.3.1 ├─ @sideway/address@4.1.5 ├─ @sideway/formula@3.0.1 ├─ @sideway/pinpoint@2.0.0 ├─ @sinclair/typebox@0.27.8 ├─ @sinonjs/commons@1.8.6 ├─ @sinonjs/fake-timers@6.0.1 ├─ @socket.io/component-emitter@3.1.0 ├─ @svgr/babel-plugin-add-jsx-attribute@4.2.0 ├─ @svgr/babel-plugin-remove-jsx-attribute@4.2.0 ├─ @svgr/babel-plugin-remove-jsx-empty-expression@4.2.0 ├─ @svgr/babel-plugin-replace-jsx-attribute-value@4.2.0 ├─ @svgr/babel-plugin-svg-dynamic-title@4.3.3 ├─ @svgr/babel-plugin-svg-em-dimensions@4.2.0 ├─ @svgr/babel-plugin-transform-react-native-svg@4.2.0 ├─ @svgr/babel-plugin-transform-svg-component@4.2.0 ├─ @svgr/babel-preset@4.3.3 ├─ @svgr/core@4.3.3 ├─ @svgr/hast-util-to-babel-ast@4.3.2 ├─ @svgr/plugin-jsx@4.3.3 ├─ @svgr/plugin-svgo@4.3.1 ├─ @svgr/webpack@4.3.2 ├─ @testing-library/jest-dom@5.16.5 ├─ @testing-library/jest-native@4.0.13 ├─ @tootallnate/once@1.1.2 ├─ @types/aria-query@5.0.4 ├─ @types/babel__core@7.20.5 ├─ @types/babel__generator@7.6.8 ├─ @types/babel__template@7.4.4 ├─ @types/babel__traverse@7.20.5 ├─ @types/cheerio@0.22.35 ├─ @types/cookie@0.4.1 ├─ @types/cors@2.8.17 ├─ @types/draft-js@0.11.17 ├─ @types/enzyme-adapter-react-16@1.0.6 ├─ @types/enzyme@3.10.13 ├─ @types/eslint-visitor-keys@1.0.0 ├─ @types/gapi.auth2@0.0.51 ├─ @types/gapi@0.0.39 ├─ @types/geojson@7946.0.14 ├─ @types/google.maps@3.55.1 ├─ @types/graceful-fs@4.1.9 ├─ @types/hammerjs@2.0.45 ├─ @types/history@4.7.11 ├─ @types/istanbul-lib-coverage@2.0.6 ├─ @types/istanbul-lib-report@3.0.3 ├─ @types/istanbul-reports@3.0.4 ├─ @types/jest@24.9.1 ├─ @types/json-schema@7.0.15 ├─ @types/long@4.0.2 ├─ @types/node@13.13.52 ├─ @types/normalize-package-data@2.4.4 ├─ @types/parse-json@4.0.2 ├─ @types/prettier@2.7.3 ├─ @types/prop-types@15.7.11 ├─ @types/q@1.5.8 ├─ @types/react-dom@18.2.18 ├─ @types/react-facebook-login@4.1.5 ├─ @types/react-native-calendars@1.1264.3 ├─ @types/react-native-check-box@2.1.2 ├─ @types/react-native-document-picker@3.1.1 ├─ @types/react-native-fbsdk@1.1.3 ├─ @types/react-native-simple-radio-button@2.7.2 ├─ @types/react-native-tab-view@2.3.0 ├─ @types/react-native-vector-icons@6.4.18 ├─ @types/react-native-video-player@0.10.3 ├─ @types/react-native-video@5.0.19 ├─ @types/react-native@0.66.1 ├─ @types/react-navigation@3.4.0 ├─ @types/react-router-dom@5.3.3 ├─ @types/react-router@5.1.20 ├─ @types/react-rte@0.16.5 ├─ @types/react-select@3.1.2 ├─ @types/react-test-renderer@17.0.1 ├─ @types/react-transition-group@4.4.10 ├─ @types/react@17.0.2 ├─ @types/recompose@0.30.10 ├─ @types/stack-utils@2.0.3 ├─ @types/styled-jsx@2.2.9 ├─ @types/testing-library__jest-dom@5.14.9 ├─ @types/uuid@7.0.5 ├─ @types/xdate@0.8.35 ├─ @types/yargs-parser@21.0.3 ├─ @types/yargs@13.0.12 ├─ @types/yup@0.26.37 ├─ @typescript-eslint/eslint-plugin@2.20.0 ├─ @typescript-eslint/experimental-utils@1.13.0 ├─ @typescript-eslint/parser@1.13.0 ├─ @typescript-eslint/types@3.10.1 ├─ @typescript-eslint/typescript-estree@1.13.0 ├─ @typescript-eslint/visitor-keys@3.10.1 ├─ @unimodules/core@5.5.1 ├─ @unimodules/react-native-adapter@5.7.0 ├─ @webassemblyjs/ast@1.8.5 ├─ @webassemblyjs/floating-point-hex-parser@1.8.5 ├─ @webassemblyjs/helper-api-error@1.8.5 ├─ @webassemblyjs/helper-buffer@1.8.5 ├─ @webassemblyjs/helper-code-frame@1.8.5 ├─ @webassemblyjs/helper-fsm@1.8.5 ├─ @webassemblyjs/helper-module-context@1.8.5 ├─ @webassemblyjs/helper-wasm-bytecode@1.8.5 ├─ @webassemblyjs/helper-wasm-section@1.8.5 ├─ @webassemblyjs/ieee754@1.8.5 ├─ @webassemblyjs/leb128@1.8.5 ├─ @webassemblyjs/utf8@1.8.5 ├─ @webassemblyjs/wasm-edit@1.8.5 ├─ @webassemblyjs/wasm-gen@1.8.5 ├─ @webassemblyjs/wasm-opt@1.8.5 ├─ @webassemblyjs/wasm-parser@1.8.5 ├─ @webassemblyjs/wast-parser@1.8.5 ├─ @webassemblyjs/wast-printer@1.8.5 ├─ @xmldom/xmldom@0.8.10 ├─ @xtuc/ieee754@1.2.0 ├─ @xtuc/long@4.2.2 ├─ @yarnpkg/lockfile@1.1.0 ├─ abab@2.0.6 ├─ abort-controller@3.0.0 ├─ abs-svg-path@0.1.1 ├─ absolute-path@0.0.0 ├─ accepts@1.3.8 ├─ acorn-globals@4.3.4 ├─ acorn-jsx@5.3.2 ├─ acorn-walk@6.2.0 ├─ acorn@6.4.2 ├─ address@1.1.2 ├─ adjust-sourcemap-loader@2.0.0 ├─ agent-base@6.0.2 ├─ aggregate-error@3.1.0 ├─ airbnb-prop-types@2.16.0 ├─ ajv-errors@1.0.1 ├─ ajv-keywords@3.5.2 ├─ ajv@6.12.6 ├─ alphanum-sort@1.0.2 ├─ anser@1.4.10 ├─ ansi-colors@4.1.3 ├─ ansi-escapes@3.2.0 ├─ ansi-fragments@0.2.1 ├─ ansi-html@0.0.7 ├─ ansi-regex@5.0.1 ├─ ansi-styles@4.3.0 ├─ any-observable@0.3.0 ├─ anymatch@2.0.0 ├─ appdirsjs@1.2.7 ├─ append-field@1.0.0 ├─ aproba@1.2.0 ├─ are-we-there-yet@1.1.7 ├─ argparse@1.0.10 ├─ aria-query@5.3.0 ├─ arity-n@1.0.4 ├─ arr-diff@4.0.0 ├─ arr-flatten@1.1.0 ├─ arr-union@3.1.0 ├─ array-back@1.0.4 ├─ array-buffer-byte-length@1.0.0 ├─ array-equal@1.0.2 ├─ array-filter@0.0.1 ├─ array-flatten@1.1.1 ├─ array-includes@3.1.7 ├─ array-map@0.0.1 ├─ array-reduce@0.0.0 ├─ array-union@1.0.2 ├─ array-uniq@1.0.3 ├─ array-unique@0.3.2 ├─ array.prototype.filter@1.0.3 ├─ array.prototype.find@2.2.2 ├─ array.prototype.flat@1.3.2 ├─ array.prototype.flatmap@1.3.2 ├─ array.prototype.reduce@1.0.6 ├─ array.prototype.tosorted@1.1.2 ├─ arraybuffer.prototype.slice@1.0.2 ├─ arrify@2.0.1 ├─ art@0.10.3 ├─ asap@2.0.6 ├─ asn1.js@5.4.1 ├─ asn1@0.2.6 ├─ assert-plus@1.0.0 ├─ assert@1.4.1 ├─ assign-symbols@1.0.0 ├─ ast-types-flow@0.0.7 ├─ ast-types@0.14.2 ├─ astral-regex@1.0.0 ├─ async-each@1.0.6 ├─ async-limiter@1.0.1 ├─ async@2.6.4 ├─ asynciterator.prototype@1.0.0 ├─ asynckit@0.4.0 ├─ at-least-node@1.0.0 ├─ atob@2.1.2 ├─ auto-bind@2.1.1 ├─ autoprefixer@9.8.8 ├─ available-typed-arrays@1.0.5 ├─ aws-sign2@0.7.0 ├─ aws4@1.12.0 ├─ axe-core@4.8.3 ├─ axobject-query@3.2.1 ├─ babel-code-frame@6.26.0 ├─ babel-core@7.0.0-bridge.0 ├─ babel-eslint@10.0.3 ├─ babel-extract-comments@1.0.0 ├─ babel-helper-call-delegate@6.24.1 ├─ babel-helper-define-map@6.26.0 ├─ babel-helper-function-name@6.24.1 ├─ babel-helper-get-function-arity@6.24.1 ├─ babel-helper-hoist-variables@6.24.1 ├─ babel-helper-optimise-call-expression@6.24.1 ├─ babel-helper-regex@6.26.0 ├─ babel-helper-replace-supers@6.24.1 ├─ babel-jest@26.6.3 ├─ babel-messages@6.23.0 ├─ babel-plugin-check-es2015-constants@6.22.0 ├─ babel-plugin-emotion@10.2.2 ├─ babel-plugin-istanbul@5.2.0 ├─ babel-plugin-jest-hoist@26.6.2 ├─ babel-plugin-macros@2.8.0 ├─ babel-plugin-polyfill-corejs2@0.4.8 ├─ babel-plugin-polyfill-corejs3@0.9.0 ├─ babel-plugin-polyfill-regenerator@0.5.5 ├─ babel-plugin-react-native-web@0.11.7 ├─ babel-plugin-syntax-jsx@6.18.0 ├─ babel-plugin-syntax-object-rest-spread@6.13.0 ├─ babel-plugin-syntax-trailing-function-commas@7.0.0-beta.0 ├─ babel-plugin-transform-es2015-arrow-functions@6.22.0 ├─ babel-plugin-transform-es2015-block-scoped-functions@6.22.0 ├─ babel-plugin-transform-es2015-block-scoping@6.26.0 ├─ babel-plugin-transform-es2015-classes@6.24.1 ├─ babel-plugin-transform-es2015-computed-properties@6.24.1 ├─ babel-plugin-transform-es2015-destructuring@6.23.0 ├─ babel-plugin-transform-es2015-duplicate-keys@6.24.1 ├─ babel-plugin-transform-es2015-for-of@6.23.0 ├─ babel-plugin-transform-es2015-function-name@6.24.1 ├─ babel-plugin-transform-es2015-literals@6.22.0 ├─ babel-plugin-transform-es2015-modules-amd@6.24.1 ├─ babel-plugin-transform-es2015-modules-commonjs@6.26.2 ├─ babel-plugin-transform-es2015-modules-systemjs@6.24.1 ├─ babel-plugin-transform-es2015-modules-umd@6.24.1 ├─ babel-plugin-transform-es2015-object-super@6.24.1 ├─ babel-plugin-transform-es2015-parameters@6.24.1 ├─ babel-plugin-transform-es2015-shorthand-properties@6.24.1 ├─ babel-plugin-transform-es2015-spread@6.22.0 ├─ babel-plugin-transform-es2015-sticky-regex@6.24.1 ├─ babel-plugin-transform-es2015-template-literals@6.22.0 ├─ babel-plugin-transform-es2015-typeof-symbol@6.23.0 ├─ babel-plugin-transform-es2015-unicode-regex@6.24.1 ├─ babel-plugin-transform-inline-environment-variables@0.0.2 ├─ babel-plugin-transform-object-rest-spread@6.26.0 ├─ babel-plugin-transform-react-remove-prop-types@0.4.24 ├─ babel-plugin-transform-regenerator@6.26.0 ├─ babel-plugin-transform-strict-mode@6.24.1 ├─ babel-preset-current-node-syntax@1.0.1 ├─ babel-preset-es2015@6.24.1 ├─ babel-preset-fbjs@3.4.0 ├─ babel-preset-jest@26.6.2 ├─ babel-preset-react-app@9.1.2 ├─ babel-runtime@6.26.0 ├─ babel-template@6.26.0 ├─ babel-traverse@6.26.0 ├─ babel-types@6.26.0 ├─ babylon@6.18.0 ├─ balanced-match@1.0.2 ├─ base-64@0.1.0 ├─ base@0.11.2 ├─ base64-js@1.5.1 ├─ base64id@2.0.0 ├─ batch@0.6.1 ├─ bcrypt-pbkdf@1.0.2 ├─ big-integer@1.6.52 ├─ big.js@5.2.2 ├─ binary-extensions@1.13.1 ├─ bindings@1.5.0 ├─ bl@4.1.0 ├─ bluebird@3.7.2 ├─ bn.js@4.12.0 ├─ body-parser@1.20.1 ├─ bonjour@3.5.0 ├─ boolbase@1.0.0 ├─ boolify@1.0.1 ├─ bower-auto-release@1.1.358 ├─ bower@1.8.14 ├─ bplist-creator@0.1.0 ├─ bplist-parser@0.3.1 ├─ brace-expansion@1.1.11 ├─ braces@2.3.2 ├─ brorand@1.1.0 ├─ brotli-webpack-plugin@1.1.0 ├─ brotli@1.3.3 ├─ browser-process-hrtime@1.0.0 ├─ browser-resolve@1.11.3 ├─ browserify-aes@1.2.0 ├─ browserify-cipher@1.0.1 ├─ browserify-des@1.0.2 ├─ browserify-rsa@4.1.0 ├─ browserify-sign@4.2.2 ├─ browserify-zlib@0.2.0 ├─ browserslist@4.22.3 ├─ bs-logger@0.2.6 ├─ bser@2.1.1 ├─ buffer-from@1.1.2 ├─ buffer-indexof@1.1.1 ├─ buffer-xor@1.0.3 ├─ buffer@4.9.2 ├─ builtin-status-codes@3.0.0 ├─ busboy@0.2.14 ├─ bytes@3.1.2 ├─ cacache@12.0.4 ├─ cache-base@1.0.1 ├─ call-bind@1.0.5 ├─ call-me-maybe@1.0.2 ├─ caller-callsite@2.0.0 ├─ caller-path@2.0.0 ├─ callsites@3.1.0 ├─ camel-case@3.0.0 ├─ camelcase-keys@6.2.2 ├─ camelcase@5.3.1 ├─ can-use-dom@0.1.0 ├─ caniuse-api@3.0.0 ├─ caniuse-lite@1.0.30001581 ├─ capture-exit@2.0.0 ├─ case-sensitive-paths-webpack-plugin@2.2.0 ├─ caseless@0.12.0 ├─ chalk@4.1.2 ├─ change-emitter@0.1.6 ├─ char-regex@1.0.2 ├─ chardet@0.7.0 ├─ cheerio-select@2.1.0 ├─ cheerio@1.0.0-rc.12 ├─ chokidar@2.1.8 ├─ chownr@1.1.4 ├─ chrome-trace-event@1.0.3 ├─ ci-info@3.9.0 ├─ cipher-base@1.0.4 ├─ circular-json-es6@2.0.2 ├─ cjs-module-lexer@0.6.0 ├─ clamp@1.0.1 ├─ class-autobind@0.1.4 ├─ class-utils@0.3.6 ├─ classnames@2.5.1 ├─ clean-css@4.2.4 ├─ clean-stack@2.2.0 ├─ cli-cursor@2.1.0 ├─ cli-spinners@2.9.2 ├─ cli-truncate@0.2.1 ├─ cli-width@2.2.1 ├─ cliui@4.1.0 ├─ clone-deep@4.0.1 ├─ clone@1.0.4 ├─ clsx@1.2.1 ├─ co@4.6.0 ├─ code-point-at@1.1.0 ├─ collect-v8-coverage@1.0.2 ├─ collection-visit@1.0.0 ├─ color-convert@1.9.3 ├─ color-name@1.1.4 ├─ color-string@1.9.1 ├─ color@3.2.1 ├─ colorette@1.4.0 ├─ combined-stream@1.0.8 ├─ command-exists@1.2.9 ├─ command-line-args@3.0.5 ├─ commander@2.20.3 ├─ common-tags@1.8.2 ├─ commondir@1.0.1 ├─ commons-validator-js@1.0.1668 ├─ compare-versions@3.6.0 ├─ component-emitter@1.3.1 ├─ compose-function@3.0.3 ├─ compressible@2.0.18 ├─ compression-webpack-plugin@3.1.0 ├─ compression@1.7.4 ├─ concat-map@0.0.1 ├─ concat-stream@1.6.2 ├─ concurrently@5.0.0 ├─ confusing-browser-globals@1.0.11 ├─ connect-history-api-fallback@1.6.0 ├─ connect@3.7.0 ├─ console-browserify@1.2.0 ├─ console-control-strings@1.1.0 ├─ constants-browserify@1.0.0 ├─ contains-path@0.1.0 ├─ content-disposition@0.5.4 ├─ content-type@1.0.5 ├─ convert-source-map@1.9.0 ├─ cookie-signature@1.0.6 ├─ cookie@0.4.2 ├─ copy-concurrently@1.0.5 ├─ copy-descriptor@0.1.1 ├─ core-js-compat@3.35.1 ├─ core-js@3.35.1 ├─ core-util-is@1.0.3 ├─ cors@2.8.5 ├─ cosmiconfig@5.2.1 ├─ create-ecdh@4.0.4 ├─ create-hash@1.2.0 ├─ create-hmac@1.1.7 ├─ create-react-class@15.7.0 ├─ create-react-context@0.2.2 ├─ credit-card-type@9.1.0 ├─ cross-fetch@3.1.8 ├─ cross-spawn@6.0.5 ├─ crypto-browserify@3.12.0 ├─ css-blank-pseudo@0.1.4 ├─ css-color-names@0.0.4 ├─ css-declaration-sorter@4.0.1 ├─ css-has-pseudo@0.10.0 ├─ css-in-js-utils@3.1.0 ├─ css-loader@2.1.1 ├─ css-prefers-color-scheme@3.1.1 ├─ css-select-base-adapter@0.1.1 ├─ css-select@2.1.0 ├─ css-tree@1.1.3 ├─ css-vendor@2.0.8 ├─ css-what@6.1.0 ├─ css.escape@1.5.1 ├─ css@2.2.4 ├─ cssdb@4.4.0 ├─ cssesc@2.0.0 ├─ cssnano-preset-default@4.0.8 ├─ cssnano-util-get-arguments@4.0.0 ├─ cssnano-util-get-match@4.0.0 ├─ cssnano-util-raw-cache@4.0.1 ├─ cssnano-util-same-parent@4.0.1 ├─ cssnano@4.1.11 ├─ cssom@0.3.8 ├─ cssstyle@1.4.0 ├─ csstype@2.6.21 ├─ ctx-polyfill@1.1.4 ├─ cyclist@1.0.2 ├─ d@1.0.1 ├─ damerau-levenshtein@1.0.8 ├─ dashdash@1.14.1 ├─ data-urls@1.1.0 ├─ date-fns@2.30.0 ├─ dayjs@1.11.10 ├─ debounce@1.2.1 ├─ debug@4.3.4 ├─ decamelize@1.2.0 ├─ decimal.js@10.4.3 ├─ decode-uri-component@0.2.2 ├─ decompress-response@4.2.1 ├─ dedent@0.7.0 ├─ deep-equal-ident@1.1.1 ├─ deep-equal@2.2.3 ├─ deep-extend@0.6.0 ├─ deep-is@0.1.4 ├─ deepmerge@3.3.0 ├─ default-gateway@4.2.0 ├─ defaults@1.0.4 ├─ define-data-property@1.1.1 ├─ define-properties@1.2.1 ├─ define-property@0.2.5 ├─ del@3.0.0 ├─ delayed-stream@1.0.0 ├─ delegates@1.0.0 ├─ denodeify@1.2.1 ├─ depd@2.0.0 ├─ deprecated-react-native-prop-types@2.3.0 ├─ dequal@2.0.3 ├─ des.js@1.1.0 ├─ destroy@1.2.0 ├─ detect-libc@1.0.3 ├─ detect-newline@2.1.0 ├─ detect-node@2.1.0 ├─ detect-port-alt@1.1.6 ├─ dicer@0.2.5 ├─ diff-sequences@24.9.0 ├─ diffie-hellman@5.0.3 ├─ dir-glob@2.0.0 ├─ discontinuous-range@1.0.0 ├─ dlv@1.1.3 ├─ dns-equal@1.0.0 ├─ dns-packet@1.3.4 ├─ dns-txt@2.0.2 ├─ doctrine@2.1.0 ├─ dom-accessibility-api@0.5.16 ├─ dom-converter@0.2.0 ├─ dom-helpers@5.2.1 ├─ dom-serializer@2.0.0 ├─ dom-storage@2.1.0 ├─ domain-browser@1.2.0 ├─ domelementtype@2.3.0 ├─ domexception@1.0.1 ├─ domhandler@4.3.1 ├─ domutils@3.1.0 ├─ dot-prop@5.3.0 ├─ dotenv-expand@4.2.0 ├─ dotenv@6.2.0 ├─ draft-js-export-html@1.4.1 ├─ draft-js-export-markdown@1.4.0 ├─ draft-js-import-element@1.4.0 ├─ draft-js-import-html@1.4.1 ├─ draft-js-import-markdown@1.4.1 ├─ draft-js-utils@1.4.1 ├─ draft-js@0.11.7 ├─ duplexer@0.1.2 ├─ duplexify@3.7.1 ├─ ecc-jsbn@0.1.2 ├─ ee-first@1.1.1 ├─ electron-to-chromium@1.4.651 ├─ elegant-spinner@1.0.1 ├─ elliptic@6.5.4 ├─ eme-encryption-scheme-polyfill@2.1.1 ├─ emittery@0.7.2 ├─ emoji-regex@7.0.3 ├─ emojis-list@3.0.0 ├─ encodeurl@1.0.2 ├─ encoding@0.1.13 ├─ end-of-stream@1.4.4 ├─ engine.io-client@6.5.3 ├─ engine.io-parser@5.2.1 ├─ engine.io@6.5.4 ├─ enhanced-resolve@4.5.0 ├─ enquirer@2.4.1 ├─ entities@2.2.0 ├─ envinfo@7.11.0 ├─ enzyme-adapter-react-16@1.15.7 ├─ enzyme-adapter-utils@1.14.1 ├─ enzyme-matchers@7.1.2 ├─ enzyme-shallow-equal@1.0.5 ├─ enzyme-to-json@3.6.2 ├─ enzyme@3.11.0 ├─ errno@0.1.8 ├─ error-ex@1.3.2 ├─ error-stack-parser@2.1.4 ├─ errorhandler@1.5.1 ├─ es-abstract@1.22.3 ├─ es-array-method-boxes-properly@1.0.0 ├─ es-get-iterator@1.1.3 ├─ es-iterator-helpers@1.0.15 ├─ es-set-tostringtag@2.0.2 ├─ es-shim-unscopables@1.0.2 ├─ es-to-primitive@1.2.1 ├─ es5-ext@0.10.62 ├─ es6-error@4.1.1 ├─ es6-iterator@2.0.3 ├─ es6-symbol@3.1.3 ├─ escalade@3.1.1 ├─ escape-html@1.0.3 ├─ escape-string-regexp@1.0.5 ├─ escodegen@1.14.3 ├─ eslint-config-airbnb-base@14.2.1 ├─ eslint-config-airbnb@18.0.1 ├─ eslint-config-prettier@6.10.0 ├─ eslint-config-react-app@5.2.1 ├─ eslint-import-resolver-node@0.3.9 ├─ eslint-module-utils@2.8.0 ├─ eslint-plugin-babel@5.3.0 ├─ eslint-plugin-eslint-comments@3.1.2 ├─ eslint-plugin-flowtype@2.50.3 ├─ eslint-plugin-import@2.20.0 ├─ eslint-plugin-jest@23.7.0 ├─ eslint-plugin-jsx-a11y@6.7.1 ├─ eslint-plugin-prettier@3.1.2 ├─ eslint-plugin-react-hooks@4.6.0 ├─ eslint-plugin-react-native-globals@0.1.2 ├─ eslint-plugin-react-native@3.11.0 ├─ eslint-plugin-react@7.18.3 ├─ eslint-plugin-sonarjs@0.5.0 ├─ eslint-rule-composer@0.3.0 ├─ eslint-scope@5.1.1 ├─ eslint-utils@1.4.3 ├─ eslint-visitor-keys@1.3.0 ├─ eslint@7.14.0 ├─ espree@7.3.1 ├─ esprima@4.0.1 ├─ esquery@1.5.0 ├─ esrecurse@4.3.0 ├─ estraverse@4.3.0 ├─ esutils@2.0.3 ├─ etag@1.8.1 ├─ event-target-shim@5.0.1 ├─ eventemitter3@4.0.7 ├─ events@3.3.0 ├─ eventsource@1.1.2 ├─ evp_bytestokey@1.0.3 ├─ exec-sh@0.3.6 ├─ execa@1.0.0 ├─ exit@0.1.2 ├─ expand-brackets@2.1.4 ├─ expand-template@2.0.3 ├─ expect@26.6.2 ├─ express@4.18.2 ├─ ext@1.7.0 ├─ extend-shallow@2.0.1 ├─ extend@3.0.2 ├─ external-editor@3.1.0 ├─ extglob@2.0.4 ├─ extsprintf@1.3.0 ├─ fast-deep-equal@3.1.3 ├─ fast-diff@1.3.0 ├─ fast-glob@2.2.7 ├─ fast-json-stable-stringify@2.1.0 ├─ fast-levenshtein@2.0.6 ├─ fast-loops@1.1.3 ├─ faye-websocket@0.11.4 ├─ fb-watchman@2.0.2 ├─ fbemitter@2.1.1 ├─ fbjs-css-vars@1.0.2 ├─ fbjs@0.8.18 ├─ feature-detect-es6@1.5.0 ├─ figgy-pudding@3.5.2 ├─ figures@2.0.0 ├─ file-entry-cache@5.0.1 ├─ file-loader@3.0.1 ├─ file-uri-to-path@1.0.0 ├─ filesize@3.6.1 ├─ fill-range@4.0.0 ├─ filter-obj@1.1.0 ├─ finalhandler@1.1.2 ├─ find-cache-dir@2.1.0 ├─ find-replace@1.0.3 ├─ find-up@3.0.0 ├─ find-yarn-workspace-root@2.0.0 ├─ firebase@7.24.0 ├─ flat-cache@2.0.1 ├─ flatted@2.0.2 ├─ flatten@1.0.3 ├─ flow-parser@0.121.0 ├─ flush-write-stream@1.1.1 ├─ fn-name@3.0.0 ├─ follow-redirects@1.15.5 ├─ for-each@0.3.3 ├─ for-in@1.0.2 ├─ for-own@1.0.0 ├─ forever-agent@0.6.1 ├─ fork-ts-checker-webpack-plugin@1.5.0 ├─ form-data@2.3.3 ├─ formidable@1.2.6 ├─ formik@2.4.2 ├─ forwarded@0.2.0 ├─ fragment-cache@0.2.1 ├─ fresh@0.5.2 ├─ from2@2.3.0 ├─ fs-constants@1.0.0 ├─ fs-extra@8.1.0 ├─ fs-minipass@2.1.0 ├─ fs-write-stream-atomic@1.0.10 ├─ fs.realpath@1.0.0 ├─ fsevents@1.2.13 ├─ function-bind@1.1.2 ├─ function.prototype.name@1.1.6 ├─ functional-red-black-tree@1.0.1 ├─ functions-have-names@1.2.3 ├─ gapi-script@1.2.0 ├─ gauge@2.7.4 ├─ gensync@1.0.0-beta.2 ├─ get-caller-file@2.0.5 ├─ get-intrinsic@1.2.2 ├─ get-own-enumerable-property-symbols@3.0.2 ├─ get-package-type@0.1.0 ├─ get-stdin@6.0.0 ├─ get-stream@5.2.0 ├─ get-symbol-description@1.0.0 ├─ get-value@2.0.6 ├─ getenv@1.0.0 ├─ getpass@0.1.7 ├─ gherkin@5.1.0 ├─ github-from-package@0.0.0 ├─ glob-parent@5.1.2 ├─ glob-to-regexp@0.3.0 ├─ glob@7.2.3 ├─ global-modules@2.0.0 ├─ global-prefix@3.0.0 ├─ globals@11.12.0 ├─ globalthis@1.0.3 ├─ globby@8.0.2 ├─ google-maps-infobox@2.0.0 ├─ gopd@1.0.1 ├─ graceful-fs@4.2.11 ├─ growly@1.3.0 ├─ gud@1.0.0 ├─ gzip-size@5.1.1 ├─ handle-thing@2.0.1 ├─ har-schema@2.0.0 ├─ har-validator@5.1.5 ├─ harmony-reflect@1.6.2 ├─ has-ansi@2.0.0 ├─ has-bigints@1.0.2 ├─ has-flag@3.0.0 ├─ has-property-descriptors@1.0.1 ├─ has-proto@1.0.1 ├─ has-symbols@1.0.3 ├─ has-tostringtag@1.0.0 ├─ has-unicode@2.0.1 ├─ has-value@1.0.0 ├─ has@1.0.4 ├─ hash-base@3.1.0 ├─ hash.js@1.1.7 ├─ hasown@2.0.0 ├─ he@1.2.0 ├─ hermes-engine@0.7.2 ├─ hermes-profile-transformer@0.0.6 ├─ hex-color-regex@1.1.0 ├─ history@4.10.1 ├─ hmac-drbg@1.0.1 ├─ hoist-non-react-statics@3.3.2 ├─ hosted-git-info@2.8.9 ├─ hpack.js@2.1.6 ├─ hsl-regex@1.0.0 ├─ hsla-regex@1.0.0 ├─ html-dom-parser@1.2.0 ├─ html-element-map@1.3.1 ├─ html-encoding-sniffer@1.0.2 ├─ html-entities@1.4.0 ├─ html-escaper@2.0.2 ├─ html-minifier@3.5.21 ├─ html-react-parser@1.4.14 ├─ html-webpack-plugin@4.0.0-beta.5 ├─ htmlparser2@7.2.0 ├─ http-deceiver@1.2.7 ├─ http-errors@2.0.0 ├─ http-parser-js@0.5.8 ├─ http-proxy-agent@4.0.1 ├─ http-proxy-middleware@0.19.2 ├─ http-proxy@1.18.1 ├─ http-signature@1.2.0 ├─ https-browserify@1.0.0 ├─ https-proxy-agent@5.0.1 ├─ human-signals@1.1.1 ├─ hyphenate-style-name@1.0.4 ├─ i18n-js@3.9.2 ├─ ical-date-parser@4.0.0 ├─ iconv-lite@0.4.24 ├─ icss-replace-symbols@1.1.0 ├─ icss-utils@4.1.1 ├─ idb@3.0.2 ├─ identity-obj-proxy@3.0.0 ├─ ieee754@1.2.1 ├─ iferr@0.1.5 ├─ ignore@4.0.6 ├─ iltorb@2.4.5 ├─ image-size@0.6.3 ├─ immer@1.10.0 ├─ immutable@3.8.2 ├─ import-cwd@2.1.0 ├─ import-fresh@3.3.0 ├─ import-from@2.1.0 ├─ import-local@2.0.0 ├─ imurmurhash@0.1.4 ├─ indent-string@4.0.0 ├─ indexes-of@1.0.1 ├─ infer-owner@1.0.4 ├─ inflight@1.0.6 ├─ inherits@2.0.4 ├─ ini@1.3.8 ├─ inline-style-parser@0.1.1 ├─ inline-style-prefixer@6.0.4 ├─ inquirer@7.3.3 ├─ internal-ip@4.3.0 ├─ internal-slot@1.0.6 ├─ interpret@1.4.0 ├─ invariant@2.2.4 ├─ invert-color@2.0.0 ├─ invert-kv@2.0.0 ├─ ip-regex@2.1.0 ├─ ip@1.1.8 ├─ ipaddr.js@1.9.1 ├─ is-absolute-url@2.1.0 ├─ is-accessor-descriptor@1.0.1 ├─ is-arguments@1.1.1 ├─ is-array-buffer@3.0.2 ├─ is-arrayish@0.2.1 ├─ is-async-function@2.0.0 ├─ is-bigint@1.0.4 ├─ is-binary-path@1.0.1 ├─ is-boolean-object@1.1.2 ├─ is-buffer@1.1.6 ├─ is-callable@1.2.7 ├─ is-ci@2.0.0 ├─ is-color-stop@1.1.0 ├─ is-core-module@2.13.1 ├─ is-data-descriptor@1.0.1 ├─ is-date-object@1.0.5 ├─ is-descriptor@1.0.3 ├─ is-directory@0.3.1 ├─ is-docker@2.2.1 ├─ is-extendable@0.1.1 ├─ is-extglob@2.1.1 ├─ is-finalizationregistry@1.0.2 ├─ is-fullwidth-code-point@2.0.0 ├─ is-generator-fn@2.1.0 ├─ is-generator-function@1.0.10 ├─ is-glob@4.0.3 ├─ is-in-browser@1.1.3 ├─ is-map@2.0.2 ├─ is-negative-zero@2.0.2 ├─ is-number-object@1.0.7 ├─ is-number@3.0.0 ├─ is-obj@1.0.1 ├─ is-observable@1.1.0 ├─ is-path-cwd@1.0.0 ├─ is-path-in-cwd@1.0.1 ├─ is-path-inside@1.0.1 ├─ is-plain-obj@2.1.0 ├─ is-plain-object@2.0.4 ├─ is-potential-custom-element-name@1.0.1 ├─ is-promise@2.2.2 ├─ is-regex@1.1.4 ├─ is-resolvable@1.1.0 ├─ is-root@2.1.0 ├─ is-set@2.0.2 ├─ is-shared-array-buffer@1.0.2 ├─ is-stream@1.1.0 ├─ is-string@1.0.7 ├─ is-subset@0.1.1 ├─ is-symbol@1.0.4 ├─ is-typed-array@1.1.12 ├─ is-typedarray@1.0.0 ├─ is-weakmap@2.0.1 ├─ is-weakref@1.0.2 ├─ is-weakset@2.0.2 ├─ is-windows@1.0.2 ├─ is-wsl@1.1.0 ├─ isarray@2.0.5 ├─ isexe@2.0.0 ├─ isobject@3.0.1 ├─ isomorphic-fetch@2.2.1 ├─ isstream@0.1.2 ├─ istanbul-lib-coverage@3.2.2 ├─ istanbul-lib-instrument@3.3.0 ├─ istanbul-lib-report@3.0.1 ├─ istanbul-lib-source-maps@4.0.1 ├─ istanbul-reports@3.1.6 ├─ iterator.prototype@1.1.2 ├─ jest-changed-files@26.6.2 ├─ jest-cli@24.9.0 ├─ jest-config@24.9.0 ├─ jest-cucumber@2.0.13 ├─ jest-diff@24.9.0 ├─ jest-docblock@24.9.0 ├─ jest-each@24.9.0 ├─ jest-environment-enzyme@7.1.2 ├─ jest-environment-jsdom-fourteen@0.1.0 ├─ jest-environment-jsdom@24.9.0 ├─ jest-environment-node@24.9.0 ├─ jest-enzyme@7.1.2 ├─ jest-get-type@24.9.0 ├─ jest-haste-map@26.6.2 ├─ jest-jasmine2@24.9.0 ├─ jest-leak-detector@24.9.0 ├─ jest-matcher-utils@24.9.0 ├─ jest-message-util@26.6.2 ├─ jest-mock@24.9.0 ├─ jest-pnp-resolver@1.2.3 ├─ jest-regex-util@26.0.0 ├─ jest-resolve-dependencies@26.6.3 ├─ jest-resolve@24.9.0 ├─ jest-runner@24.9.0 ├─ jest-runtime@26.6.3 ├─ jest-serializer@26.6.2 ├─ jest-snapshot@24.9.0 ├─ jest-sonar-reporter@2.0.0 ├─ jest-util@26.6.2 ├─ jest-validate@26.6.2 ├─ jest-watch-typeahead@0.3.1 ├─ jest-watcher@24.9.0 ├─ jest-worker@26.6.2 ├─ jest@24.9.0 ├─ jetifier@1.6.8 ├─ joi@17.12.1 ├─ js-tokens@4.0.0 ├─ js-yaml@3.14.1 ├─ jsbn@0.1.1 ├─ jsc-android@245459.0.0 ├─ jscodeshift@0.11.0 ├─ jsdom@11.12.0 ├─ jsesc@0.5.0 ├─ json-parse-better-errors@1.0.2 ├─ json-parse-even-better-errors@2.3.1 ├─ json-schema-traverse@0.4.1 ├─ json-schema@0.4.0 ├─ json-stable-stringify-without-jsonify@1.0.1 ├─ json-stable-stringify@1.1.1 ├─ json-stringify-safe@5.0.1 ├─ json3@3.3.3 ├─ json5@2.2.3 ├─ jsonfile@4.0.0 ├─ jsonify@0.0.1 ├─ jsonp@0.2.1 ├─ jsprim@1.4.2 ├─ jss-plugin-camel-case@10.10.0 ├─ jss-plugin-default-unit@10.10.0 ├─ jss-plugin-global@10.10.0 ├─ jss-plugin-nested@10.10.0 ├─ jss-plugin-props-sort@10.10.0 ├─ jss-plugin-rule-value-function@10.10.0 ├─ jss-plugin-vendor-prefixer@10.10.0 ├─ jss@10.10.0 ├─ jsx-ast-utils@2.4.1 ├─ keymirror@0.1.1 ├─ killable@1.0.1 ├─ kind-of@6.0.3 ├─ klaw-sync@6.0.0 ├─ klaw@1.3.1 ├─ kleur@3.0.3 ├─ language-subtag-registry@0.3.22 ├─ language-tags@1.0.5 ├─ last-call-webpack-plugin@3.0.0 ├─ lazy-cache@1.0.4 ├─ lcid@2.0.0 ├─ left-pad@1.3.0 ├─ leven@3.1.0 ├─ levenary@1.1.1 ├─ levn@0.3.0 ├─ lines-and-columns@1.2.4 ├─ lint-staged@10.0.7 ├─ listr-silent-renderer@1.1.1 ├─ listr-update-renderer@0.5.0 ├─ listr-verbose-renderer@0.5.0 ├─ listr@0.14.3 ├─ load-json-file@2.0.0 ├─ loader-fs-cache@1.0.3 ├─ loader-runner@2.4.0 ├─ loader-utils@1.4.2 ├─ locate-path@3.0.0 ├─ lodash-es@4.17.21 ├─ lodash._baseisequal@3.0.7 ├─ lodash._bindcallback@3.0.1 ├─ lodash._getnative@3.9.1 ├─ lodash._reinterpolate@3.0.0 ├─ lodash.camelcase@4.3.0 ├─ lodash.debounce@4.0.8 ├─ lodash.escape@4.0.1 ├─ lodash.flattendeep@4.4.0 ├─ lodash.includes@4.3.0 ├─ lodash.isarguments@3.1.0 ├─ lodash.isarray@3.0.4 ├─ lodash.isequal@4.5.0 ├─ lodash.istypedarray@3.0.6 ├─ lodash.keys@3.1.2 ├─ lodash.memoize@4.1.2 ├─ lodash.merge@4.6.2 ├─ lodash.sortby@4.7.0 ├─ lodash.template@4.5.0 ├─ lodash.templatesettings@4.2.0 ├─ lodash.throttle@4.1.1 ├─ lodash.unescape@4.0.1 ├─ lodash.uniq@4.5.0 ├─ lodash@4.17.21 ├─ log-symbols@3.0.0 ├─ log-update@2.3.0 ├─ logkitty@0.7.1 ├─ loglevel-colored-level-prefix@1.0.0 ├─ loglevel@1.9.1 ├─ long@5.2.3 ├─ loose-envify@1.4.0 ├─ lower-case@1.1.4 ├─ lru-cache@5.1.1 ├─ lz-string@1.5.0 ├─ make-dir@2.1.0 ├─ make-error@1.3.6 ├─ make-plural@4.3.0 ├─ makeerror@1.0.12 ├─ mamacro@0.0.3 ├─ map-age-cleaner@0.1.3 ├─ map-cache@0.2.2 ├─ map-obj@4.3.0 ├─ map-visit@1.0.0 ├─ marker-clusterer-plus@2.1.4 ├─ markerwithlabel@2.0.2 ├─ md5.js@1.3.5 ├─ mdn-data@2.0.14 ├─ media-typer@0.3.0 ├─ mem@4.3.0 ├─ memoize-one@5.2.1 ├─ memory-fs@0.4.1 ├─ merge-deep@3.0.3 ├─ merge-descriptors@1.0.1 ├─ merge-options@3.0.4 ├─ merge-stream@2.0.0 ├─ merge2@1.4.1 ├─ messageformat-formatters@2.0.1 ├─ messageformat-parser@4.1.3 ├─ messageformat@2.3.0 ├─ methods@1.1.2 ├─ metro-babel-register@0.64.0 ├─ metro-babel-transformer@0.64.0 ├─ metro-cache-key@0.64.0 ├─ metro-cache@0.64.0 ├─ metro-config@0.64.0 ├─ metro-core@0.64.0 ├─ metro-hermes-compiler@0.64.0 ├─ metro-inspector-proxy@0.64.0 ├─ metro-minify-uglify@0.64.0 ├─ metro-react-native-babel-preset@0.61.0 ├─ metro-react-native-babel-transformer@0.64.0 ├─ metro-resolver@0.64.0 ├─ metro-runtime@0.64.0 ├─ metro-source-map@0.64.0 ├─ metro-symbolicate@0.64.0 ├─ metro-transform-plugins@0.64.0 ├─ metro-transform-worker@0.64.0 ├─ metro@0.64.0 ├─ microevent.ts@0.1.1 ├─ micromatch@3.1.10 ├─ miller-rabin@4.0.1 ├─ mime-db@1.52.0 ├─ mime-types@2.1.35 ├─ mime@2.6.0 ├─ mimic-fn@1.2.0 ├─ mimic-response@2.1.0 ├─ min-indent@1.0.1 ├─ mini-css-extract-plugin@0.5.0 ├─ minimalistic-assert@1.0.1 ├─ minimalistic-crypto-utils@1.0.1 ├─ minimatch@3.1.2 ├─ minimist@1.2.8 ├─ minipass-collect@1.0.2 ├─ minipass-flush@1.0.5 ├─ minipass-pipeline@1.2.4 ├─ minipass@3.3.6 ├─ mississippi@3.0.0 ├─ mixin-deep@1.3.2 ├─ mixin-object@2.0.1 ├─ mkdirp-classic@0.5.3 ├─ mkdirp@0.5.6 ├─ moment@2.30.1 ├─ moo@0.5.2 ├─ move-concurrently@1.0.1 ├─ ms@2.1.3 ├─ multer@1.4.4 ├─ multicast-dns-service-types@1.1.0 ├─ multicast-dns@6.2.3 ├─ mute-stream@0.0.7 ├─ nan@2.18.0 ├─ nanoid@3.3.7 ├─ nanomatch@1.2.13 ├─ napi-build-utils@1.0.2 ├─ natural-compare@1.4.0 ├─ nearley@2.20.1 ├─ negotiator@0.6.3 ├─ neo-async@2.6.2 ├─ next-tick@1.1.0 ├─ nice-try@1.0.5 ├─ no-case@2.3.2 ├─ nocache@2.1.0 ├─ node-abi@2.30.1 ├─ node-dir@0.1.17 ├─ node-fetch@2.7.0 ├─ node-forge@0.10.0 ├─ node-int64@0.4.0 ├─ node-libs-browser@2.2.1 ├─ node-notifier@8.0.2 ├─ node-releases@2.0.14 ├─ node-stream-zip@1.15.0 ├─ noop-logger@0.1.1 ├─ normalize-css-color@1.0.2 ├─ normalize-package-data@2.5.0 ├─ normalize-path@3.0.0 ├─ normalize-range@0.1.2 ├─ normalize-svg-path@1.1.0 ├─ normalize-url@3.3.0 ├─ npm-run-path@2.0.2 ├─ npmlog@4.1.2 ├─ nth-check@2.1.1 ├─ nullthrows@1.1.1 ├─ num2fraction@1.2.2 ├─ number-is-nan@1.0.1 ├─ nwsapi@2.2.7 ├─ oauth-sign@0.9.0 ├─ ob1@0.64.0 ├─ object-assign@4.1.1 ├─ object-copy@0.1.0 ├─ object-hash@1.3.1 ├─ object-inspect@1.13.1 ├─ object-is@1.1.5 ├─ object-keys@1.1.1 ├─ object-path@0.11.4 ├─ object-visit@1.0.1 ├─ object.assign@4.1.5 ├─ object.entries@1.1.7 ├─ object.fromentries@2.0.7 ├─ object.getownpropertydescriptors@2.1.7 ├─ object.hasown@1.1.3 ├─ object.pick@1.3.0 ├─ object.values@1.1.7 ├─ obuf@1.1.2 ├─ on-finished@2.4.1 ├─ on-headers@1.0.2 ├─ once@1.4.0 ├─ onetime@5.1.2 ├─ open@6.4.0 ├─ opencollective-postinstall@2.0.3 ├─ opn@5.5.0 ├─ optimize-css-assets-webpack-plugin@5.0.3 ├─ optionator@0.8.3 ├─ options@0.0.6 ├─ ora@3.4.0 ├─ os-browserify@0.3.0 ├─ os-locale@3.1.0 ├─ os-tmpdir@1.0.2 ├─ p-defer@1.0.0 ├─ p-each-series@2.2.0 ├─ p-finally@1.0.0 ├─ p-is-promise@2.1.0 ├─ p-limit@2.3.0 ├─ p-locate@3.0.0 ├─ p-map@2.1.0 ├─ p-reduce@1.0.0 ├─ p-try@2.2.0 ├─ pako@1.0.11 ├─ parallel-transform@1.2.0 ├─ param-case@2.1.1 ├─ parent-module@1.0.1 ├─ parse-asn1@5.1.6 ├─ parse-json@4.0.0 ├─ parse-svg-path@0.1.2 ├─ parse5-htmlparser2-tree-adapter@7.0.0 ├─ parse5@7.1.2 ├─ parseurl@1.3.3 ├─ pascalcase@0.1.1 ├─ patch-package@6.5.1 ├─ path-browserify@0.0.1 ├─ path-dirname@1.0.2 ├─ path-exists@3.0.0 ├─ path-is-absolute@1.0.1 ├─ path-is-inside@1.0.2 ├─ path-key@3.1.1 ├─ path-parse@1.0.7 ├─ path-to-regexp@1.8.0 ├─ path-type@3.0.0 ├─ paths-js@0.4.11 ├─ pbkdf2@3.1.2 ├─ performance-now@2.1.0 ├─ picocolors@0.2.1 ├─ picomatch@2.3.1 ├─ pify@3.0.0 ├─ pinkie-promise@2.0.1 ├─ pinkie@2.0.4 ├─ pirates@4.0.6 ├─ pixelmatch@5.3.0 ├─ pixels-catcher@0.7.0 ├─ pkg-dir@3.0.0 ├─ pkg-up@2.0.0 ├─ please-upgrade-node@3.2.0 ├─ plist@3.1.0 ├─ pn@1.1.0 ├─ pngjs@5.0.0 ├─ pnp-webpack-plugin@1.5.0 ├─ point-in-polygon@1.1.0 ├─ popper.js@1.16.1-lts ├─ portfinder@1.0.32 ├─ posix-character-classes@0.1.1 ├─ postcss-attribute-case-insensitive@4.0.2 ├─ postcss-browser-comments@2.0.0 ├─ postcss-calc@7.0.5 ├─ postcss-color-functional-notation@2.0.1 ├─ postcss-color-gray@5.0.0 ├─ postcss-color-hex-alpha@5.0.3 ├─ postcss-color-mod-function@3.0.3 ├─ postcss-color-rebeccapurple@4.0.1 ├─ postcss-colormin@4.0.3 ├─ postcss-convert-values@4.0.1 ├─ postcss-custom-media@7.0.8 ├─ postcss-custom-properties@8.0.11 ├─ postcss-custom-selectors@5.1.2 ├─ postcss-dir-pseudo-class@5.0.0 ├─ postcss-discard-comments@4.0.2 ├─ postcss-discard-duplicates@4.0.2 ├─ postcss-discard-empty@4.0.1 ├─ postcss-discard-overridden@4.0.1 ├─ postcss-double-position-gradients@1.0.0 ├─ postcss-env-function@2.0.2 ├─ postcss-flexbugs-fixes@4.1.0 ├─ postcss-focus-visible@4.0.0 ├─ postcss-focus-within@3.0.0 ├─ postcss-font-variant@4.0.1 ├─ postcss-gap-properties@2.0.0 ├─ postcss-image-set-function@3.0.1 ├─ postcss-initial@3.0.4 ├─ postcss-lab-function@2.0.1 ├─ postcss-load-config@2.1.2 ├─ postcss-loader@3.0.0 ├─ postcss-logical@3.0.0 ├─ postcss-media-minmax@4.0.0 ├─ postcss-merge-longhand@4.0.11 ├─ postcss-merge-rules@4.0.3 ├─ postcss-minify-font-values@4.0.2 ├─ postcss-minify-gradients@4.0.2 ├─ postcss-minify-params@4.0.2 ├─ postcss-minify-selectors@4.0.2 ├─ postcss-modules-extract-imports@2.0.0 ├─ postcss-modules-local-by-default@2.0.6 ├─ postcss-modules-scope@2.2.0 ├─ postcss-modules-values@2.0.0 ├─ postcss-nesting@7.0.1 ├─ postcss-normalize-charset@4.0.1 ├─ postcss-normalize-display-values@4.0.2 ├─ postcss-normalize-positions@4.0.2 ├─ postcss-normalize-repeat-style@4.0.2 ├─ postcss-normalize-string@4.0.2 ├─ postcss-normalize-timing-functions@4.0.2 ├─ postcss-normalize-unicode@4.0.1 ├─ postcss-normalize-url@4.0.1 ├─ postcss-normalize-whitespace@4.0.2 ├─ postcss-normalize@7.0.1 ├─ postcss-ordered-values@4.1.2 ├─ postcss-overflow-shorthand@2.0.0 ├─ postcss-page-break@2.0.0 ├─ postcss-place@4.0.1 ├─ postcss-preset-env@6.7.0 ├─ postcss-pseudo-class-any-link@6.0.0 ├─ postcss-reduce-initial@4.0.3 ├─ postcss-reduce-transforms@4.0.2 ├─ postcss-replace-overflow-wrap@3.0.0 ├─ postcss-safe-parser@4.0.1 ├─ postcss-selector-matches@4.0.0 ├─ postcss-selector-not@4.0.1 ├─ postcss-selector-parser@5.0.0 ├─ postcss-svgo@4.0.3 ├─ postcss-unique-selectors@4.0.1 ├─ postcss-value-parser@3.3.1 ├─ postcss-values-parser@2.0.1 ├─ postcss@7.0.39 ├─ prebuild-install@5.3.6 ├─ prelude-ls@1.1.2 ├─ prettier-eslint-cli@5.0.0 ├─ prettier-eslint@9.0.2 ├─ prettier-linter-helpers@1.0.0 ├─ prettier@2.8.8 ├─ pretty-bytes@5.6.0 ├─ pretty-error@2.1.2 ├─ pretty-format@26.6.2 ├─ private@0.1.8 ├─ process-nextick-args@2.0.1 ├─ process@0.11.10 ├─ progress@2.0.3 ├─ promise-inflight@1.0.1 ├─ promise-polyfill@8.1.3 ├─ promise@7.3.1 ├─ prompts@2.4.2 ├─ prop-types-exact@1.2.0 ├─ prop-types@15.8.1 ├─ property-expr@2.0.6 ├─ protobufjs@6.11.4 ├─ proxy-addr@2.0.7 ├─ prr@1.0.1 ├─ pseudomap@1.0.2 ├─ psl@1.9.0 ├─ public-encrypt@4.0.3 ├─ pump@3.0.0 ├─ pumpify@1.5.1 ├─ punycode@2.3.1 ├─ q@1.5.1 ├─ qs@6.11.0 ├─ query-string@6.14.1 ├─ querystring-es3@0.2.1 ├─ querystringify@2.2.0 ├─ quick-lru@4.0.1 ├─ raf@3.4.1 ├─ railroad-diagrams@1.0.0 ├─ randexp@0.4.6 ├─ randombytes@2.1.0 ├─ randomfill@1.0.4 ├─ range-parser@1.2.1 ├─ raw-body@2.5.1 ├─ rc@1.2.8 ├─ react-app-polyfill@1.0.6 ├─ react-app-rewired@2.1.4 ├─ react-art@16.11.0 ├─ react-dev-utils@9.1.0 ├─ react-devtools-core@4.28.5 ├─ react-dom@17.0.1 ├─ react-error-overlay@6.0.11 ├─ react-facebook-login@4.1.1 ├─ react-fast-compare@2.0.4 ├─ react-firebase@2.2.8 ├─ react-freeze@1.0.3 ├─ react-geocode@0.2.3 ├─ react-google-maps@9.4.5 ├─ react-images-upload@1.2.8 ├─ react-input-autosize@3.0.0 ├─ react-is@16.13.1 ├─ react-lifecycles-compat@3.0.4 ├─ react-load-script@0.0.6 ├─ react-native-android-location-enabler@1.2.2 ├─ react-native-animatable@1.4.0 ├─ react-native-appearance@0.3.4 ├─ react-native-ble-manager@8.0.2 ├─ react-native-button@2.4.0 ├─ react-native-calendar-events@2.2.0 ├─ react-native-calendars@1.1297.0 ├─ react-native-canvas@0.1.39 ├─ react-native-check-box@2.1.7 ├─ react-native-codegen@0.0.6 ├─ react-native-color@0.0.10 ├─ react-native-compass-heading@1.4.0 ├─ react-native-date-picker@4.2.13 ├─ react-native-dismiss-keyboard@1.0.0 ├─ react-native-document-picker@8.0.0 ├─ react-native-drawer-layout-polyfill@1.3.2 ├─ react-native-drawer-layout@1.3.2 ├─ react-native-elements@3.4.0 ├─ react-native-fast-image@7.0.2 ├─ react-native-fbsdk@3.0.0 ├─ react-native-file-viewer@2.1.5 ├─ react-native-fs@2.18.0 ├─ react-native-geolocation-service@5.3.0 ├─ react-native-gesture-handler@1.10.3 ├─ react-native-image-marker@0.6.3 ├─ react-native-image-picker@5.3.1 ├─ react-native-image-to-pdf@1.2.0 ├─ react-native-iphone-x-helper@1.3.1 ├─ react-native-live-audio-stream@1.1.1 ├─ react-native-localize@1.4.3 ├─ react-native-maps@0.29.4 ├─ react-native-material-buttons@0.5.0 ├─ react-native-material-dropdown@0.11.1 ├─ react-native-material-ripple@0.8.0 ├─ react-native-material-textfield@0.16.1 ├─ react-native-modal-activityindicator@0.0.1 ├─ react-native-modal-datetime-picker@13.1.2 ├─ react-native-paper@5.9.0 ├─ react-native-permissions@2.2.2 ├─ react-native-print@0.10.0 ├─ react-native-radar@3.2.3 ├─ react-native-ratings@7.6.1 ├─ react-native-reanimated@1.13.1 ├─ react-native-redash@12.6.1 ├─ react-native-responsive-dimensions@3.1.1 ├─ react-native-safe-area-context@4.6.4 ├─ react-native-safe-area-view@0.14.8 ├─ react-native-save-view@0.2.3 ├─ react-native-screens@1.0.0-alpha.23 ├─ react-native-share@7.9.1 ├─ react-native-simple-radio-button@2.7.4 ├─ react-native-size-matters@0.3.1 ├─ react-native-slider@0.11.0 ├─ react-native-sound@0.11.2 ├─ react-native-svg@12.2.0 ├─ react-native-swipe-gestures@1.0.5 ├─ react-native-system-setting@1.7.6 ├─ react-native-tab-view@2.16.0 ├─ react-native-text-size@4.0.0-rc.1 ├─ react-native-ui-lib@6.11.2 ├─ react-native-vector-icons@9.2.0 ├─ react-native-video-player@0.12.0 ├─ react-native-video@5.2.1 ├─ react-native-view-shot@3.0.2 ├─ react-native-watermark@0.0.1 ├─ react-native-web-maps@0.3.0 ├─ react-native-web@0.18.12 ├─ react-native-webview@11.26.0 ├─ react-native@0.64.4 ├─ react-navigation-deprecated-tab-navigator@1.3.0 ├─ react-navigation-drawer@0.5.0 ├─ react-navigation-stack@2.10.4 ├─ react-navigation@2.18.7 ├─ react-onclickoutside@6.13.0 ├─ react-popper@2.3.0 ├─ react-property@2.0.0 ├─ react-refresh@0.4.3 ├─ react-router-dom@4.3.1 ├─ react-router-modal@1.5.2 ├─ react-router@4.3.1 ├─ react-rte@0.16.5 ├─ react-scripts@3.1.1 ├─ react-shallow-renderer@16.15.0 ├─ react-share@4.4.1 ├─ react-swipeable@6.2.2 ├─ react-test-renderer@16.14.0 ├─ react-to-print@2.14.6 ├─ react-transition-group@4.4.5 ├─ react@17.0.1 ├─ read-pkg-up@2.0.0 ├─ read-pkg@2.0.0 ├─ readable-stream@2.3.8 ├─ readdirp@2.2.1 ├─ realpath-native@1.1.0 ├─ recast@0.20.5 ├─ rechoir@0.6.2 ├─ recompose@0.30.0 ├─ recursive-readdir@2.2.2 ├─ recyclerlistview@3.0.5 ├─ redent@3.0.0 ├─ reflect.getprototypeof@1.0.4 ├─ reflect.ownkeys@0.2.0 ├─ regenerate-unicode-properties@10.1.1 ├─ regenerate@1.4.2 ├─ regenerator-runtime@0.13.11 ├─ regenerator-transform@0.15.2 ├─ regex-not@1.0.2 ├─ regex-parser@2.2.10 ├─ regexp.prototype.flags@1.5.1 ├─ regexpp@2.0.1 ├─ regexpu-core@2.0.0 ├─ regjsgen@0.2.0 ├─ regjsparser@0.1.5 ├─ relateurl@0.2.7 ├─ remove-trailing-separator@1.1.0 ├─ renderkid@2.0.7 ├─ repeat-element@1.1.4 ├─ repeat-string@1.6.1 ├─ request-promise-core@1.1.4 ├─ request-promise-native@1.0.9 ├─ request@2.88.2 ├─ require-directory@2.1.1 ├─ require-main-filename@1.0.1 ├─ require-relative@0.8.7 ├─ requires-port@1.0.0 ├─ resolve-cwd@2.0.0 ├─ resolve-from@3.0.0 ├─ resolve-pathname@3.0.0 ├─ resolve-url-loader@3.1.0 ├─ resolve-url@0.2.1 ├─ resolve@1.22.8 ├─ restore-cursor@2.0.0 ├─ ret@0.1.15 ├─ rework-visit@1.0.0 ├─ rework@1.0.1 ├─ rgb-regex@1.0.1 ├─ rgba-regex@1.0.0 ├─ rifm@0.7.0 ├─ rimraf@2.7.1 ├─ ripemd160@2.0.2 ├─ rrule@2.8.1 ├─ rst-selector-parser@2.2.3 ├─ rsvp@4.8.5 ├─ run-async@2.4.1 ├─ run-queue@1.0.3 ├─ rxjs@6.6.7 ├─ safe-array-concat@1.1.0 ├─ safe-buffer@5.2.1 ├─ safe-regex-test@1.0.2 ├─ safe-regex@1.1.0 ├─ safer-buffer@2.1.2 ├─ sane@4.1.0 ├─ sass-loader@7.2.0 ├─ sax@1.3.0 ├─ saxes@3.1.11 ├─ scheduler@0.20.2 ├─ schema-utils@1.0.0 ├─ scriptjs@2.5.9 ├─ select-hose@2.0.0 ├─ selfsigned@1.10.14 ├─ semver-compare@1.0.0 ├─ semver@5.7.2 ├─ send@0.18.0 ├─ serialize-error@2.1.0 ├─ serialize-javascript@2.1.2 ├─ serve-index@1.9.1 ├─ serve-static@1.15.0 ├─ set-blocking@2.0.0 ├─ set-function-length@1.2.0 ├─ set-function-name@2.0.1 ├─ set-value@2.0.1 ├─ setimmediate@1.0.5 ├─ setprototypeof@1.2.0 ├─ sha.js@2.4.11 ├─ shaka-player@2.5.23 ├─ shallow-clone@3.0.1 ├─ shallowequal@1.1.0 ├─ shebang-command@1.2.0 ├─ shebang-regex@1.0.0 ├─ shell-quote@1.8.1 ├─ shelljs@0.8.5 ├─ shellwords@0.1.1 ├─ side-channel@1.0.4 ├─ signal-exit@3.0.7 ├─ simple-concat@1.0.1 ├─ simple-get@3.1.1 ├─ simple-plist@1.3.1 ├─ simple-swizzle@0.2.2 ├─ sisteransi@1.0.5 ├─ slash@3.0.0 ├─ slice-ansi@2.1.0 ├─ snapdragon-node@2.1.1 ├─ snapdragon-util@3.0.1 ├─ snapdragon@0.8.2 ├─ socket.io-adapter@2.5.2 ├─ socket.io-client@4.7.1 ├─ socket.io-parser@4.2.4 ├─ socket.io@4.7.1 ├─ sockjs-client@1.3.0 ├─ sockjs@0.3.19 ├─ source-list-map@2.0.1 ├─ source-map-resolve@0.5.3 ├─ source-map-support@0.5.21 ├─ source-map-url@0.4.1 ├─ source-map@0.6.1 ├─ spawn-command@0.0.2-1 ├─ spdx-correct@3.2.0 ├─ spdx-exceptions@2.4.0 ├─ spdx-expression-parse@3.0.1 ├─ spdx-license-ids@3.0.16 ├─ spdy-transport@3.0.0 ├─ spdy@4.0.2 ├─ split-on-first@1.1.0 ├─ split-string@3.1.0 ├─ sprintf-js@1.0.3 ├─ sshpk@1.18.0 ├─ ssri@6.0.2 ├─ stable@0.1.8 ├─ stack-utils@2.0.6 ├─ stackframe@1.3.4 ├─ stacktrace-parser@0.1.10 ├─ static-extend@0.1.2 ├─ statuses@2.0.1 ├─ stealthy-require@1.1.1 ├─ stop-iteration-iterator@1.0.0 ├─ stream-browserify@2.0.2 ├─ stream-buffers@2.2.0 ├─ stream-each@1.2.3 ├─ stream-http@2.8.3 ├─ stream-shift@1.0.3 ├─ streamsearch@0.1.2 ├─ strict-uri-encode@2.0.0 ├─ string_decoder@1.3.0 ├─ string-argv@0.3.1 ├─ string-length@2.0.0 ├─ string-width@4.2.3 ├─ string.prototype.matchall@4.0.10 ├─ string.prototype.trim@1.2.8 ├─ string.prototype.trimend@1.0.7 ├─ string.prototype.trimstart@1.0.7 ├─ stringify-object@3.3.0 ├─ strip-ansi@5.2.0 ├─ strip-bom@3.0.0 ├─ strip-comments@1.0.2 ├─ strip-eof@1.0.0 ├─ strip-final-newline@2.0.0 ├─ strip-indent@3.0.0 ├─ strip-json-comments@3.1.1 ├─ style-loader@1.0.0 ├─ style-to-js@1.1.1 ├─ style-to-object@0.3.0 ├─ stylehacks@4.0.3 ├─ styleq@0.1.3 ├─ sudo-prompt@9.2.1 ├─ superstruct@0.6.2 ├─ supports-color@7.2.0 ├─ supports-hyperlinks@2.3.0 ├─ supports-preserve-symlinks-flag@1.0.0 ├─ svg-arc-to-cubic-bezier@3.2.0 ├─ svg-parser@2.0.4 ├─ svgo@1.3.2 ├─ symbol-observable@1.2.0 ├─ symbol-tree@3.2.4 ├─ synchronous-promise@2.0.17 ├─ synthetic-dom@1.4.0 ├─ table@5.4.6 ├─ tapable@1.1.3 ├─ tar-fs@2.1.1 ├─ tar-stream@2.2.0 ├─ temp@0.8.3 ├─ terminal-link@2.1.1 ├─ terser-webpack-plugin@1.4.1 ├─ terser@4.8.1 ├─ test-exclude@5.2.3 ├─ test-value@2.1.0 ├─ text-table@0.2.0 ├─ throat@5.0.0 ├─ through@2.3.8 ├─ through2@2.0.5 ├─ thunky@1.1.0 ├─ timers-browserify@2.0.12 ├─ timsort@0.3.0 ├─ tiny-invariant@1.3.1 ├─ tiny-warning@1.0.3 ├─ tinycolor2@1.6.0 ├─ tmp@0.0.33 ├─ to-arraybuffer@1.0.1 ├─ to-fast-properties@2.0.0 ├─ to-object-path@0.3.0 ├─ to-regex-range@2.1.1 ├─ to-regex@3.0.2 ├─ toidentifier@1.0.1 ├─ toposort@2.0.2 ├─ tough-cookie@2.5.0 ├─ tr46@1.0.1 ├─ tree-kill@1.2.2 ├─ ts-jest@25.5.1 ├─ ts-object-utils@0.0.5 ├─ ts-pnp@1.1.2 ├─ tslib@1.14.1 ├─ tsutils@3.21.0 ├─ tty-browserify@0.0.0 ├─ tunnel-agent@0.6.0 ├─ tweetnacl@0.14.5 ├─ type-check@0.3.2 ├─ type-detect@4.0.8 ├─ type-fest@0.8.1 ├─ type-is@1.6.18 ├─ type@1.2.0 ├─ typed-array-buffer@1.0.0 ├─ typed-array-byte-length@1.0.0 ├─ typed-array-byte-offset@1.0.0 ├─ typed-array-length@1.0.4 ├─ typedarray-to-buffer@3.1.5 ├─ typedarray@0.0.6 ├─ typescript@4.1.3 ├─ typical@2.6.1 ├─ ua-parser-js@0.7.37 ├─ uglify-es@3.3.9 ├─ uglify-js@3.4.10 ├─ ultron@1.0.2 ├─ unbox-primitive@1.0.2 ├─ undici-types@5.26.5 ├─ unicode-canonical-property-names-ecmascript@2.0.0 ├─ unicode-match-property-ecmascript@2.0.0 ├─ unicode-match-property-value-ecmascript@2.1.0 ├─ unicode-property-aliases-ecmascript@2.1.0 ├─ union-value@1.0.1 ├─ uniq@1.0.1 ├─ unique-filename@1.1.1 ├─ unique-slug@2.0.2 ├─ universalify@0.1.2 ├─ unpipe@1.0.0 ├─ unquote@1.1.1 ├─ unset-value@1.0.0 ├─ upath@1.2.0 ├─ update-browserslist-db@1.0.13 ├─ upper-case@1.1.3 ├─ uri-js@4.4.1 ├─ urix@0.1.0 ├─ url-loader@2.1.0 ├─ url-parse@1.5.10 ├─ url@0.11.3 ├─ use-debounce@3.4.3 ├─ use-isomorphic-layout-effect@1.1.2 ├─ use-latest-callback@0.1.9 ├─ use-memo-one@1.1.3 ├─ use-subscription@1.8.0 ├─ use-sync-external-store@1.2.0 ├─ use@3.1.1 ├─ utf8@3.0.0 ├─ util-deprecate@1.0.2 ├─ util.promisify@1.1.2 ├─ util@0.11.1 ├─ utils-merge@1.0.1 ├─ uuid@3.4.0 ├─ v8-compile-cache@2.4.0 ├─ v8-to-istanbul@7.1.2 ├─ validate-npm-package-license@3.0.4 ├─ validator@9.4.1 ├─ value-equal@1.0.1 ├─ vary@1.1.2 ├─ vendors@1.0.4 ├─ verror@1.10.0 ├─ vlq@1.0.1 ├─ vm-browserify@1.1.2 ├─ w3c-hr-time@1.0.2 ├─ w3c-xmlserializer@1.1.2 ├─ walker@1.0.8 ├─ warning@4.0.3 ├─ watchpack-chokidar2@2.0.1 ├─ watchpack@1.7.5 ├─ wbuf@1.7.3 ├─ wcwidth@1.0.1 ├─ webidl-conversions@4.0.2 ├─ webpack-dev-middleware@3.7.3 ├─ webpack-dev-server@3.2.1 ├─ webpack-log@2.0.0 ├─ webpack-manifest-plugin@2.0.4 ├─ webpack-sources@1.4.3 ├─ webpack@4.39.1 ├─ websocket-driver@0.7.4 ├─ websocket-extensions@0.1.4 ├─ whatwg-encoding@1.0.5 ├─ whatwg-fetch@3.6.20 ├─ whatwg-mimetype@2.3.0 ├─ whatwg-url@7.1.0 ├─ which-boxed-primitive@1.0.2 ├─ which-builtin-type@1.1.3 ├─ which-collection@1.0.1 ├─ which-module@2.0.1 ├─ which-pm-runs@1.1.0 ├─ which-typed-array@1.1.13 ├─ which@1.3.1 ├─ wide-align@1.1.5 ├─ wnpm-ci@8.0.131 ├─ word-wrap@1.2.5 ├─ workbox-background-sync@4.3.1 ├─ workbox-broadcast-update@4.3.1 ├─ workbox-build@4.3.1 ├─ workbox-cacheable-response@4.3.1 ├─ workbox-core@4.3.1 ├─ workbox-expiration@4.3.1 ├─ workbox-google-analytics@4.3.1 ├─ workbox-navigation-preload@4.3.1 ├─ workbox-precaching@4.3.1 ├─ workbox-range-requests@4.3.1 ├─ workbox-routing@4.3.1 ├─ workbox-strategies@4.3.1 ├─ workbox-streams@4.3.1 ├─ workbox-sw@4.3.1 ├─ workbox-webpack-plugin@4.3.1 ├─ workbox-window@4.3.1 ├─ worker-farm@1.7.0 ├─ worker-rpc@0.1.1 ├─ wrap-ansi@2.1.0 ├─ wrappy@1.0.2 ├─ write-file-atomic@2.4.3 ├─ write@1.0.3 ├─ ws@1.1.5 ├─ xcode@2.1.0 ├─ xdate@0.8.2 ├─ xml-name-validator@3.0.0 ├─ xml@1.0.1 ├─ xml2js@0.4.23 ├─ xmlbuilder@15.1.1 ├─ xmlchars@2.2.0 ├─ xmldoc@1.3.0 ├─ xmldom@0.5.0 ├─ xmlhttprequest-ssl@2.0.0 ├─ xmlhttprequest@1.8.0 ├─ xregexp@4.0.0 ├─ xtend@4.0.2 ├─ y18n@4.0.3 ├─ yallist@4.0.0 ├─ yaml@1.10.2 ├─ yargs-parser@18.1.3 ├─ yargs@15.4.1 ├─ yocto-queue@0.1.0 └─ yup@0.28.5 $ patch-package patch-package 6.5.1 Applying patches... react-native@0.64.4 ✔ react-native-material-dropdown/react-native-material-textfield@0.12.0 ✔ react-navigation@2.18.7 ✔ Done in 326.78s. [32;1m$ export PATH="/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin"[0;m [32;1m$ cd packages/mobile/ios && pod install && cd ../../../ && npx react-native bundle --entry-file ./packages/mobile/index.js --platform ios --dev true --bundle-output ./packages/mobile/ios/main.jsbundle[0;m RNFBAnalytics: Using default Firebase/Analytics with Ad Ids. May require App Tracking Transparency. Not allowed for Kids apps. RNFBAnalytics: You may set variable `$RNFirebaseAnalyticsWithoutAdIdSupport=true` in Podfile to use analytics without ad ids. Adding a custom script phase for Pod RNFBApp: [RNFB] Core Configuration Auto-linking React Native modules for target `LuxGoNEWFINAL`: RCTSystemSetting, RNCAsyncStorage, RNCCheckbox, RNDateTimePicker, RNFBAnalytics, RNFBApp, RNFS, RNFileViewer, RNGoogleSignin, RNImageMarker, RNImageToPdf, RNLiveAudioStream, RNLocalize, RNPermissions, RNReanimated, RNShare, RNSound, ReactNativeUiLib, react-native-appearance, react-native-ble-manager, react-native-compass-heading, react-native-date-picker, react-native-document-picker, react-native-fbsdk, react-native-maps, react-native-print, react-native-radar, react-native-safe-area-context, react-native-save-view, react-native-slider, react-native-video, react-native-view-shot, and react-native-voice RNFBAnalytics: Using default Firebase/Analytics with Ad Ids. May require App Tracking Transparency. Not allowed for Kids apps. RNFBAnalytics: You may set variable `$RNFirebaseAnalyticsWithoutAdIdSupport=true` in Podfile to use analytics without ad ids. Analyzing dependencies Fetching podspec for `DoubleConversion` from `../../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec` Fetching podspec for `RCT-Folly` from `../../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec` RNFBAnalytics: Using default Firebase/Analytics with Ad Ids. May require App Tracking Transparency. Not allowed for Kids apps. RNFBAnalytics: You may set variable `$RNFirebaseAnalyticsWithoutAdIdSupport=true` in Podfile to use analytics without ad ids. Fetching podspec for `glog` from `../../../node_modules/react-native/third-party-podspecs/glog.podspec` Adding spec repo `trunk` with CDN `https://cdn.cocoapods.org/` CocoaPods 1.15.0 is available. To update use: `gem install cocoapods` For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.15.0 [!] CocoaPods could not find compatible versions for pod "FBSDKCoreKit": In Podfile: FBSDKCoreKit react-native-fbsdk (from `../../../node_modules/react-native-fbsdk`) was resolved to 3.0.0, which depends on react-native-fbsdk/Core (= 3.0.0) was resolved to 3.0.0, which depends on FBSDKCoreKit (~> 8.1) CocoaPods could not find compatible versions for pod "FBSDKLoginKit": In Podfile: FBSDKLoginKit react-native-fbsdk (from `../../../node_modules/react-native-fbsdk`) was resolved to 3.0.0, which depends on react-native-fbsdk/Login (= 3.0.0) was resolved to 3.0.0, which depends on FBSDKLoginKit (~> 8.1) CocoaPods could not find compatible versions for pod "FBSDKShareKit": In Podfile: FBSDKShareKit react-native-fbsdk (from `../../../node_modules/react-native-fbsdk`) was resolved to 3.0.0, which depends on react-native-fbsdk/Share (= 3.0.0) was resolved to 3.0.0, which depends on FBSDKShareKit (~> 8.1) CocoaPods could not find compatible versions for pod "Firebase/Analytics": In Podfile: Firebase/Analytics RNFBAnalytics (from `../../../node_modules/@react-native-firebase/analytics`) was resolved to 13.1.1, which depends on Firebase/Analytics (~> 6.34.0) CocoaPods could not find compatible versions for pod "Google-Maps-iOS-Utils": In Podfile: Google-Maps-iOS-Utils react-native-google-maps (from `../../../node_modules/react-native-maps/react-native-google-maps.podspec`) was resolved to 0.29.4, which depends on Google-Maps-iOS-Utils (= 2.1.0) CocoaPods could not find compatible versions for pod "GoogleDataTransport": In Podfile: RNFBApp (from `../../../node_modules/@react-native-firebase/app`) was resolved to 8.4.7, which depends on Firebase/CoreOnly (~> 6.34.0) was resolved to 6.34.0, which depends on FirebaseCore (= 6.10.4) was resolved to 6.10.4, which depends on FirebaseCoreDiagnostics (~> 1.6) was resolved to 1.6.0, which depends on GoogleDataTransport (~> 7.2) RNMLKitTextRecognition (from `../../../node_modules/@react-native-ml-kit/text-recognition`) was resolved to 1.5.1, which depends on GoogleMLKit/TextRecognitionChinese (= 4.0.0) was resolved to 4.0.0, which depends on MLKitTextRecognitionChinese (~> 1.0.0) was resolved to 1.0.0, which depends on MLKitCommon (~> 9.0) was resolved to 9.0.0, which depends on GoogleDataTransport (~> 9.0) CocoaPods could not find compatible versions for pod "GoogleMaps": In Podfile: react-native-google-maps (from `../../../node_modules/react-native-maps/react-native-google-maps.podspec`) was resolved to 0.29.4, which depends on Google-Maps-iOS-Utils (= 2.1.0) was resolved to 2.1.0, which depends on GoogleMaps react-native-google-maps (from `../../../node_modules/react-native-maps/react-native-google-maps.podspec`) was resolved to 0.29.4, which depends on GoogleMaps (= 3.5.0) [!] NPM package '@react-native-firebase/analytics' depends on '@react-native-firebase/app' v13.1.1 but found v8.4.7, this might cause build issues or runtime crashes. [!] use_native_modules! skipped the react-native dependency 'react-native-watermark'. No podspec file was found. [!] NPM package '@react-native-firebase/analytics' depends on '@react-native-firebase/app' v13.1.1 but found v8.4.7, this might cause build issues or runtime crashes. [!] use_native_modules! skipped the react-native dependency 'react-native-watermark'. No podspec file was found. [!] NPM package '@react-native-firebase/analytics' depends on '@react-native-firebase/app' v13.1.1 but found v8.4.7, this might cause build issues or runtime crashes. - Check to see if there is an updated version that contains the necessary podspec file - Contact the library maintainers or send them a PR to add a podspec. The react-native-webview podspec is a good example of a package.json driven podspec. See https://github.com/react-native-community/react-native-webview/blob/master/react-native-webview.podspec - If necessary, you can disable autolinking for the dependency and link it manually. See https://github.com/react-native-community/cli/blob/master/docs/autolinking.md#how-can-i-disable-autolinking-for-unsupported-library - Check to see if there is an updated version that contains the necessary podspec file - Contact the library maintainers or send them a PR to add a podspec. The react-native-webview podspec is a good example of a package.json driven podspec. See https://github.com/react-native-community/react-native-webview/blob/master/react-native-webview.podspec - If necessary, you can disable autolinking for the dependency and link it manually. See https://github.com/react-native-community/cli/blob/master/docs/autolinking.md#how-can-i-disable-autolinking-for-unsupported-library [32;1m$ cp node-runners/RCTUIImageViewAnimated.m node_modules/react-native/Libraries/Image/RCTUIImageViewAnimated.m[0;m cp: node-runners/RCTUIImageViewAnimated.m: No such file or directory section_end:1706714497:step_script [0Ksection_start:1706714497:after_script [0K[0K[36;1mRunning after_script[0;m[0;m [32;1mRunning after script...[0;m [32;1m$ echo "CI_JOB_ID $CI_JOB_ID"[0;m CI_JOB_ID 43889679 [32;1m$ echo "CI_PROJECT_ID $CI_PROJECT_ID"[0;m CI_PROJECT_ID 65123 [32;1m$ echo "CI_PROJECT_NAME $CI_PROJECT_NAME"[0;m CI_PROJECT_NAME luxgonewfinal-138857-react-native [32;1m$ echo "CI_JOB_NAME $CI_JOB_NAME"[0;m CI_JOB_NAME build ios debug arm [32;1m$ echo "CI_JOB_STAGE $CI_JOB_STAGE"[0;m CI_JOB_STAGE build [32;1m$ echo "CI_JOB_STATUS $CI_JOB_STATUS"[0;m CI_JOB_STATUS failed [32;1m$ echo "CI_JOB_STARTED_AT $CI_JOB_STARTED_AT"[0;m CI_JOB_STARTED_AT 2024-01-31T15:14:24Z [32;1m$ yarn cache clean[0;m yarn cache v1.22.19 success Cleared cache. Done in 10.47s. [32;1m$ if [[ -f /opt/builder/provisioning/scripts/machine-clean.sh ]]; then # collapsed multi-line command[0;m <2024/01/31 16:21:48> - Cleaning Directories... <2024/01/31 16:21:48> - Recycling Apple Remote Desktop... <2024/01/31 16:21:48> - Killing off old node processes... Cleanup script exited successfully section_end:1706714508:after_script [0Ksection_start:1706714508:upload_artifacts_on_failure [0K[0K[36;1mUploading artifacts for failed job[0;m[0;m [32;1mUploading artifacts...[0;m Runtime platform [0;m arch[0;m=arm64 os[0;m=darwin pid[0;m=9574 revision[0;m=d89a789a version[0;m=16.4.1 [0;33mWARNING: src/packages/mobile/ios/bb234dad7a42564a80cef701e3d012f734017698_iOS_debug.zip: no matching files. Ensure that the artifact path is relative to the working directory (/opt/builder/builds/RzyLB5VK/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native)[0;m [0;33mWARNING: src/packages/mobile/ios/yarn_ios.log: no matching files. Ensure that the artifact path is relative to the working directory (/opt/builder/builds/RzyLB5VK/0/clientprojects/assembler_projects/prd/luxgonewfinal-138857-react-native)[0;m [31;1mERROR: No files to upload [0;m section_end:1706714509:upload_artifacts_on_failure [0Ksection_start:1706714509:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1706714509:cleanup_file_variables [0K[31;1mERROR: Job failed: exit status 1 [0;m
Leave a Comment