-
Notifications
You must be signed in to change notification settings - Fork 5
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
f8a7531
commit 75d51e3
Showing
2 changed files
with
148 additions
and
33 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 |
---|---|---|
|
@@ -32,24 +32,33 @@ | |
invariant "^2.2.4" | ||
semver "^5.5.0" | ||
|
||
"@babel/[email protected]": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d" | ||
integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA== | ||
"@babel/compat-data@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.11.0.tgz#e9f73efe09af1355b723a7f39b11bad637d7c99c" | ||
integrity sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ== | ||
dependencies: | ||
browserslist "^4.12.0" | ||
invariant "^2.2.4" | ||
semver "^5.5.0" | ||
|
||
"@babel/[email protected]": | ||
version "7.11.1" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643" | ||
integrity sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ== | ||
dependencies: | ||
"@babel/code-frame" "^7.10.4" | ||
"@babel/generator" "^7.10.4" | ||
"@babel/helper-module-transforms" "^7.10.4" | ||
"@babel/generator" "^7.11.0" | ||
"@babel/helper-module-transforms" "^7.11.0" | ||
"@babel/helpers" "^7.10.4" | ||
"@babel/parser" "^7.10.4" | ||
"@babel/parser" "^7.11.1" | ||
"@babel/template" "^7.10.4" | ||
"@babel/traverse" "^7.10.4" | ||
"@babel/types" "^7.10.4" | ||
"@babel/traverse" "^7.11.0" | ||
"@babel/types" "^7.11.0" | ||
convert-source-map "^1.7.0" | ||
debug "^4.1.0" | ||
gensync "^1.0.0-beta.1" | ||
json5 "^2.1.2" | ||
lodash "^4.17.13" | ||
lodash "^4.17.19" | ||
resolve "^1.3.2" | ||
semver "^5.4.1" | ||
source-map "^0.5.0" | ||
|
@@ -86,6 +95,15 @@ | |
lodash "^4.17.13" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c" | ||
integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== | ||
dependencies: | ||
"@babel/types" "^7.11.0" | ||
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.8.6": | ||
version "7.8.6" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.6.tgz#57adf96d370c9a63c241cd719f9111468578537a" | ||
|
@@ -310,6 +328,19 @@ | |
"@babel/types" "^7.10.4" | ||
lodash "^4.17.13" | ||
|
||
"@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" | ||
integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.10.4" | ||
"@babel/helper-replace-supers" "^7.10.4" | ||
"@babel/helper-simple-access" "^7.10.4" | ||
"@babel/helper-split-export-declaration" "^7.11.0" | ||
"@babel/template" "^7.10.4" | ||
"@babel/types" "^7.11.0" | ||
lodash "^4.17.19" | ||
|
||
"@babel/helper-module-transforms@^7.9.0": | ||
version "7.9.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5" | ||
|
@@ -413,13 +444,27 @@ | |
"@babel/template" "^7.8.3" | ||
"@babel/types" "^7.8.3" | ||
|
||
"@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" | ||
integrity sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q== | ||
dependencies: | ||
"@babel/types" "^7.11.0" | ||
|
||
"@babel/helper-split-export-declaration@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1" | ||
integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg== | ||
dependencies: | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/helper-split-export-declaration@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f" | ||
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== | ||
dependencies: | ||
"@babel/types" "^7.11.0" | ||
|
||
"@babel/helper-split-export-declaration@^7.8.3": | ||
version "7.8.3" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9" | ||
|
@@ -502,6 +547,11 @@ | |
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64" | ||
integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA== | ||
|
||
"@babel/parser@^7.11.0", "@babel/parser@^7.11.1": | ||
version "7.11.1" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.1.tgz#d91a387990b21e5d20047b336bb19b0553f02ff5" | ||
integrity sha512-u9QMIRdKVF7hfEkb3nu2LgZDIzCQPv+yHD9Eg6ruoJLjkrQ9fFz4IBSlF/9XwoNri9+2F1IY+dYuOfZrXq8t3w== | ||
|
||
"@babel/parser@^7.7.0": | ||
version "7.9.4" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8" | ||
|
@@ -547,6 +597,14 @@ | |
"@babel/helper-plugin-utils" "^7.10.4" | ||
"@babel/plugin-syntax-dynamic-import" "^7.8.0" | ||
|
||
"@babel/plugin-proposal-export-namespace-from@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz#570d883b91031637b3e2958eea3c438e62c05f54" | ||
integrity sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.10.4" | ||
"@babel/plugin-syntax-export-namespace-from" "^7.8.3" | ||
|
||
"@babel/plugin-proposal-json-strings@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz#593e59c63528160233bd321b1aebe0820c2341db" | ||
|
@@ -555,6 +613,14 @@ | |
"@babel/helper-plugin-utils" "^7.10.4" | ||
"@babel/plugin-syntax-json-strings" "^7.8.0" | ||
|
||
"@babel/plugin-proposal-logical-assignment-operators@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz#9f80e482c03083c87125dee10026b58527ea20c8" | ||
integrity sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.10.4" | ||
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" | ||
|
||
"@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a" | ||
|
@@ -571,10 +637,10 @@ | |
"@babel/helper-plugin-utils" "^7.10.4" | ||
"@babel/plugin-syntax-numeric-separator" "^7.10.4" | ||
|
||
"@babel/plugin-proposal-object-rest-spread@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz#50129ac216b9a6a55b3853fdd923e74bf553a4c0" | ||
integrity sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA== | ||
"@babel/plugin-proposal-object-rest-spread@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz#bd81f95a1f746760ea43b6c2d3d62b11790ad0af" | ||
integrity sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.10.4" | ||
"@babel/plugin-syntax-object-rest-spread" "^7.8.0" | ||
|
@@ -588,12 +654,13 @@ | |
"@babel/helper-plugin-utils" "^7.10.4" | ||
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0" | ||
|
||
"@babel/plugin-proposal-optional-chaining@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz#750f1255e930a1f82d8cdde45031f81a0d0adff7" | ||
integrity sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ== | ||
"@babel/plugin-proposal-optional-chaining@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076" | ||
integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.10.4" | ||
"@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" | ||
"@babel/plugin-syntax-optional-chaining" "^7.8.0" | ||
|
||
"@babel/plugin-proposal-private-methods@^7.10.4": | ||
|
@@ -641,6 +708,13 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.8.0" | ||
|
||
"@babel/plugin-syntax-export-namespace-from@^7.8.3": | ||
version "7.8.3" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a" | ||
integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.8.3" | ||
|
||
"@babel/plugin-syntax-json-strings@^7.8.0": | ||
version "7.8.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.0.tgz#7f798eb7e8cfd3821388120679d23d530bae6e53" | ||
|
@@ -655,6 +729,13 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.10.4" | ||
|
||
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" | ||
integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.10.4" | ||
|
||
"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0": | ||
version "7.8.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.0.tgz#5d8f24ecffa4ae74164e53264953c5ea8ba6d149" | ||
|
@@ -961,12 +1042,13 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.10.4" | ||
|
||
"@babel/plugin-transform-spread@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz#4e2c85ea0d6abaee1b24dcfbbae426fe8d674cff" | ||
integrity sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ== | ||
"@babel/plugin-transform-spread@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.11.0.tgz#fa84d300f5e4f57752fe41a6d1b3c554f13f17cc" | ||
integrity sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.10.4" | ||
"@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" | ||
|
||
"@babel/plugin-transform-sticky-regex@^7.10.4": | ||
version "7.10.4" | ||
|
@@ -1006,30 +1088,34 @@ | |
"@babel/helper-create-regexp-features-plugin" "^7.10.4" | ||
"@babel/helper-plugin-utils" "^7.10.4" | ||
|
||
"@babel/preset-env@7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.4.tgz#fbf57f9a803afd97f4f32e4f798bb62e4b2bef5f" | ||
integrity sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw== | ||
"@babel/preset-env@7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796" | ||
integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== | ||
dependencies: | ||
"@babel/compat-data" "^7.10.4" | ||
"@babel/compat-data" "^7.11.0" | ||
"@babel/helper-compilation-targets" "^7.10.4" | ||
"@babel/helper-module-imports" "^7.10.4" | ||
"@babel/helper-plugin-utils" "^7.10.4" | ||
"@babel/plugin-proposal-async-generator-functions" "^7.10.4" | ||
"@babel/plugin-proposal-class-properties" "^7.10.4" | ||
"@babel/plugin-proposal-dynamic-import" "^7.10.4" | ||
"@babel/plugin-proposal-export-namespace-from" "^7.10.4" | ||
"@babel/plugin-proposal-json-strings" "^7.10.4" | ||
"@babel/plugin-proposal-logical-assignment-operators" "^7.11.0" | ||
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.4" | ||
"@babel/plugin-proposal-numeric-separator" "^7.10.4" | ||
"@babel/plugin-proposal-object-rest-spread" "^7.10.4" | ||
"@babel/plugin-proposal-object-rest-spread" "^7.11.0" | ||
"@babel/plugin-proposal-optional-catch-binding" "^7.10.4" | ||
"@babel/plugin-proposal-optional-chaining" "^7.10.4" | ||
"@babel/plugin-proposal-optional-chaining" "^7.11.0" | ||
"@babel/plugin-proposal-private-methods" "^7.10.4" | ||
"@babel/plugin-proposal-unicode-property-regex" "^7.10.4" | ||
"@babel/plugin-syntax-async-generators" "^7.8.0" | ||
"@babel/plugin-syntax-class-properties" "^7.10.4" | ||
"@babel/plugin-syntax-dynamic-import" "^7.8.0" | ||
"@babel/plugin-syntax-export-namespace-from" "^7.8.3" | ||
"@babel/plugin-syntax-json-strings" "^7.8.0" | ||
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" | ||
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" | ||
"@babel/plugin-syntax-numeric-separator" "^7.10.4" | ||
"@babel/plugin-syntax-object-rest-spread" "^7.8.0" | ||
|
@@ -1062,14 +1148,14 @@ | |
"@babel/plugin-transform-regenerator" "^7.10.4" | ||
"@babel/plugin-transform-reserved-words" "^7.10.4" | ||
"@babel/plugin-transform-shorthand-properties" "^7.10.4" | ||
"@babel/plugin-transform-spread" "^7.10.4" | ||
"@babel/plugin-transform-spread" "^7.11.0" | ||
"@babel/plugin-transform-sticky-regex" "^7.10.4" | ||
"@babel/plugin-transform-template-literals" "^7.10.4" | ||
"@babel/plugin-transform-typeof-symbol" "^7.10.4" | ||
"@babel/plugin-transform-unicode-escapes" "^7.10.4" | ||
"@babel/plugin-transform-unicode-regex" "^7.10.4" | ||
"@babel/preset-modules" "^0.1.3" | ||
"@babel/types" "^7.10.4" | ||
"@babel/types" "^7.11.0" | ||
browserslist "^4.12.0" | ||
core-js-compat "^3.6.2" | ||
invariant "^2.2.2" | ||
|
@@ -1186,6 +1272,21 @@ | |
globals "^11.1.0" | ||
lodash "^4.17.13" | ||
|
||
"@babel/traverse@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" | ||
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== | ||
dependencies: | ||
"@babel/code-frame" "^7.10.4" | ||
"@babel/generator" "^7.11.0" | ||
"@babel/helper-function-name" "^7.10.4" | ||
"@babel/helper-split-export-declaration" "^7.11.0" | ||
"@babel/parser" "^7.11.0" | ||
"@babel/types" "^7.11.0" | ||
debug "^4.1.0" | ||
globals "^11.1.0" | ||
lodash "^4.17.19" | ||
|
||
"@babel/traverse@^7.7.0": | ||
version "7.9.5" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.5.tgz#6e7c56b44e2ac7011a948c21e283ddd9d9db97a2" | ||
|
@@ -1240,6 +1341,15 @@ | |
lodash "^4.17.13" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" | ||
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== | ||
dependencies: | ||
"@babel/helper-validator-identifier" "^7.10.4" | ||
lodash "^4.17.19" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.4.4": | ||
version "7.4.4" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0" | ||
|
@@ -7314,6 +7424,11 @@ lodash@^4.17.13, lodash@^4.17.14: | |
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba" | ||
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw== | ||
|
||
lodash@^4.17.19: | ||
version "4.17.19" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" | ||
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== | ||
|
||
log-symbols@^2.2.0: | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" | ||
|