-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66e79f2
commit 1c62a09
Showing
2 changed files
with
201 additions
and
17 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 |
---|---|---|
|
@@ -23,6 +23,13 @@ | |
dependencies: | ||
"@babel/highlight" "^7.10.4" | ||
|
||
"@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/code-frame@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d" | ||
|
@@ -60,25 +67,24 @@ | |
invariant "^2.2.4" | ||
semver "^5.5.0" | ||
|
||
"@babel/[email protected].3", "@babel/core@^7.9.0", "@babel/core@^7.9.6": | ||
version "7.12.3" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8" | ||
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g== | ||
dependencies: | ||
"@babel/code-frame" "^7.10.4" | ||
"@babel/generator" "^7.12.1" | ||
"@babel/helper-module-transforms" "^7.12.1" | ||
"@babel/helpers" "^7.12.1" | ||
"@babel/parser" "^7.12.3" | ||
"@babel/template" "^7.10.4" | ||
"@babel/traverse" "^7.12.1" | ||
"@babel/types" "^7.12.1" | ||
"@babel/[email protected].16": | ||
version "7.12.16" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c" | ||
integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw== | ||
dependencies: | ||
"@babel/code-frame" "^7.12.13" | ||
"@babel/generator" "^7.12.15" | ||
"@babel/helper-module-transforms" "^7.12.13" | ||
"@babel/helpers" "^7.12.13" | ||
"@babel/parser" "^7.12.16" | ||
"@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" | ||
resolve "^1.3.2" | ||
semver "^5.4.1" | ||
source-map "^0.5.0" | ||
|
||
|
@@ -165,6 +171,28 @@ | |
semver "^5.4.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/core@^7.9.0", "@babel/core@^7.9.6": | ||
version "7.12.3" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8" | ||
integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g== | ||
dependencies: | ||
"@babel/code-frame" "^7.10.4" | ||
"@babel/generator" "^7.12.1" | ||
"@babel/helper-module-transforms" "^7.12.1" | ||
"@babel/helpers" "^7.12.1" | ||
"@babel/parser" "^7.12.3" | ||
"@babel/template" "^7.10.4" | ||
"@babel/traverse" "^7.12.1" | ||
"@babel/types" "^7.12.1" | ||
convert-source-map "^1.7.0" | ||
debug "^4.1.0" | ||
gensync "^1.0.0-beta.1" | ||
json5 "^2.1.2" | ||
lodash "^4.17.19" | ||
resolve "^1.3.2" | ||
semver "^5.4.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.1.3": | ||
version "7.1.3" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.3.tgz#2103ec9c42d9bdad9190a6ad5ff2d456fd7b8673" | ||
|
@@ -185,6 +213,15 @@ | |
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.12.13", "@babel/generator@^7.12.15": | ||
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/generator@^7.4.0", "@babel/generator@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf" | ||
|
@@ -545,6 +582,15 @@ | |
"@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-function-name@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e" | ||
|
@@ -595,6 +641,13 @@ | |
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-get-function-arity@^7.7.4": | ||
version "7.7.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0" | ||
|
@@ -651,6 +704,13 @@ | |
dependencies: | ||
"@babel/types" "^7.12.1" | ||
|
||
"@babel/helper-member-expression-to-functions@^7.12.13": | ||
version "7.12.16" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.16.tgz#41e0916b99f8d5f43da4f05d85f4930fa3d62b22" | ||
integrity sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ== | ||
dependencies: | ||
"@babel/types" "^7.12.13" | ||
|
||
"@babel/helper-member-expression-to-functions@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz#1fb5b8ec4453a93c439ee9fe3aeea4a84b76b590" | ||
|
@@ -686,6 +746,13 @@ | |
dependencies: | ||
"@babel/types" "^7.12.1" | ||
|
||
"@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-imports@^7.8.0": | ||
version "7.8.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.0.tgz#076edda55d8cd39c099981b785ce53f4303b967e" | ||
|
@@ -727,6 +794,21 @@ | |
"@babel/types" "^7.12.1" | ||
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-module-transforms@^7.4.4": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz#f84ff8a09038dcbca1fd4355661a500937165b4a" | ||
|
@@ -778,6 +860,13 @@ | |
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-optimise-call-expression@^7.8.0": | ||
version "7.8.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.0.tgz#3df62773cf210db9ed34c2bb39fece5acd1e1733" | ||
|
@@ -899,6 +988,16 @@ | |
"@babel/traverse" "^7.12.1" | ||
"@babel/types" "^7.12.1" | ||
|
||
"@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-replace-supers@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz#f84ce43df031222d2bad068d2626cb5799c34bc2" | ||
|
@@ -954,6 +1053,13 @@ | |
dependencies: | ||
"@babel/types" "^7.12.1" | ||
|
||
"@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-simple-access@^7.8.0": | ||
version "7.8.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.0.tgz#a5095ab031f759995134183fa7719aa85f0ec962" | ||
|
@@ -991,6 +1097,13 @@ | |
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-split-export-declaration@^7.4.4": | ||
version "7.4.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677" | ||
|
@@ -1024,6 +1137,11 @@ | |
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-validator-identifier@^7.9.5": | ||
version "7.9.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" | ||
|
@@ -1083,6 +1201,15 @@ | |
"@babel/traverse" "^7.12.1" | ||
"@babel/types" "^7.12.1" | ||
|
||
"@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/helpers@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e" | ||
|
@@ -1137,6 +1264,15 @@ | |
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/highlight@^7.8.0": | ||
version "7.8.0" | ||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.0.tgz#4cc003dc10359919e2e3a1d9459150942913dd1a" | ||
|
@@ -1175,6 +1311,11 @@ | |
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd" | ||
integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw== | ||
|
||
"@babel/parser@^7.12.13", "@babel/parser@^7.12.16": | ||
version "7.12.16" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4" | ||
integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw== | ||
|
||
"@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b" | ||
|
@@ -3430,6 +3571,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/template@^7.4.0", "@babel/template@^7.4.4": | ||
version "7.4.4" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237" | ||
|
@@ -3505,6 +3655,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/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb" | ||
|
@@ -3616,6 +3781,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" | ||
|
||
"@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a" | ||
|
@@ -6335,6 +6509,16 @@ [email protected], babel-loader@^8.0.6: | |
pify "^4.0.1" | ||
schema-utils "^2.6.5" | ||
|
||
[email protected]: | ||
version "8.2.2" | ||
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.2.tgz#9363ce84c10c9a40e6c753748e1441b60c8a0b81" | ||
integrity sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g== | ||
dependencies: | ||
find-cache-dir "^3.3.1" | ||
loader-utils "^1.4.0" | ||
make-dir "^3.1.0" | ||
schema-utils "^2.6.5" | ||
|
||
babel-plugin-add-react-displayname@^0.0.5: | ||
version "0.0.5" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-add-react-displayname/-/babel-plugin-add-react-displayname-0.0.5.tgz#339d4cddb7b65fd62d1df9db9fe04de134122bd5" | ||
|
@@ -12796,7 +12980,7 @@ make-dir@^3.0.0: | |
dependencies: | ||
semver "^6.0.0" | ||
|
||
make-dir@^3.0.2: | ||
make-dir@^3.0.2, make-dir@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" | ||
integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== | ||
|