Bump metro-config from 0.73.1 to 0.75.0 in /react-native/react-native-flipper (#4488)
Summary: Bumps [metro-config](https://github.com/facebook/metro) from 0.73.1 to 0.75.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/metro/releases">metro-config's releases</a>.</em></p> <blockquote> <h2>Release v0.75.0</h2> <ul> <li><strong>[Breaking]</strong>: Formalise minimum Node JS requirement at 14.17.0 via <code>package.json#engines</code>. (<a href="c3e453ede5</a>)</li> <li><strong>[Breaking]</strong>: Filter untyped context properties passed to custom resolvers. (<a href="cb01ec09c6</a>)</li> <li><strong>[Breaking]</strong>: Change default <code>context.redirectModulePath</code> implementation to return absolute path in all cases. (<a href="acbfe63d83</a>)</li> <li><strong>[Feature]</strong>: Add <code>mainFields</code>, <code>getPackage</code>, and <code>getPackageForModule</code> to custom resolver context. (<a href="adfb59329f</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/metro/compare/v0.74.1...v0.75.0">https://github.com/facebook/metro/compare/v0.74.1...v0.75.0</a></p> <h2>Release v0.74.1</h2> <ul> <li><strong>[Feature]</strong>: Add <code>babel/plugin-proposal-numeric-separator</code> to <code>metro-react-native-babel-preset</code> (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/681">facebook/metro#681</a> by <a href="https://github.com/SConaway"><code>@SConaway</code></a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/metro/compare/v0.74.0...v0.74.1">https://github.com/facebook/metro/compare/v0.74.0...v0.74.1</a></p> <h2>Release v0.74.0</h2> <ul> <li><strong>[Breaking]</strong> Remove <code>@babel/plugin-transform-template-literals</code> from metro-react-native-babel-preset (<a href="322dea8dc7</a>)</li> <li><strong>[Breaking]</strong> Remove <code>postProcessBundleSourcemap</code> from config (<a href="339794e434</a>)</li> <li><strong>[Fix]</strong> Don't log ENOENT errors to console for expected URL stack frames (<a href="1031ae6713</a>)</li> <li><strong>[Fix]</strong> Don't attempt to use the <code>find</code> crawler on Windows (<a href="735aa9f523</a>)</li> <li><strong>[Performance]</strong> Improve AST processing during transformation (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/854">facebook/metro#854</a> by <a href="https://github.com/EvanBacon"><code>@EvanBacon</code></a>)</li> <li><strong>[Performance]</strong> Improve Fast Refresh responsiveness when watching a large number of files (<a href="b942eca551</a>)</li> </ul> <p><strong>Full Changelog:</strong> <a href="https://github.com/facebook/metro/compare/v0.73.6...v0.74.0">https://github.com/facebook/metro/compare/v0.73.6...v0.74.0</a></p> <h2>Release v0.73.7</h2> <p><em>This is a hotfix on the <code>0.73.x</code> branch.</em></p> <ul> <li><strong>[Fix]</strong> Don't attempt to use the <code>find</code> crawler on Windows (<a href="370301981b</a>)</li> </ul> <h2>Release v0.73.6</h2> <ul> <li><strong>[Fix]</strong> Fix duplicate 'add' events, reduce dropped events on new subtrees in <code>NodeWatcher</code> (non-Watchman, non-macOS).(<a href="51fb7e349c</a>)</li> </ul> <blockquote> <p>NOTE: Experimental features are not covered by semver and can change at any time.</p> </blockquote> <ul> <li><strong>[Experimental]</strong> <code>experimentalImportBundleSupport</code>: Move bundle path hints into serialised dependency map(<a href="https://github-redirect.dependabot.com/facebook/metro/pull/901">facebook/metro#901</a>)</li> </ul> <p><strong>Full Changelog:</strong> <a href="https://github.com/facebook/metro/compare/v0.73.5...v0.73.6">https://github.com/facebook/metro/compare/v0.73.5...v0.73.6</a></p> <h2>Release v0.73.5</h2> <ul> <li><strong>[Fix]</strong>: Make all <code>getTransformOptions</code> result properties optional. (<a href="a07c8235a3</a>)</li> <li><strong>[Fix]</strong>: Bug that can lead to "unknown module" errors at runtime after an incremental build. (<a href="b1be263f7d</a>)</li> <li><strong>[Fix]</strong>: <code>metro-runtime</code>: Re-throw cached module errors without wrapping. (<a href="032c4a1e03</a>)</li> <li><strong>[Fix]</strong> Bump <code>babel/types</code> dependency to <code>^7.20.0</code> for more consistent exposed AST Bump <code>babel/types</code> dependency to <code>^7.20.0</code> for more consistent exposed AST</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/metro/compare/v0.73.4...v0.73.5">https://github.com/facebook/metro/compare/v0.73.4...v0.73.5</a></p> <h2>Release v0.73.4</h2> <ul> <li><strong>[Feature]:</strong> Expose <code>watch</code> option in <code>RunServerOptions</code> (<a href="https://github-redirect.dependabot.com/facebook/metro/pull/889">facebook/metro#889</a> by <a href="https://github.com/EvanBacon"><code>@EvanBacon</code></a>)</li> <li><strong>[Feature]:</strong> <code>metro-runtime</code>: Emit additional context on WebSocket <code>'close'</code> events (<a href="d54986c49c</a>)</li> </ul> <blockquote> <p>NOTE: Experimental features are not covered by semver and can change at any time.</p> </blockquote> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="a110931489"><code>a110931</code></a> Release 0.75.0</li> <li><a href="28b38bb0af"><code>28b38bb</code></a> Remove duplicated engines entry from metro-symbolicate package.json</li> <li><a href="acbfe63d83"><code>acbfe63</code></a> Refactor subpath matching logic in browser spec resolution</li> <li><a href="c3e453ede5"><code>c3e453e</code></a> Add "engines" field to all packages to indicate minimum Node JS version</li> <li><a href="e890c997d0"><code>e890c99</code></a> Back out "Process files before adding them to <code>FileSystem</code>"</li> <li><a href="1a81060c6c"><code>1a81060</code></a> Process files before adding them to <code>FileSystem</code></li> <li><a href="aa442cacdb"><code>aa442ca</code></a> Move default redirectModulePath implementation into metro-resolver</li> <li><a href="adfb59329f"><code>adfb593</code></a> Add getPackageForModule function to resolution context</li> <li><a href="11a468140c"><code>11a4681</code></a> Document unstable_perfLoggerFactory (<a href="https://github-redirect.dependabot.com/facebook/metro/issues/920">https://github.com/facebook/flipper/issues/920</a>)</li> <li><a href="7acb686f28"><code>7acb686</code></a> allow passing config for unstable_perfLoggerFactory without warning</li> <li>Additional commits viewable in <a href="https://github.com/facebook/metro/compare/v0.73.1...v0.75.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/4488 Reviewed By: lblasa Differential Revision: D43345664 Pulled By: ivanmisuno fbshipit-source-id: 5d790d6f3990692f6c9021c9c3ee8c62fade5a7e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
dfd39aea50
commit
0520a91733
@@ -28,7 +28,7 @@
|
|||||||
"react-native": ">0.62.0"
|
"react-native": ">0.62.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"metro-config": "^0.73.1",
|
"metro-config": "^0.75.0",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-native": "^0.68.2",
|
"react-native": "^0.68.2",
|
||||||
"react-native-windows": "0.68.2"
|
"react-native-windows": "0.68.2"
|
||||||
|
|||||||
@@ -106,6 +106,11 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
|
||||||
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
|
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
|
||||||
|
|
||||||
|
"@babel/compat-data@^7.20.5":
|
||||||
|
version "7.20.14"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.14.tgz#4106fc8b755f3e3ee0a0a7c27dde5de1d2b2baf8"
|
||||||
|
integrity sha512-0YpKHD6ImkWMEINCyDAD0HLLUH/lPCefG8ld9it8DJB2wnApraKuhgYTvTY1z7UFIfBTGy5LwncZ+5HWWGbhFw==
|
||||||
|
|
||||||
"@babel/core@^7.13.16":
|
"@babel/core@^7.13.16":
|
||||||
version "7.17.10"
|
version "7.17.10"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.10.tgz#74ef0fbf56b7dfc3f198fc2d927f4f03e12f4b05"
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.10.tgz#74ef0fbf56b7dfc3f198fc2d927f4f03e12f4b05"
|
||||||
@@ -148,6 +153,27 @@
|
|||||||
json5 "^2.2.1"
|
json5 "^2.2.1"
|
||||||
semver "^6.3.0"
|
semver "^6.3.0"
|
||||||
|
|
||||||
|
"@babel/core@^7.20.0":
|
||||||
|
version "7.20.12"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d"
|
||||||
|
integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==
|
||||||
|
dependencies:
|
||||||
|
"@ampproject/remapping" "^2.1.0"
|
||||||
|
"@babel/code-frame" "^7.18.6"
|
||||||
|
"@babel/generator" "^7.20.7"
|
||||||
|
"@babel/helper-compilation-targets" "^7.20.7"
|
||||||
|
"@babel/helper-module-transforms" "^7.20.11"
|
||||||
|
"@babel/helpers" "^7.20.7"
|
||||||
|
"@babel/parser" "^7.20.7"
|
||||||
|
"@babel/template" "^7.20.7"
|
||||||
|
"@babel/traverse" "^7.20.12"
|
||||||
|
"@babel/types" "^7.20.7"
|
||||||
|
convert-source-map "^1.7.0"
|
||||||
|
debug "^4.1.0"
|
||||||
|
gensync "^1.0.0-beta.2"
|
||||||
|
json5 "^2.2.2"
|
||||||
|
semver "^6.3.0"
|
||||||
|
|
||||||
"@babel/generator@^7.10.1":
|
"@babel/generator@^7.10.1":
|
||||||
version "7.10.2"
|
version "7.10.2"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9"
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9"
|
||||||
@@ -194,6 +220,15 @@
|
|||||||
"@jridgewell/gen-mapping" "^0.3.2"
|
"@jridgewell/gen-mapping" "^0.3.2"
|
||||||
jsesc "^2.5.1"
|
jsesc "^2.5.1"
|
||||||
|
|
||||||
|
"@babel/generator@^7.20.0", "@babel/generator@^7.20.7":
|
||||||
|
version "7.20.14"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.14.tgz#9fa772c9f86a46c6ac9b321039400712b96f64ce"
|
||||||
|
integrity sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg==
|
||||||
|
dependencies:
|
||||||
|
"@babel/types" "^7.20.7"
|
||||||
|
"@jridgewell/gen-mapping" "^0.3.2"
|
||||||
|
jsesc "^2.5.1"
|
||||||
|
|
||||||
"@babel/generator@^7.7.4":
|
"@babel/generator@^7.7.4":
|
||||||
version "7.7.4"
|
version "7.7.4"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.4.tgz#db651e2840ca9aa66f327dcec1dc5f5fa9611369"
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.4.tgz#db651e2840ca9aa66f327dcec1dc5f5fa9611369"
|
||||||
@@ -277,6 +312,17 @@
|
|||||||
browserslist "^4.20.2"
|
browserslist "^4.20.2"
|
||||||
semver "^6.3.0"
|
semver "^6.3.0"
|
||||||
|
|
||||||
|
"@babel/helper-compilation-targets@^7.20.7":
|
||||||
|
version "7.20.7"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
|
||||||
|
integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==
|
||||||
|
dependencies:
|
||||||
|
"@babel/compat-data" "^7.20.5"
|
||||||
|
"@babel/helper-validator-option" "^7.18.6"
|
||||||
|
browserslist "^4.21.3"
|
||||||
|
lru-cache "^5.1.1"
|
||||||
|
semver "^6.3.0"
|
||||||
|
|
||||||
"@babel/helper-create-class-features-plugin@^7.10.1":
|
"@babel/helper-create-class-features-plugin@^7.10.1":
|
||||||
version "7.10.2"
|
version "7.10.2"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.2.tgz#7474295770f217dbcf288bf7572eb213db46ee67"
|
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.2.tgz#7474295770f217dbcf288bf7572eb213db46ee67"
|
||||||
@@ -398,6 +444,14 @@
|
|||||||
"@babel/template" "^7.18.6"
|
"@babel/template" "^7.18.6"
|
||||||
"@babel/types" "^7.18.9"
|
"@babel/types" "^7.18.9"
|
||||||
|
|
||||||
|
"@babel/helper-function-name@^7.19.0":
|
||||||
|
version "7.19.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c"
|
||||||
|
integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==
|
||||||
|
dependencies:
|
||||||
|
"@babel/template" "^7.18.10"
|
||||||
|
"@babel/types" "^7.19.0"
|
||||||
|
|
||||||
"@babel/helper-function-name@^7.7.4":
|
"@babel/helper-function-name@^7.7.4":
|
||||||
version "7.7.4"
|
version "7.7.4"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e"
|
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e"
|
||||||
@@ -491,6 +545,13 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "^7.16.7"
|
"@babel/types" "^7.16.7"
|
||||||
|
|
||||||
|
"@babel/helper-module-imports@^7.18.6":
|
||||||
|
version "7.18.6"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
|
||||||
|
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
|
||||||
|
dependencies:
|
||||||
|
"@babel/types" "^7.18.6"
|
||||||
|
|
||||||
"@babel/helper-module-imports@^7.7.4":
|
"@babel/helper-module-imports@^7.7.4":
|
||||||
version "7.7.4"
|
version "7.7.4"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.7.4.tgz#e5a92529f8888bf319a6376abfbd1cebc491ad91"
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.7.4.tgz#e5a92529f8888bf319a6376abfbd1cebc491ad91"
|
||||||
@@ -526,6 +587,20 @@
|
|||||||
"@babel/traverse" "^7.18.0"
|
"@babel/traverse" "^7.18.0"
|
||||||
"@babel/types" "^7.18.0"
|
"@babel/types" "^7.18.0"
|
||||||
|
|
||||||
|
"@babel/helper-module-transforms@^7.20.11":
|
||||||
|
version "7.20.11"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0"
|
||||||
|
integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==
|
||||||
|
dependencies:
|
||||||
|
"@babel/helper-environment-visitor" "^7.18.9"
|
||||||
|
"@babel/helper-module-imports" "^7.18.6"
|
||||||
|
"@babel/helper-simple-access" "^7.20.2"
|
||||||
|
"@babel/helper-split-export-declaration" "^7.18.6"
|
||||||
|
"@babel/helper-validator-identifier" "^7.19.1"
|
||||||
|
"@babel/template" "^7.20.7"
|
||||||
|
"@babel/traverse" "^7.20.10"
|
||||||
|
"@babel/types" "^7.20.7"
|
||||||
|
|
||||||
"@babel/helper-module-transforms@^7.7.4":
|
"@babel/helper-module-transforms@^7.7.4":
|
||||||
version "7.7.4"
|
version "7.7.4"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.7.4.tgz#8d7cdb1e1f8ea3d8c38b067345924ac4f8e0879a"
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.7.4.tgz#8d7cdb1e1f8ea3d8c38b067345924ac4f8e0879a"
|
||||||
@@ -653,6 +728,13 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "^7.17.0"
|
"@babel/types" "^7.17.0"
|
||||||
|
|
||||||
|
"@babel/helper-simple-access@^7.20.2":
|
||||||
|
version "7.20.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
|
||||||
|
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
|
||||||
|
dependencies:
|
||||||
|
"@babel/types" "^7.20.2"
|
||||||
|
|
||||||
"@babel/helper-simple-access@^7.7.4":
|
"@babel/helper-simple-access@^7.7.4":
|
||||||
version "7.7.4"
|
version "7.7.4"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.7.4.tgz#a169a0adb1b5f418cfc19f22586b2ebf58a9a294"
|
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.7.4.tgz#a169a0adb1b5f418cfc19f22586b2ebf58a9a294"
|
||||||
@@ -703,6 +785,11 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "^7.7.4"
|
"@babel/types" "^7.7.4"
|
||||||
|
|
||||||
|
"@babel/helper-string-parser@^7.19.4":
|
||||||
|
version "7.19.4"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
||||||
|
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
||||||
|
|
||||||
"@babel/helper-validator-identifier@^7.10.1":
|
"@babel/helper-validator-identifier@^7.10.1":
|
||||||
version "7.10.1"
|
version "7.10.1"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
|
||||||
@@ -723,11 +810,21 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
|
||||||
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
|
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
|
||||||
|
|
||||||
|
"@babel/helper-validator-identifier@^7.19.1":
|
||||||
|
version "7.19.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
||||||
|
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
||||||
|
|
||||||
"@babel/helper-validator-option@^7.16.7":
|
"@babel/helper-validator-option@^7.16.7":
|
||||||
version "7.16.7"
|
version "7.16.7"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
|
||||||
integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
|
integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
|
||||||
|
|
||||||
|
"@babel/helper-validator-option@^7.18.6":
|
||||||
|
version "7.18.6"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
|
||||||
|
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
|
||||||
|
|
||||||
"@babel/helper-wrap-function@^7.15.4":
|
"@babel/helper-wrap-function@^7.15.4":
|
||||||
version "7.15.4"
|
version "7.15.4"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz#6f754b2446cfaf3d612523e6ab8d79c27c3a3de7"
|
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz#6f754b2446cfaf3d612523e6ab8d79c27c3a3de7"
|
||||||
@@ -766,6 +863,15 @@
|
|||||||
"@babel/traverse" "^7.18.2"
|
"@babel/traverse" "^7.18.2"
|
||||||
"@babel/types" "^7.18.2"
|
"@babel/types" "^7.18.2"
|
||||||
|
|
||||||
|
"@babel/helpers@^7.20.7":
|
||||||
|
version "7.20.13"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.13.tgz#e3cb731fb70dc5337134cadc24cbbad31cc87ad2"
|
||||||
|
integrity sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg==
|
||||||
|
dependencies:
|
||||||
|
"@babel/template" "^7.20.7"
|
||||||
|
"@babel/traverse" "^7.20.13"
|
||||||
|
"@babel/types" "^7.20.7"
|
||||||
|
|
||||||
"@babel/highlight@^7.0.0":
|
"@babel/highlight@^7.0.0":
|
||||||
version "7.5.0"
|
version "7.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
|
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
|
||||||
@@ -836,6 +942,11 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539"
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539"
|
||||||
integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==
|
integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==
|
||||||
|
|
||||||
|
"@babel/parser@^7.20.0", "@babel/parser@^7.20.13", "@babel/parser@^7.20.7":
|
||||||
|
version "7.20.15"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.15.tgz#eec9f36d8eaf0948bb88c87a46784b5ee9fd0c89"
|
||||||
|
integrity sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==
|
||||||
|
|
||||||
"@babel/parser@^7.7.4":
|
"@babel/parser@^7.7.4":
|
||||||
version "7.7.4"
|
version "7.7.4"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb"
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb"
|
||||||
@@ -891,6 +1002,14 @@
|
|||||||
"@babel/helper-plugin-utils" "^7.16.7"
|
"@babel/helper-plugin-utils" "^7.16.7"
|
||||||
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
||||||
|
|
||||||
|
"@babel/plugin-proposal-numeric-separator@^7.0.0":
|
||||||
|
version "7.18.6"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz#899b14fbafe87f053d2c5ff05b36029c62e13c75"
|
||||||
|
integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==
|
||||||
|
dependencies:
|
||||||
|
"@babel/helper-plugin-utils" "^7.18.6"
|
||||||
|
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
||||||
|
|
||||||
"@babel/plugin-proposal-object-rest-spread@^7.0.0":
|
"@babel/plugin-proposal-object-rest-spread@^7.0.0":
|
||||||
version "7.7.4"
|
version "7.7.4"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.4.tgz#cc57849894a5c774214178c8ab64f6334ec8af71"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.7.4.tgz#cc57849894a5c774214178c8ab64f6334ec8af71"
|
||||||
@@ -966,6 +1085,13 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.16.7"
|
"@babel/helper-plugin-utils" "^7.16.7"
|
||||||
|
|
||||||
|
"@babel/plugin-syntax-flow@^7.18.0":
|
||||||
|
version "7.18.6"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz#774d825256f2379d06139be0c723c4dd444f3ca1"
|
||||||
|
integrity sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==
|
||||||
|
dependencies:
|
||||||
|
"@babel/helper-plugin-utils" "^7.18.6"
|
||||||
|
|
||||||
"@babel/plugin-syntax-flow@^7.2.0":
|
"@babel/plugin-syntax-flow@^7.2.0":
|
||||||
version "7.10.1"
|
version "7.10.1"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.10.1.tgz#cd4bbca62fb402babacb174f64f8734310d742f0"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.10.1.tgz#cd4bbca62fb402babacb174f64f8734310d742f0"
|
||||||
@@ -1001,6 +1127,13 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-plugin-utils" "^7.0.0"
|
"@babel/helper-plugin-utils" "^7.0.0"
|
||||||
|
|
||||||
|
"@babel/plugin-syntax-numeric-separator@^7.10.4":
|
||||||
|
version "7.10.4"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97"
|
||||||
|
integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==
|
||||||
|
dependencies:
|
||||||
|
"@babel/helper-plugin-utils" "^7.10.4"
|
||||||
|
|
||||||
"@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.7.4":
|
"@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.7.4":
|
||||||
version "7.7.4"
|
version "7.7.4"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.7.4.tgz#47cf220d19d6d0d7b154304701f468fc1cc6ff46"
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.7.4.tgz#47cf220d19d6d0d7b154304701f468fc1cc6ff46"
|
||||||
@@ -1391,6 +1524,15 @@
|
|||||||
"@babel/parser" "^7.16.7"
|
"@babel/parser" "^7.16.7"
|
||||||
"@babel/types" "^7.16.7"
|
"@babel/types" "^7.16.7"
|
||||||
|
|
||||||
|
"@babel/template@^7.18.10", "@babel/template@^7.20.7":
|
||||||
|
version "7.20.7"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
|
||||||
|
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
|
||||||
|
dependencies:
|
||||||
|
"@babel/code-frame" "^7.18.6"
|
||||||
|
"@babel/parser" "^7.20.7"
|
||||||
|
"@babel/types" "^7.20.7"
|
||||||
|
|
||||||
"@babel/template@^7.18.6":
|
"@babel/template@^7.18.6":
|
||||||
version "7.18.6"
|
version "7.18.6"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
|
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
|
||||||
@@ -1478,6 +1620,22 @@
|
|||||||
debug "^4.1.0"
|
debug "^4.1.0"
|
||||||
globals "^11.1.0"
|
globals "^11.1.0"
|
||||||
|
|
||||||
|
"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.13":
|
||||||
|
version "7.20.13"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.13.tgz#817c1ba13d11accca89478bd5481b2d168d07473"
|
||||||
|
integrity sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==
|
||||||
|
dependencies:
|
||||||
|
"@babel/code-frame" "^7.18.6"
|
||||||
|
"@babel/generator" "^7.20.7"
|
||||||
|
"@babel/helper-environment-visitor" "^7.18.9"
|
||||||
|
"@babel/helper-function-name" "^7.19.0"
|
||||||
|
"@babel/helper-hoist-variables" "^7.18.6"
|
||||||
|
"@babel/helper-split-export-declaration" "^7.18.6"
|
||||||
|
"@babel/parser" "^7.20.13"
|
||||||
|
"@babel/types" "^7.20.7"
|
||||||
|
debug "^4.1.0"
|
||||||
|
globals "^11.1.0"
|
||||||
|
|
||||||
"@babel/traverse@^7.7.4":
|
"@babel/traverse@^7.7.4":
|
||||||
version "7.7.4"
|
version "7.7.4"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558"
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558"
|
||||||
@@ -1543,6 +1701,15 @@
|
|||||||
"@babel/helper-validator-identifier" "^7.18.6"
|
"@babel/helper-validator-identifier" "^7.18.6"
|
||||||
to-fast-properties "^2.0.0"
|
to-fast-properties "^2.0.0"
|
||||||
|
|
||||||
|
"@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7":
|
||||||
|
version "7.20.7"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
|
||||||
|
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
|
||||||
|
dependencies:
|
||||||
|
"@babel/helper-string-parser" "^7.19.4"
|
||||||
|
"@babel/helper-validator-identifier" "^7.19.1"
|
||||||
|
to-fast-properties "^2.0.0"
|
||||||
|
|
||||||
"@hapi/hoek@^9.0.0":
|
"@hapi/hoek@^9.0.0":
|
||||||
version "9.1.1"
|
version "9.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.1.1.tgz#9daf5745156fd84b8e9889a2dc721f0c58e894aa"
|
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.1.1.tgz#9daf5745156fd84b8e9889a2dc721f0c58e894aa"
|
||||||
@@ -2388,7 +2555,7 @@ braces@^3.0.2:
|
|||||||
dependencies:
|
dependencies:
|
||||||
fill-range "^7.0.1"
|
fill-range "^7.0.1"
|
||||||
|
|
||||||
browserslist@^4.16.5, browserslist@^4.20.2:
|
browserslist@^4.16.5, browserslist@^4.20.2, browserslist@^4.21.3:
|
||||||
version "4.16.6"
|
version "4.16.6"
|
||||||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2"
|
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2"
|
||||||
integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==
|
integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==
|
||||||
@@ -3756,6 +3923,11 @@ json5@^2.2.1:
|
|||||||
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
|
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
|
||||||
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
|
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
|
||||||
|
|
||||||
|
json5@^2.2.2:
|
||||||
|
version "2.2.3"
|
||||||
|
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
|
||||||
|
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
||||||
|
|
||||||
jsonfile@^2.1.0:
|
jsonfile@^2.1.0:
|
||||||
version "2.4.0"
|
version "2.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8"
|
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8"
|
||||||
@@ -3870,6 +4042,13 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
js-tokens "^3.0.0 || ^4.0.0"
|
js-tokens "^3.0.0 || ^4.0.0"
|
||||||
|
|
||||||
|
lru-cache@^5.1.1:
|
||||||
|
version "5.1.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
|
||||||
|
integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
|
||||||
|
dependencies:
|
||||||
|
yallist "^3.0.2"
|
||||||
|
|
||||||
lru-cache@^6.0.0:
|
lru-cache@^6.0.0:
|
||||||
version "6.0.0"
|
version "6.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
|
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
|
||||||
@@ -3944,14 +4123,14 @@ metro-babel-transformer@0.67.0:
|
|||||||
metro-source-map "0.67.0"
|
metro-source-map "0.67.0"
|
||||||
nullthrows "^1.1.1"
|
nullthrows "^1.1.1"
|
||||||
|
|
||||||
metro-babel-transformer@0.73.1:
|
metro-babel-transformer@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.73.1.tgz#e6d8143084134c6c2e09a03a78f9e4a3db2fb90f"
|
resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.75.0.tgz#34e343ed6800a182626984f0fd4d2ef15957c190"
|
||||||
integrity sha512-ZNmgPTSy6Hi3ZMxdVwGJrxei+DJPimhZFKCI5DihvIlmfU0fA6Gwx33B7kZbfmn1jgyDPNC7PyGFg1yaqPERSw==
|
integrity sha512-O+Lfy2nIw9jf8Zs/if0OSvTczOHe7FlwRslRw8yZkI80YQoSksVTwLdI909bGVp8NQD/RKsFvQfutvKGakc6jg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core" "^7.14.0"
|
"@babel/core" "^7.20.0"
|
||||||
hermes-parser "0.8.0"
|
hermes-parser "0.8.0"
|
||||||
metro-source-map "0.73.1"
|
metro-source-map "0.75.0"
|
||||||
nullthrows "^1.1.1"
|
nullthrows "^1.1.1"
|
||||||
|
|
||||||
metro-cache-key@0.67.0:
|
metro-cache-key@0.67.0:
|
||||||
@@ -3959,10 +4138,10 @@ metro-cache-key@0.67.0:
|
|||||||
resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.67.0.tgz#4df6a73cced199e1bddd0f3454bb931a27141eeb"
|
resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.67.0.tgz#4df6a73cced199e1bddd0f3454bb931a27141eeb"
|
||||||
integrity sha512-FNJe5Rcb2uzY6G6tsqCf0RV4t2rCeX6vSHBxmP7k+4aI4NqX4evtPI0K82r221nBzm5DqNWCURZ0RYUT6jZMGA==
|
integrity sha512-FNJe5Rcb2uzY6G6tsqCf0RV4t2rCeX6vSHBxmP7k+4aI4NqX4evtPI0K82r221nBzm5DqNWCURZ0RYUT6jZMGA==
|
||||||
|
|
||||||
metro-cache-key@0.73.1:
|
metro-cache-key@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.73.1.tgz#febe5ac42728e7c2534d9c620ecaf2ecc949b1d3"
|
resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.75.0.tgz#a2b0686214945d6d998b08882ec869443bb425f3"
|
||||||
integrity sha512-+rSCiZSN2rLWJXx0mluyqF4r0Khu/WnXbe1oUu9usT/Bp3ewUKnvIWNGuGtaa+l5B0Vu/vu9Gm6ynLsNMRgzEw==
|
integrity sha512-rLOmBPwmdhI8LCDAJ3qZT+EiefJpRr1DLJoBLO4x84oMVud9C63uNkW5muAgy0HYOTZHJQo9vRimR2vhkAYc6A==
|
||||||
|
|
||||||
metro-cache@0.67.0:
|
metro-cache@0.67.0:
|
||||||
version "0.67.0"
|
version "0.67.0"
|
||||||
@@ -3973,13 +4152,13 @@ metro-cache@0.67.0:
|
|||||||
mkdirp "^0.5.1"
|
mkdirp "^0.5.1"
|
||||||
rimraf "^2.5.4"
|
rimraf "^2.5.4"
|
||||||
|
|
||||||
metro-cache@0.73.1:
|
metro-cache@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.73.1.tgz#f9a47fa631bec7928865cf6119b17991a62bf3d8"
|
resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.75.0.tgz#020128665705b9b86b66080d557b9b189314256a"
|
||||||
integrity sha512-5WliYs7LdUR2bztt+Ed4mbYmUmPxxfEU+PHPomWMiFDTMbRGcG2clzGEvhmAyWhuM4v6v3eXMQEFJh4th6ZRbA==
|
integrity sha512-mIOXU5N4a1WjaF1jxx3Ul6B7ZpoYgz4OOllaE5fSD71oNVJOj0/Pbb2cPlwRanu/x4KovFrm5LpCbE1hDEBo0g==
|
||||||
dependencies:
|
dependencies:
|
||||||
metro-core "0.73.1"
|
metro-core "0.75.0"
|
||||||
rimraf "^2.5.4"
|
rimraf "^3.0.2"
|
||||||
|
|
||||||
metro-config@0.67.0, metro-config@^0.67.0:
|
metro-config@0.67.0, metro-config@^0.67.0:
|
||||||
version "0.67.0"
|
version "0.67.0"
|
||||||
@@ -3993,17 +4172,17 @@ metro-config@0.67.0, metro-config@^0.67.0:
|
|||||||
metro-core "0.67.0"
|
metro-core "0.67.0"
|
||||||
metro-runtime "0.67.0"
|
metro-runtime "0.67.0"
|
||||||
|
|
||||||
metro-config@0.73.1, metro-config@^0.73.1:
|
metro-config@0.75.0, metro-config@^0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.73.1.tgz#4eab065ce532b2d41d35f4d4d1d3f5f32a1d3a77"
|
resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.75.0.tgz#52a79db2d15fdd46fa1c18ac96f68b3109daccfc"
|
||||||
integrity sha512-mLwcQ552e0CQ7Lfq7JfzaLh+OxgED9lWmLN3UwRvH2gh6fmW0rGSnlKtQodeWkkj7ohKOJgA84HvEGj77Zu/6A==
|
integrity sha512-dMAjOt9zbtpmfcz4HIXIIrjiPzcBQVMlyBbmxsgCgMuTanM2H1RtI85cJWjCC9axTtiSePuBXKaF4UZWWVNJJw==
|
||||||
dependencies:
|
dependencies:
|
||||||
cosmiconfig "^5.0.5"
|
cosmiconfig "^5.0.5"
|
||||||
jest-validate "^26.5.2"
|
jest-validate "^26.5.2"
|
||||||
metro "0.73.1"
|
metro "0.75.0"
|
||||||
metro-cache "0.73.1"
|
metro-cache "0.75.0"
|
||||||
metro-core "0.73.1"
|
metro-core "0.75.0"
|
||||||
metro-runtime "0.73.1"
|
metro-runtime "0.75.0"
|
||||||
|
|
||||||
metro-core@0.67.0, metro-core@^0.67.0:
|
metro-core@0.67.0, metro-core@^0.67.0:
|
||||||
version "0.67.0"
|
version "0.67.0"
|
||||||
@@ -4014,18 +4193,18 @@ metro-core@0.67.0, metro-core@^0.67.0:
|
|||||||
lodash.throttle "^4.1.1"
|
lodash.throttle "^4.1.1"
|
||||||
metro-resolver "0.67.0"
|
metro-resolver "0.67.0"
|
||||||
|
|
||||||
metro-core@0.73.1:
|
metro-core@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.73.1.tgz#1fa3b47405deec11116590ef116b5df080cd5fde"
|
resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.75.0.tgz#ad4c7414ccb702a9b809163f7a817070927952ca"
|
||||||
integrity sha512-9cjj1kpMdx4szH3DMRlTUmuwpl4zpqbsBG5OzwtJDkYDu06K1Z2bk03uTxsHxNYK0EDT4GD2WEOFkYziHDJ/Rg==
|
integrity sha512-qLH+uc0C60w7MCScTr8zRgs+9NPSPKY92n2/HELC10WppKHhW6EdqP8OAcpPtOEMwZyo38o4SR7obXsYAdn6wA==
|
||||||
dependencies:
|
dependencies:
|
||||||
lodash.throttle "^4.1.1"
|
lodash.throttle "^4.1.1"
|
||||||
metro-resolver "0.73.1"
|
metro-resolver "0.75.0"
|
||||||
|
|
||||||
metro-file-map@0.73.1:
|
metro-file-map@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro-file-map/-/metro-file-map-0.73.1.tgz#9cb9fe76ecb35642e6c56016064a2706ca6c0676"
|
resolved "https://registry.yarnpkg.com/metro-file-map/-/metro-file-map-0.75.0.tgz#eb2e224898aedc7ae1741a4317b53ad97f870cd7"
|
||||||
integrity sha512-voNQBnoPrqIp8/K/kQImtC+zH7bQb5FKuXlpK+XtdEX4z4XskT6xhX/45FoJ/NBndVjjxhvhLLpS33824JSRjQ==
|
integrity sha512-W5NG/CYB9NMg4hUZwRFfHDV+szQPj0mfayEAFarZA+voVGBKjfMLclYCunqu2LfhfurBZnyE/ai0Xzd4Vcp1fg==
|
||||||
dependencies:
|
dependencies:
|
||||||
abort-controller "^3.0.0"
|
abort-controller "^3.0.0"
|
||||||
anymatch "^3.0.3"
|
anymatch "^3.0.3"
|
||||||
@@ -4038,6 +4217,7 @@ metro-file-map@0.73.1:
|
|||||||
jest-util "^27.2.0"
|
jest-util "^27.2.0"
|
||||||
jest-worker "^27.2.0"
|
jest-worker "^27.2.0"
|
||||||
micromatch "^4.0.4"
|
micromatch "^4.0.4"
|
||||||
|
nullthrows "^1.1.1"
|
||||||
walker "^1.0.7"
|
walker "^1.0.7"
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "^2.3.2"
|
fsevents "^2.3.2"
|
||||||
@@ -4047,10 +4227,10 @@ metro-hermes-compiler@0.67.0:
|
|||||||
resolved "https://registry.yarnpkg.com/metro-hermes-compiler/-/metro-hermes-compiler-0.67.0.tgz#9c1340f1882fbf535145868d0d28211ca15b0477"
|
resolved "https://registry.yarnpkg.com/metro-hermes-compiler/-/metro-hermes-compiler-0.67.0.tgz#9c1340f1882fbf535145868d0d28211ca15b0477"
|
||||||
integrity sha512-X5Pr1jC8/kO6d1EBDJ6yhtuc5euHX89UDNv8qdPJHAET03xfFnlojRPwOw6il2udAH20WLBv+F5M9VY+58zspQ==
|
integrity sha512-X5Pr1jC8/kO6d1EBDJ6yhtuc5euHX89UDNv8qdPJHAET03xfFnlojRPwOw6il2udAH20WLBv+F5M9VY+58zspQ==
|
||||||
|
|
||||||
metro-hermes-compiler@0.73.1:
|
metro-hermes-compiler@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro-hermes-compiler/-/metro-hermes-compiler-0.73.1.tgz#6cdcf2c4e1288f4c6f17ee3c132fe3ce849a871e"
|
resolved "https://registry.yarnpkg.com/metro-hermes-compiler/-/metro-hermes-compiler-0.75.0.tgz#936772de7349d12852b82ac707b0ef8bd8088c17"
|
||||||
integrity sha512-riO2VsNWRqCGx/KsaMJ0tBVQYcAwGn+nF5ljnkLQwQyF3sgcXqRCbwQZrKDadWLCUGS6rcAKp+cr1fqHdNXAKg==
|
integrity sha512-/r/SHK/Kw2XIfAct3fvfxKm0lP/PQ9x9GTmdRMnJ6W+j5+NCYPTHl+SxLUFga8Z82fJuLOR/V1SPbXCEH7NGhg==
|
||||||
|
|
||||||
metro-inspector-proxy@0.67.0:
|
metro-inspector-proxy@0.67.0:
|
||||||
version "0.67.0"
|
version "0.67.0"
|
||||||
@@ -4062,20 +4242,20 @@ metro-inspector-proxy@0.67.0:
|
|||||||
ws "^7.5.1"
|
ws "^7.5.1"
|
||||||
yargs "^15.3.1"
|
yargs "^15.3.1"
|
||||||
|
|
||||||
metro-inspector-proxy@0.73.1:
|
metro-inspector-proxy@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro-inspector-proxy/-/metro-inspector-proxy-0.73.1.tgz#bb42f63c86477112161e54e85e85283fc4f49852"
|
resolved "https://registry.yarnpkg.com/metro-inspector-proxy/-/metro-inspector-proxy-0.75.0.tgz#93e5c4aaf99ce89008c381f9fa4db961fa52f3f8"
|
||||||
integrity sha512-K3d4y1iyXwtx25UNYPb7LJoAv9Fm36imwjBPoOWArXAmsQz3kKUqTtMXT5cHKirDsBzBMhuhVzpAbVH4nMPccQ==
|
integrity sha512-XzBORb3NRsw1Cv+QeKJyPsScAfXzZXQ/NNe28o0ntFwWVXBVgUCO2z9UAJcmFJym6bVX7k1NvBtCYLd1wKK8VQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
connect "^3.6.5"
|
connect "^3.6.5"
|
||||||
debug "^2.2.0"
|
debug "^2.2.0"
|
||||||
ws "^7.5.1"
|
ws "^7.5.1"
|
||||||
yargs "^17.5.1"
|
yargs "^17.5.1"
|
||||||
|
|
||||||
metro-minify-terser@0.73.1:
|
metro-minify-terser@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro-minify-terser/-/metro-minify-terser-0.73.1.tgz#e9c8b2a15148647732a713f226072f8a97054427"
|
resolved "https://registry.yarnpkg.com/metro-minify-terser/-/metro-minify-terser-0.75.0.tgz#98c7e3d5f8d24d8501aad87bb76e72134d68ba06"
|
||||||
integrity sha512-a9tA8F9bq555J8aYtosyUdvO/ZQohIxzp9cKBhlFh2H7+QGaEb/iUmeOW//dk3CNLGOccwSDuG8ERNHe2SDbtQ==
|
integrity sha512-mcIL0k32xlIswucI9wwlIApvozgF87aNFL+3WGsLMArhjXTfG+NBGiV3WluZcgOUjIM9I96b8yvu/gcZAy19Gw==
|
||||||
dependencies:
|
dependencies:
|
||||||
terser "^5.15.0"
|
terser "^5.15.0"
|
||||||
|
|
||||||
@@ -4086,10 +4266,10 @@ metro-minify-uglify@0.67.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
uglify-es "^3.1.9"
|
uglify-es "^3.1.9"
|
||||||
|
|
||||||
metro-minify-uglify@0.73.1:
|
metro-minify-uglify@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro-minify-uglify/-/metro-minify-uglify-0.73.1.tgz#3a8b464ff4baaf183e31a27657332f5fe3f63d3a"
|
resolved "https://registry.yarnpkg.com/metro-minify-uglify/-/metro-minify-uglify-0.75.0.tgz#8f3cf6934879ead53f251f16f8cc0c17f7a0acba"
|
||||||
integrity sha512-aiGx4Id4YmULx9N4Z6j0COr/kg9zARc/NfwzJgZUBrXZtBnwyCt758SrYAXIKnR4VktPff4V6ksndiY14C0vzg==
|
integrity sha512-Fg3nN+ZbhftwKLlH6kdYyXb+sonuxdjybWfTKwrtovlJY0jiCyz+al/q1QUIRz8VrJIHKPy4LHSe1WjBVRaZBg==
|
||||||
dependencies:
|
dependencies:
|
||||||
uglify-es "^3.1.9"
|
uglify-es "^3.1.9"
|
||||||
|
|
||||||
@@ -4139,22 +4319,23 @@ metro-react-native-babel-preset@0.67.0:
|
|||||||
"@babel/template" "^7.0.0"
|
"@babel/template" "^7.0.0"
|
||||||
react-refresh "^0.4.0"
|
react-refresh "^0.4.0"
|
||||||
|
|
||||||
metro-react-native-babel-preset@0.73.1:
|
metro-react-native-babel-preset@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.73.1.tgz#a7183a572032b664a08bfa50de048549d110a031"
|
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.75.0.tgz#a75bafb25f32232f6e1925f76942e1776a719bd5"
|
||||||
integrity sha512-yKWtM25PFoMGOumqfgqVbCwhfTm65yfTQLnesdvG6cjDn3MhaFF0wWkha2rWaT2HhJPYeO3qLER16C/CBAitcw==
|
integrity sha512-QJOoSdkedB+TrKmHiSxMuEkyynmtNzsjRNW9uugaW3/zCMAQW438tvy7k44meLMDohfSAtcr6fclZVxeYq1meQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core" "^7.14.0"
|
"@babel/core" "^7.20.0"
|
||||||
"@babel/plugin-proposal-async-generator-functions" "^7.0.0"
|
"@babel/plugin-proposal-async-generator-functions" "^7.0.0"
|
||||||
"@babel/plugin-proposal-class-properties" "^7.0.0"
|
"@babel/plugin-proposal-class-properties" "^7.0.0"
|
||||||
"@babel/plugin-proposal-export-default-from" "^7.0.0"
|
"@babel/plugin-proposal-export-default-from" "^7.0.0"
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
|
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
|
||||||
|
"@babel/plugin-proposal-numeric-separator" "^7.0.0"
|
||||||
"@babel/plugin-proposal-object-rest-spread" "^7.0.0"
|
"@babel/plugin-proposal-object-rest-spread" "^7.0.0"
|
||||||
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
|
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
|
||||||
"@babel/plugin-proposal-optional-chaining" "^7.0.0"
|
"@babel/plugin-proposal-optional-chaining" "^7.0.0"
|
||||||
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
|
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
|
||||||
"@babel/plugin-syntax-export-default-from" "^7.0.0"
|
"@babel/plugin-syntax-export-default-from" "^7.0.0"
|
||||||
"@babel/plugin-syntax-flow" "^7.2.0"
|
"@babel/plugin-syntax-flow" "^7.18.0"
|
||||||
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
|
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
|
||||||
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
|
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
|
||||||
"@babel/plugin-transform-arrow-functions" "^7.0.0"
|
"@babel/plugin-transform-arrow-functions" "^7.0.0"
|
||||||
@@ -4177,7 +4358,6 @@ metro-react-native-babel-preset@0.73.1:
|
|||||||
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
|
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
|
||||||
"@babel/plugin-transform-spread" "^7.0.0"
|
"@babel/plugin-transform-spread" "^7.0.0"
|
||||||
"@babel/plugin-transform-sticky-regex" "^7.0.0"
|
"@babel/plugin-transform-sticky-regex" "^7.0.0"
|
||||||
"@babel/plugin-transform-template-literals" "^7.0.0"
|
|
||||||
"@babel/plugin-transform-typescript" "^7.5.0"
|
"@babel/plugin-transform-typescript" "^7.5.0"
|
||||||
"@babel/plugin-transform-unicode-regex" "^7.0.0"
|
"@babel/plugin-transform-unicode-regex" "^7.0.0"
|
||||||
"@babel/template" "^7.0.0"
|
"@babel/template" "^7.0.0"
|
||||||
@@ -4203,10 +4383,10 @@ metro-resolver@0.67.0, metro-resolver@^0.67.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
absolute-path "^0.0.0"
|
absolute-path "^0.0.0"
|
||||||
|
|
||||||
metro-resolver@0.73.1:
|
metro-resolver@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.73.1.tgz#4c492fe494f85ce439cdcbdaeb5b17ac499dfb15"
|
resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.75.0.tgz#d074390bcd60019ba1edf23d3c19e5a4c6837e63"
|
||||||
integrity sha512-jlOaSpzDuFQX2KJ0yMZj4NtWiEYIobkZWH6BjHjbp1nJ2bVMNnLnthHFMyfjp2abRZoDBbJTiVIb9BHVCTCQ0g==
|
integrity sha512-stGJDh77YCktf070Lx2xbpVRMDIB3P2NRRbzElHMsWbWmccYgo8hIjvrXoo981qXAmL4vRAB9zDuBdqAa/dbbw==
|
||||||
dependencies:
|
dependencies:
|
||||||
absolute-path "^0.0.0"
|
absolute-path "^0.0.0"
|
||||||
|
|
||||||
@@ -4215,10 +4395,10 @@ metro-runtime@0.67.0, metro-runtime@^0.67.0:
|
|||||||
resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.67.0.tgz#a8888dfd06bcebbac3c99dcac7cd622510dd8ee0"
|
resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.67.0.tgz#a8888dfd06bcebbac3c99dcac7cd622510dd8ee0"
|
||||||
integrity sha512-IFtSL0JUt1xK3t9IoLflTDft82bjieSzdIJWLzrRzBMlesz8ox5bVmnpQbVQEwfYUpEOxbM3VOZauVbdCmXA7g==
|
integrity sha512-IFtSL0JUt1xK3t9IoLflTDft82bjieSzdIJWLzrRzBMlesz8ox5bVmnpQbVQEwfYUpEOxbM3VOZauVbdCmXA7g==
|
||||||
|
|
||||||
metro-runtime@0.73.1:
|
metro-runtime@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.73.1.tgz#6696d5d3626e9066731e6c9d35e8eb2be84bf3a2"
|
resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.75.0.tgz#82b922b4522f6bece9cf17cba77d858cd8593a4b"
|
||||||
integrity sha512-sUrGCJZi+x+hN0FDpnUoP3X6xzk3A1gTXqX+6USVBe+3+NY6wrexRg4fEXf2qb6RDhqn/3mHAJ0hDsFT4FtrPg==
|
integrity sha512-Jue4w2/Z7hp8bnJXm/VSNQfY0yqIuDVK5F38o/cqMxqZt236+v+pQ2+XH/1SgeL4fFAS0QLcszs7pMhqzj6H5w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.0.0"
|
"@babel/runtime" "^7.0.0"
|
||||||
react-refresh "^0.4.0"
|
react-refresh "^0.4.0"
|
||||||
@@ -4237,17 +4417,17 @@ metro-source-map@0.67.0:
|
|||||||
source-map "^0.5.6"
|
source-map "^0.5.6"
|
||||||
vlq "^1.0.0"
|
vlq "^1.0.0"
|
||||||
|
|
||||||
metro-source-map@0.73.1:
|
metro-source-map@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.73.1.tgz#df3098970524cfa53280ca586719aae07ce9c1a3"
|
resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.75.0.tgz#bbfa5cf70ff6c4faf3d4e236d6a516445994acde"
|
||||||
integrity sha512-J/1TdMZbzkNBV7KBdXSwbnq5axUvItQz+kXhfqy0byHdCW4EIpdI74HaUcS7ye7HyROzwXoOAz1DxU2MN2JL1w==
|
integrity sha512-8X30Q2mawCW/SbOgYX8vAtZg8IxUkJRNv/5d/RB3eIpvkwJTvipI+EKjuJgEbDKsFcMrQ5Ko+6XpNIqvqmGLDw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/traverse" "^7.14.0"
|
"@babel/traverse" "^7.20.0"
|
||||||
"@babel/types" "^7.0.0"
|
"@babel/types" "^7.20.0"
|
||||||
invariant "^2.2.4"
|
invariant "^2.2.4"
|
||||||
metro-symbolicate "0.73.1"
|
metro-symbolicate "0.75.0"
|
||||||
nullthrows "^1.1.1"
|
nullthrows "^1.1.1"
|
||||||
ob1 "0.73.1"
|
ob1 "0.75.0"
|
||||||
source-map "^0.5.6"
|
source-map "^0.5.6"
|
||||||
vlq "^1.0.0"
|
vlq "^1.0.0"
|
||||||
|
|
||||||
@@ -4263,13 +4443,13 @@ metro-symbolicate@0.67.0:
|
|||||||
through2 "^2.0.1"
|
through2 "^2.0.1"
|
||||||
vlq "^1.0.0"
|
vlq "^1.0.0"
|
||||||
|
|
||||||
metro-symbolicate@0.73.1:
|
metro-symbolicate@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.73.1.tgz#e786624939d226d00103b33d97e24171c73675fc"
|
resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.75.0.tgz#85c5ea099ee2e98f71335f7dfd4f62c2ba532500"
|
||||||
integrity sha512-Dn6PzQj1Wc2S8nVfqCovG6x0FPbKJkmAEHGzLV9IxXaWB8j9826iJvP/kplGwekCYdfwLZa9GOVk+gpdh+DSqA==
|
integrity sha512-8nfB0DltNXQCLLWwNmveum9wAdv3wZjdQjiCIFSjYEfO6LTmQ52DjSO/Q9Obbs7SZoIymONKmM7PPNpTpr69OA==
|
||||||
dependencies:
|
dependencies:
|
||||||
invariant "^2.2.4"
|
invariant "^2.2.4"
|
||||||
metro-source-map "0.73.1"
|
metro-source-map "0.75.0"
|
||||||
nullthrows "^1.1.1"
|
nullthrows "^1.1.1"
|
||||||
source-map "^0.5.6"
|
source-map "^0.5.6"
|
||||||
through2 "^2.0.1"
|
through2 "^2.0.1"
|
||||||
@@ -4286,15 +4466,15 @@ metro-transform-plugins@0.67.0:
|
|||||||
"@babel/traverse" "^7.14.0"
|
"@babel/traverse" "^7.14.0"
|
||||||
nullthrows "^1.1.1"
|
nullthrows "^1.1.1"
|
||||||
|
|
||||||
metro-transform-plugins@0.73.1:
|
metro-transform-plugins@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.73.1.tgz#0a8a68db61a4c293dc2a5e1d4acf51cd60772d2e"
|
resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.75.0.tgz#5089584586425cfca3647507ba9daea537b1434a"
|
||||||
integrity sha512-Ti1hfs3BFFrguhdUSBfPlQplJRyRXb/MtjmLcnDZV50cD5RSaP9+qdTB6bargEHudRWk/dfDcI0J9cw1rDxdCQ==
|
integrity sha512-YHhuF0Ld4SJTQxXdvWcdhIlxo7q7UPCymwFK8fnO3vjeVOYH00GtIghnsdlkUWlzTphi2rZpSL6kX8QqHevYEw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core" "^7.14.0"
|
"@babel/core" "^7.20.0"
|
||||||
"@babel/generator" "^7.14.0"
|
"@babel/generator" "^7.20.0"
|
||||||
"@babel/template" "^7.0.0"
|
"@babel/template" "^7.0.0"
|
||||||
"@babel/traverse" "^7.14.0"
|
"@babel/traverse" "^7.20.0"
|
||||||
nullthrows "^1.1.1"
|
nullthrows "^1.1.1"
|
||||||
|
|
||||||
metro-transform-worker@0.67.0:
|
metro-transform-worker@0.67.0:
|
||||||
@@ -4316,23 +4496,23 @@ metro-transform-worker@0.67.0:
|
|||||||
metro-transform-plugins "0.67.0"
|
metro-transform-plugins "0.67.0"
|
||||||
nullthrows "^1.1.1"
|
nullthrows "^1.1.1"
|
||||||
|
|
||||||
metro-transform-worker@0.73.1:
|
metro-transform-worker@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.73.1.tgz#94d547ea8a4df0c7528e00f4561f0389b7976739"
|
resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.75.0.tgz#4ec0ef083ee7c178144a92ad04ddb6cf7f8418e0"
|
||||||
integrity sha512-+wex/iWDOrybuk4f24s45lHFCEVv2znXjVm0jCI5qZfk3qHfV6/YEPD0IWrIdB6js/d2HesXCTLNolejgdS2Ow==
|
integrity sha512-9AO+Ty4Uaw4oqxuDj0nHyi6u7YQcliEyM/Vvnca+HXYMaxhTkF/YOkroN+abFLmwRU/5Iel4JYPbFXBGAKnfzA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core" "^7.14.0"
|
"@babel/core" "^7.20.0"
|
||||||
"@babel/generator" "^7.14.0"
|
"@babel/generator" "^7.20.0"
|
||||||
"@babel/parser" "^7.14.0"
|
"@babel/parser" "^7.20.0"
|
||||||
"@babel/types" "^7.0.0"
|
"@babel/types" "^7.20.0"
|
||||||
babel-preset-fbjs "^3.4.0"
|
babel-preset-fbjs "^3.4.0"
|
||||||
metro "0.73.1"
|
metro "0.75.0"
|
||||||
metro-babel-transformer "0.73.1"
|
metro-babel-transformer "0.75.0"
|
||||||
metro-cache "0.73.1"
|
metro-cache "0.75.0"
|
||||||
metro-cache-key "0.73.1"
|
metro-cache-key "0.75.0"
|
||||||
metro-hermes-compiler "0.73.1"
|
metro-hermes-compiler "0.75.0"
|
||||||
metro-source-map "0.73.1"
|
metro-source-map "0.75.0"
|
||||||
metro-transform-plugins "0.73.1"
|
metro-transform-plugins "0.75.0"
|
||||||
nullthrows "^1.1.1"
|
nullthrows "^1.1.1"
|
||||||
|
|
||||||
metro@0.67.0, metro@^0.67.0:
|
metro@0.67.0, metro@^0.67.0:
|
||||||
@@ -4392,18 +4572,18 @@ metro@0.67.0, metro@^0.67.0:
|
|||||||
ws "^7.5.1"
|
ws "^7.5.1"
|
||||||
yargs "^15.3.1"
|
yargs "^15.3.1"
|
||||||
|
|
||||||
metro@0.73.1:
|
metro@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/metro/-/metro-0.73.1.tgz#fc8621cef43c7194b2696642f992a5f24bb7bce8"
|
resolved "https://registry.yarnpkg.com/metro/-/metro-0.75.0.tgz#1fa020ca70e2471d60ab5011f077d3996f106cc6"
|
||||||
integrity sha512-DFgVNFSwqvUBitFKc4D2m2qD/vyZDQBAt7Y+HX9EfFHYvAZvkShj1w4Vswfbht1x74Km7pAa0cvxl+Ooj+asxQ==
|
integrity sha512-9hO1ieJEz5VZOBEoaDsgztA2veDCnjMUJDARb1oV09VWU4N34nuxReFIfqhEvU165c/6gUJD90C7BfYFuvQkGQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "^7.0.0"
|
"@babel/code-frame" "^7.0.0"
|
||||||
"@babel/core" "^7.14.0"
|
"@babel/core" "^7.20.0"
|
||||||
"@babel/generator" "^7.14.0"
|
"@babel/generator" "^7.20.0"
|
||||||
"@babel/parser" "^7.14.0"
|
"@babel/parser" "^7.20.0"
|
||||||
"@babel/template" "^7.0.0"
|
"@babel/template" "^7.0.0"
|
||||||
"@babel/traverse" "^7.14.0"
|
"@babel/traverse" "^7.20.0"
|
||||||
"@babel/types" "^7.0.0"
|
"@babel/types" "^7.20.0"
|
||||||
absolute-path "^0.0.0"
|
absolute-path "^0.0.0"
|
||||||
accepts "^1.3.7"
|
accepts "^1.3.7"
|
||||||
async "^3.2.2"
|
async "^3.2.2"
|
||||||
@@ -4413,34 +4593,33 @@ metro@0.73.1:
|
|||||||
debug "^2.2.0"
|
debug "^2.2.0"
|
||||||
denodeify "^1.2.1"
|
denodeify "^1.2.1"
|
||||||
error-stack-parser "^2.0.6"
|
error-stack-parser "^2.0.6"
|
||||||
fs-extra "^1.0.0"
|
|
||||||
graceful-fs "^4.2.4"
|
graceful-fs "^4.2.4"
|
||||||
hermes-parser "0.8.0"
|
hermes-parser "0.8.0"
|
||||||
image-size "^0.6.0"
|
image-size "^0.6.0"
|
||||||
invariant "^2.2.4"
|
invariant "^2.2.4"
|
||||||
jest-worker "^27.2.0"
|
jest-worker "^27.2.0"
|
||||||
lodash.throttle "^4.1.1"
|
lodash.throttle "^4.1.1"
|
||||||
metro-babel-transformer "0.73.1"
|
metro-babel-transformer "0.75.0"
|
||||||
metro-cache "0.73.1"
|
metro-cache "0.75.0"
|
||||||
metro-cache-key "0.73.1"
|
metro-cache-key "0.75.0"
|
||||||
metro-config "0.73.1"
|
metro-config "0.75.0"
|
||||||
metro-core "0.73.1"
|
metro-core "0.75.0"
|
||||||
metro-file-map "0.73.1"
|
metro-file-map "0.75.0"
|
||||||
metro-hermes-compiler "0.73.1"
|
metro-hermes-compiler "0.75.0"
|
||||||
metro-inspector-proxy "0.73.1"
|
metro-inspector-proxy "0.75.0"
|
||||||
metro-minify-terser "0.73.1"
|
metro-minify-terser "0.75.0"
|
||||||
metro-minify-uglify "0.73.1"
|
metro-minify-uglify "0.75.0"
|
||||||
metro-react-native-babel-preset "0.73.1"
|
metro-react-native-babel-preset "0.75.0"
|
||||||
metro-resolver "0.73.1"
|
metro-resolver "0.75.0"
|
||||||
metro-runtime "0.73.1"
|
metro-runtime "0.75.0"
|
||||||
metro-source-map "0.73.1"
|
metro-source-map "0.75.0"
|
||||||
metro-symbolicate "0.73.1"
|
metro-symbolicate "0.75.0"
|
||||||
metro-transform-plugins "0.73.1"
|
metro-transform-plugins "0.75.0"
|
||||||
metro-transform-worker "0.73.1"
|
metro-transform-worker "0.75.0"
|
||||||
mime-types "^2.1.27"
|
mime-types "^2.1.27"
|
||||||
node-fetch "^2.2.0"
|
node-fetch "^2.2.0"
|
||||||
nullthrows "^1.1.1"
|
nullthrows "^1.1.1"
|
||||||
rimraf "^2.5.4"
|
rimraf "^3.0.2"
|
||||||
serialize-error "^2.1.0"
|
serialize-error "^2.1.0"
|
||||||
source-map "^0.5.6"
|
source-map "^0.5.6"
|
||||||
strip-ansi "^6.0.0"
|
strip-ansi "^6.0.0"
|
||||||
@@ -4679,10 +4858,10 @@ ob1@0.67.0:
|
|||||||
resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.67.0.tgz#91f104c90641b1af8c364fc82a4b2c7d0801072d"
|
resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.67.0.tgz#91f104c90641b1af8c364fc82a4b2c7d0801072d"
|
||||||
integrity sha512-YvZtX8HKYackQ5PwdFIuuNFVsMChRPHvnARRRT0Vk59xsBvL5t9U1Ock3M1sYrKj+Gp73+0q9xcHLAxI+xLi5g==
|
integrity sha512-YvZtX8HKYackQ5PwdFIuuNFVsMChRPHvnARRRT0Vk59xsBvL5t9U1Ock3M1sYrKj+Gp73+0q9xcHLAxI+xLi5g==
|
||||||
|
|
||||||
ob1@0.73.1:
|
ob1@0.75.0:
|
||||||
version "0.73.1"
|
version "0.75.0"
|
||||||
resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.73.1.tgz#8a2c9e91c99f63cccd761e092fd90f959f8c236f"
|
resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.75.0.tgz#637f1150143979613c94a7149ff8bd7aa2b90bd7"
|
||||||
integrity sha512-jEg9tXW6cbEpHUnWvFAe0qeC9qk5swlQanaaCJ8VxAdBjrLNCWXd51909PSbuTrOquYVJZSbdFwtuAAuSwEdYA==
|
integrity sha512-sV0IMqL9deffQV608jWwenujpLzd+YqhjWhg0EsErkrHH0mBpZ5k9Sb8bOkDMwMPU/y6ymvfGpJB3TE7Nqzmqg==
|
||||||
|
|
||||||
object-assign@^4.1.1:
|
object-assign@^4.1.1:
|
||||||
version "4.1.1"
|
version "4.1.1"
|
||||||
@@ -5415,6 +5594,13 @@ rimraf@^2.5.4:
|
|||||||
dependencies:
|
dependencies:
|
||||||
glob "^7.1.3"
|
glob "^7.1.3"
|
||||||
|
|
||||||
|
rimraf@^3.0.2:
|
||||||
|
version "3.0.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
|
||||||
|
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
|
||||||
|
dependencies:
|
||||||
|
glob "^7.1.3"
|
||||||
|
|
||||||
rimraf@~2.2.6:
|
rimraf@~2.2.6:
|
||||||
version "2.2.8"
|
version "2.2.8"
|
||||||
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582"
|
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582"
|
||||||
@@ -6298,6 +6484,11 @@ y18n@^5.0.5:
|
|||||||
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
|
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
|
||||||
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
|
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
|
||||||
|
|
||||||
|
yallist@^3.0.2:
|
||||||
|
version "3.1.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
|
||||||
|
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
|
||||||
|
|
||||||
yallist@^4.0.0:
|
yallist@^4.0.0:
|
||||||
version "4.0.0"
|
version "4.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
|
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
|
||||||
|
|||||||
Reference in New Issue
Block a user