-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update babel monorepo to v7.12.13
- Loading branch information
1 parent
245d0ef
commit 4cc20a8
Showing
2 changed files
with
186 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,35 @@ | |
dependencies: | ||
"@babel/highlight" "^7.10.4" | ||
|
||
"@babel/[email protected]", "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5": | ||
"@babel/code-frame@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658" | ||
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== | ||
dependencies: | ||
"@babel/highlight" "^7.12.13" | ||
|
||
"@babel/[email protected]": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.13.tgz#b73a87a3a3e7d142a66248bf6ad88b9ceb093425" | ||
integrity sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw== | ||
dependencies: | ||
"@babel/code-frame" "^7.12.13" | ||
"@babel/generator" "^7.12.13" | ||
"@babel/helper-module-transforms" "^7.12.13" | ||
"@babel/helpers" "^7.12.13" | ||
"@babel/parser" "^7.12.13" | ||
"@babel/template" "^7.12.13" | ||
"@babel/traverse" "^7.12.13" | ||
"@babel/types" "^7.12.13" | ||
convert-source-map "^1.7.0" | ||
debug "^4.1.0" | ||
gensync "^1.0.0-beta.1" | ||
json5 "^2.1.2" | ||
lodash "^4.17.19" | ||
semver "^5.4.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5": | ||
version "7.11.6" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651" | ||
integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg== | ||
|
@@ -40,6 +68,15 @@ | |
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.12.13": | ||
version "7.12.15" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f" | ||
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== | ||
dependencies: | ||
"@babel/types" "^7.12.13" | ||
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/helper-annotate-as-pure@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3" | ||
|
@@ -118,27 +155,57 @@ | |
"@babel/template" "^7.10.4" | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/helper-function-name@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a" | ||
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== | ||
dependencies: | ||
"@babel/helper-get-function-arity" "^7.12.13" | ||
"@babel/template" "^7.12.13" | ||
"@babel/types" "^7.12.13" | ||
|
||
"@babel/helper-get-function-arity@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2" | ||
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== | ||
dependencies: | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/helper-get-function-arity@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" | ||
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== | ||
dependencies: | ||
"@babel/types" "^7.12.13" | ||
|
||
"@babel/helper-member-expression-to-functions@^7.10.4", "@babel/helper-member-expression-to-functions@^7.10.5": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df" | ||
integrity sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== | ||
dependencies: | ||
"@babel/types" "^7.11.0" | ||
|
||
"@babel/helper-member-expression-to-functions@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz#c5715695b4f8bab32660dbdcdc2341dec7e3df40" | ||
integrity sha512-B+7nN0gIL8FZ8SvMcF+EPyB21KnCcZHQZFczCxbiNGV/O0rsrSBlWGLzmtBJ3GMjSVMIm4lpFhR+VdVBuIsUcQ== | ||
dependencies: | ||
"@babel/types" "^7.12.13" | ||
|
||
"@babel/helper-module-imports@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620" | ||
integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== | ||
dependencies: | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/helper-module-imports@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0" | ||
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== | ||
dependencies: | ||
"@babel/types" "^7.12.13" | ||
|
||
"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359" | ||
|
@@ -152,13 +219,35 @@ | |
"@babel/types" "^7.11.0" | ||
lodash "^4.17.19" | ||
|
||
"@babel/helper-module-transforms@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz#01afb052dcad2044289b7b20beb3fa8bd0265bea" | ||
integrity sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.12.13" | ||
"@babel/helper-replace-supers" "^7.12.13" | ||
"@babel/helper-simple-access" "^7.12.13" | ||
"@babel/helper-split-export-declaration" "^7.12.13" | ||
"@babel/helper-validator-identifier" "^7.12.11" | ||
"@babel/template" "^7.12.13" | ||
"@babel/traverse" "^7.12.13" | ||
"@babel/types" "^7.12.13" | ||
lodash "^4.17.19" | ||
|
||
"@babel/helper-optimise-call-expression@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" | ||
integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== | ||
dependencies: | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/helper-optimise-call-expression@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" | ||
integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== | ||
dependencies: | ||
"@babel/types" "^7.12.13" | ||
|
||
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" | ||
|
@@ -191,6 +280,16 @@ | |
"@babel/traverse" "^7.10.4" | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/helper-replace-supers@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz#00ec4fb6862546bd3d0aff9aac56074277173121" | ||
integrity sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== | ||
dependencies: | ||
"@babel/helper-member-expression-to-functions" "^7.12.13" | ||
"@babel/helper-optimise-call-expression" "^7.12.13" | ||
"@babel/traverse" "^7.12.13" | ||
"@babel/types" "^7.12.13" | ||
|
||
"@babel/helper-simple-access@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461" | ||
|
@@ -199,6 +298,13 @@ | |
"@babel/template" "^7.10.4" | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/helper-simple-access@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4" | ||
integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== | ||
dependencies: | ||
"@babel/types" "^7.12.13" | ||
|
||
"@babel/helper-skip-transparent-expression-wrappers@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729" | ||
|
@@ -213,11 +319,23 @@ | |
dependencies: | ||
"@babel/types" "^7.11.0" | ||
|
||
"@babel/helper-split-export-declaration@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05" | ||
integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== | ||
dependencies: | ||
"@babel/types" "^7.12.13" | ||
|
||
"@babel/helper-validator-identifier@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" | ||
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== | ||
|
||
"@babel/helper-validator-identifier@^7.12.11": | ||
version "7.12.11" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" | ||
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== | ||
|
||
"@babel/helper-wrap-function@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz#8a6f701eab0ff39f765b5a1cfef409990e624b87" | ||
|
@@ -237,6 +355,15 @@ | |
"@babel/traverse" "^7.10.4" | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/helpers@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47" | ||
integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== | ||
dependencies: | ||
"@babel/template" "^7.12.13" | ||
"@babel/traverse" "^7.12.13" | ||
"@babel/types" "^7.12.13" | ||
|
||
"@babel/highlight@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143" | ||
|
@@ -246,11 +373,25 @@ | |
chalk "^2.0.0" | ||
js-tokens "^4.0.0" | ||
|
||
"@babel/highlight@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c" | ||
integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww== | ||
dependencies: | ||
"@babel/helper-validator-identifier" "^7.12.11" | ||
chalk "^2.0.0" | ||
js-tokens "^4.0.0" | ||
|
||
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.5", "@babel/parser@^7.7.0": | ||
version "7.11.5" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037" | ||
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q== | ||
|
||
"@babel/parser@^7.12.13": | ||
version "7.12.15" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf" | ||
integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA== | ||
|
||
"@babel/plugin-external-helpers@^7.0.0": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.10.4.tgz#40d38e8e48a1fa3766ab43496253266ca26783ce" | ||
|
@@ -680,7 +821,14 @@ | |
core-js-pure "^3.0.0" | ||
regenerator-runtime "^0.13.4" | ||
|
||
"@babel/[email protected]", "@babel/runtime@^7.0.0", "@babel/runtime@^7.8.4": | ||
"@babel/[email protected]": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.13.tgz#0a21452352b02542db0ffb928ac2d3ca7cb6d66d" | ||
integrity sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw== | ||
dependencies: | ||
regenerator-runtime "^0.13.4" | ||
|
||
"@babel/runtime@^7.0.0", "@babel/runtime@^7.8.4": | ||
version "7.11.2" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736" | ||
integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== | ||
|
@@ -696,6 +844,15 @@ | |
"@babel/parser" "^7.10.4" | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/template@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" | ||
integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== | ||
dependencies: | ||
"@babel/code-frame" "^7.12.13" | ||
"@babel/parser" "^7.12.13" | ||
"@babel/types" "^7.12.13" | ||
|
||
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5", "@babel/traverse@^7.7.0": | ||
version "7.11.5" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3" | ||
|
@@ -711,6 +868,21 @@ | |
globals "^11.1.0" | ||
lodash "^4.17.19" | ||
|
||
"@babel/traverse@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0" | ||
integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA== | ||
dependencies: | ||
"@babel/code-frame" "^7.12.13" | ||
"@babel/generator" "^7.12.13" | ||
"@babel/helper-function-name" "^7.12.13" | ||
"@babel/helper-split-export-declaration" "^7.12.13" | ||
"@babel/parser" "^7.12.13" | ||
"@babel/types" "^7.12.13" | ||
debug "^4.1.0" | ||
globals "^11.1.0" | ||
lodash "^4.17.19" | ||
|
||
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.7.0": | ||
version "7.11.5" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d" | ||
|
@@ -720,6 +892,15 @@ | |
lodash "^4.17.19" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.12.13": | ||
version "7.12.13" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611" | ||
integrity sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ== | ||
dependencies: | ||
"@babel/helper-validator-identifier" "^7.12.11" | ||
lodash "^4.17.19" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@bcoe/v8-coverage@^0.2.3": | ||
version "0.2.3" | ||
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" | ||
|
@@ -1297,8 +1478,7 @@ | |
tsutils "^3.17.1" | ||
|
||
"@uiw/react-native-transport-location@link:..": | ||
version "0.0.0" | ||
uid "" | ||
version "1.0.10" | ||
|
||
abab@^2.0.0: | ||
version "2.0.5" | ||
|