-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update babel monorepo to v7.5.5 (#153)
- Loading branch information
1 parent
f3bc737
commit caec4cb
Showing
2 changed files
with
143 additions
and
72 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,34 @@ | |
dependencies: | ||
"@babel/highlight" "^7.0.0" | ||
|
||
"@babel/[email protected]", "@babel/core@^7.1.0": | ||
"@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" | ||
integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== | ||
dependencies: | ||
"@babel/highlight" "^7.0.0" | ||
|
||
"@babel/[email protected]": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30" | ||
integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg== | ||
dependencies: | ||
"@babel/code-frame" "^7.5.5" | ||
"@babel/generator" "^7.5.5" | ||
"@babel/helpers" "^7.5.5" | ||
"@babel/parser" "^7.5.5" | ||
"@babel/template" "^7.4.4" | ||
"@babel/traverse" "^7.5.5" | ||
"@babel/types" "^7.5.5" | ||
convert-source-map "^1.1.0" | ||
debug "^4.1.0" | ||
json5 "^2.1.0" | ||
lodash "^4.17.13" | ||
resolve "^1.3.2" | ||
semver "^5.4.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/core@^7.1.0": | ||
version "7.5.4" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd" | ||
integrity sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ== | ||
|
@@ -51,6 +78,17 @@ | |
source-map "^0.5.0" | ||
trim-right "^1.0.1" | ||
|
||
"@babel/generator@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf" | ||
integrity sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ== | ||
dependencies: | ||
"@babel/types" "^7.5.5" | ||
jsesc "^2.5.1" | ||
lodash "^4.17.13" | ||
source-map "^0.5.0" | ||
trim-right "^1.0.1" | ||
|
||
"@babel/helper-annotate-as-pure@^7.0.0": | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32" | ||
|
@@ -83,26 +121,26 @@ | |
"@babel/traverse" "^7.4.4" | ||
"@babel/types" "^7.4.4" | ||
|
||
"@babel/helper-create-class-features-plugin@^7.5.0": | ||
version "7.5.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.0.tgz#02edb97f512d44ba23b3227f1bf2ed43454edac5" | ||
integrity sha512-EAoMc3hE5vE5LNhMqDOwB1usHvmRjCDAnH8CD4PVkX9/Yr3W/tcz8xE8QvdZxfsFBDICwZnF2UTHIqslRpvxmA== | ||
"@babel/helper-create-class-features-plugin@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.5.tgz#401f302c8ddbc0edd36f7c6b2887d8fa1122e5a4" | ||
integrity sha512-ZsxkyYiRA7Bg+ZTRpPvB6AbOFKTFFK4LrvTet8lInm0V468MWCaSYJE+I7v2z2r8KNLtYiV+K5kTCnR7dvyZjg== | ||
dependencies: | ||
"@babel/helper-function-name" "^7.1.0" | ||
"@babel/helper-member-expression-to-functions" "^7.0.0" | ||
"@babel/helper-member-expression-to-functions" "^7.5.5" | ||
"@babel/helper-optimise-call-expression" "^7.0.0" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/helper-replace-supers" "^7.4.4" | ||
"@babel/helper-replace-supers" "^7.5.5" | ||
"@babel/helper-split-export-declaration" "^7.4.4" | ||
|
||
"@babel/helper-define-map@^7.4.4": | ||
version "7.4.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.4.4.tgz#6969d1f570b46bdc900d1eba8e5d59c48ba2c12a" | ||
integrity sha512-IX3Ln8gLhZpSuqHJSnTNBWGDE9kdkTEWl21A/K7PQ00tseBwbqCHTvNLHSBd9M0R5rER4h5Rsvj9vw0R5SieBg== | ||
"@babel/helper-define-map@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz#3dec32c2046f37e09b28c93eb0b103fd2a25d369" | ||
integrity sha512-fTfxx7i0B5NJqvUOBBGREnrqbTxRh7zinBANpZXAVDlsZxYdclDp467G1sQ8VZYMnAURY3RpBUAgOYT9GfzHBg== | ||
dependencies: | ||
"@babel/helper-function-name" "^7.1.0" | ||
"@babel/types" "^7.4.4" | ||
lodash "^4.17.11" | ||
"@babel/types" "^7.5.5" | ||
lodash "^4.17.13" | ||
|
||
"@babel/helper-explode-assignable-expression@^7.1.0": | ||
version "7.1.0" | ||
|
@@ -135,12 +173,12 @@ | |
dependencies: | ||
"@babel/types" "^7.4.4" | ||
|
||
"@babel/helper-member-expression-to-functions@^7.0.0": | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.0.0.tgz#8cd14b0a0df7ff00f009e7d7a436945f47c7a16f" | ||
integrity sha512-avo+lm/QmZlv27Zsi0xEor2fKcqWG56D5ae9dzklpIaY7cQMK5N8VSpaNVPPagiqmy7LrEjK1IWdGMOqPu5csg== | ||
"@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" | ||
integrity sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA== | ||
dependencies: | ||
"@babel/types" "^7.0.0" | ||
"@babel/types" "^7.5.5" | ||
|
||
"@babel/helper-module-imports@^7.0.0": | ||
version "7.0.0" | ||
|
@@ -210,25 +248,15 @@ | |
"@babel/traverse" "^7.1.0" | ||
"@babel/types" "^7.0.0" | ||
|
||
"@babel/helper-replace-supers@^7.1.0": | ||
version "7.1.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.1.0.tgz#5fc31de522ec0ef0899dc9b3e7cf6a5dd655f362" | ||
integrity sha512-BvcDWYZRWVuDeXTYZWxekQNO5D4kO55aArwZOTFXw6rlLQA8ZaDicJR1sO47h+HrnCiDFiww0fSPV0d713KBGQ== | ||
"@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" | ||
integrity sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg== | ||
dependencies: | ||
"@babel/helper-member-expression-to-functions" "^7.0.0" | ||
"@babel/helper-member-expression-to-functions" "^7.5.5" | ||
"@babel/helper-optimise-call-expression" "^7.0.0" | ||
"@babel/traverse" "^7.1.0" | ||
"@babel/types" "^7.0.0" | ||
|
||
"@babel/helper-replace-supers@^7.4.4": | ||
version "7.4.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.4.4.tgz#aee41783ebe4f2d3ab3ae775e1cc6f1a90cefa27" | ||
integrity sha512-04xGEnd+s01nY1l15EuMS1rfKktNF+1CkKmHoErDppjAAZL+IUBZpzT748x262HF7fibaQPhbvWUl5HeSt1EXg== | ||
dependencies: | ||
"@babel/helper-member-expression-to-functions" "^7.0.0" | ||
"@babel/helper-optimise-call-expression" "^7.0.0" | ||
"@babel/traverse" "^7.4.4" | ||
"@babel/types" "^7.4.4" | ||
"@babel/traverse" "^7.5.5" | ||
"@babel/types" "^7.5.5" | ||
|
||
"@babel/helper-simple-access@^7.1.0": | ||
version "7.1.0" | ||
|
@@ -271,6 +299,15 @@ | |
"@babel/traverse" "^7.5.0" | ||
"@babel/types" "^7.5.0" | ||
|
||
"@babel/helpers@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e" | ||
integrity sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g== | ||
dependencies: | ||
"@babel/template" "^7.4.4" | ||
"@babel/traverse" "^7.5.5" | ||
"@babel/types" "^7.5.5" | ||
|
||
"@babel/highlight@^7.0.0": | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4" | ||
|
@@ -290,6 +327,11 @@ | |
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.3.tgz#2c92469bac2b7fbff810b67fca07bd138b48af77" | ||
integrity sha512-gqmspPZOMW3MIRb9HlrnbZHXI1/KHTOroBwN1NcLL6pWxzqzEKGvRTq0W/PxS45OtQGbaFikSQpkS5zbnsQm2w== | ||
|
||
"@babel/parser@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b" | ||
integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g== | ||
|
||
"@babel/plugin-proposal-async-generator-functions@^7.2.0": | ||
version "7.2.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e" | ||
|
@@ -299,12 +341,12 @@ | |
"@babel/helper-remap-async-to-generator" "^7.1.0" | ||
"@babel/plugin-syntax-async-generators" "^7.2.0" | ||
|
||
"@babel/[email protected].0": | ||
version "7.5.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.0.tgz#5bc6a0537d286fcb4fd4e89975adbca334987007" | ||
integrity sha512-9L/JfPCT+kShiiTTzcnBJ8cOwdKVmlC1RcCf9F0F9tERVrM4iWtWnXtjWCRqNm2la2BxO1MPArWNsU9zsSJWSQ== | ||
"@babel/[email protected].5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.5.tgz#a974cfae1e37c3110e71f3c6a2e48b8e71958cd4" | ||
integrity sha512-AF79FsnWFxjlaosgdi421vmYG6/jg79bVD0dpD44QdgobzHKuLZ6S3vl8la9qIeSwGi8i1fS0O1mfuDAAdo1/A== | ||
dependencies: | ||
"@babel/helper-create-class-features-plugin" "^7.5.0" | ||
"@babel/helper-create-class-features-plugin" "^7.5.5" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
||
"@babel/plugin-proposal-dynamic-import@^7.5.0": | ||
|
@@ -323,10 +365,10 @@ | |
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/plugin-syntax-json-strings" "^7.2.0" | ||
|
||
"@babel/plugin-proposal-object-rest-spread@^7.5.4": | ||
version "7.5.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.4.tgz#250de35d867ce8260a31b1fdac6c4fc1baa99331" | ||
integrity sha512-KCx0z3y7y8ipZUMAEEJOyNi11lMb/FOPUjjB113tfowgw0c16EGYos7worCKBcUAh2oG+OBnoUhsnTSoLpV9uA== | ||
"@babel/plugin-proposal-object-rest-spread@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.5.tgz#61939744f71ba76a3ae46b5eea18a54c16d22e58" | ||
integrity sha512-F2DxJJSQ7f64FyTVl5cw/9MWn6naXGdk3Q3UhDbFEEHv+EilCPoeRD3Zh/Utx1CJz4uyKlQ4uH+bJPbEhMV7Zw== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/plugin-syntax-object-rest-spread" "^7.2.0" | ||
|
@@ -420,25 +462,25 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
||
"@babel/plugin-transform-block-scoping@^7.4.4": | ||
version "7.4.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.4.4.tgz#c13279fabf6b916661531841a23c4b7dae29646d" | ||
integrity sha512-jkTUyWZcTrwxu5DD4rWz6rDB5Cjdmgz6z7M7RLXOJyCUkFBawssDGcGh8M/0FTSB87avyJI1HsTwUXp9nKA1PA== | ||
"@babel/plugin-transform-block-scoping@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.5.5.tgz#a35f395e5402822f10d2119f6f8e045e3639a2ce" | ||
integrity sha512-82A3CLRRdYubkG85lKwhZB0WZoHxLGsJdux/cOVaJCJpvYFl1LVzAIFyRsa7CvXqW8rBM4Zf3Bfn8PHt5DP0Sg== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
lodash "^4.17.11" | ||
lodash "^4.17.13" | ||
|
||
"@babel/plugin-transform-classes@^7.4.4": | ||
version "7.4.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.4.4.tgz#0ce4094cdafd709721076d3b9c38ad31ca715eb6" | ||
integrity sha512-/e44eFLImEGIpL9qPxSRat13I5QNRgBLu2hOQJCF7VLy/otSM/sypV1+XaIw5+502RX/+6YaSAPmldk+nhHDPw== | ||
"@babel/plugin-transform-classes@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz#d094299d9bd680a14a2a0edae38305ad60fb4de9" | ||
integrity sha512-U2htCNK/6e9K7jGyJ++1p5XRU+LJjrwtoiVn9SzRlDT2KubcZ11OOwy3s24TjHxPgxNwonCYP7U2K51uVYCMDg== | ||
dependencies: | ||
"@babel/helper-annotate-as-pure" "^7.0.0" | ||
"@babel/helper-define-map" "^7.4.4" | ||
"@babel/helper-define-map" "^7.5.5" | ||
"@babel/helper-function-name" "^7.1.0" | ||
"@babel/helper-optimise-call-expression" "^7.0.0" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/helper-replace-supers" "^7.4.4" | ||
"@babel/helper-replace-supers" "^7.5.5" | ||
"@babel/helper-split-export-declaration" "^7.4.4" | ||
globals "^11.1.0" | ||
|
||
|
@@ -559,13 +601,13 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
|
||
"@babel/plugin-transform-object-super@^7.2.0": | ||
version "7.2.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.2.0.tgz#b35d4c10f56bab5d650047dad0f1d8e8814b6598" | ||
integrity sha512-VMyhPYZISFZAqAPVkiYb7dUe2AsVi2/wCT5+wZdsNO31FojQJa9ns40hzZ6U9f50Jlq4w6qwzdBB2uwqZ00ebg== | ||
"@babel/plugin-transform-object-super@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.5.5.tgz#c70021df834073c65eb613b8679cc4a381d1a9f9" | ||
integrity sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/helper-replace-supers" "^7.1.0" | ||
"@babel/helper-replace-supers" "^7.5.5" | ||
|
||
"@babel/plugin-transform-parameters@^7.4.4": | ||
version "7.4.4" | ||
|
@@ -675,17 +717,17 @@ | |
"@babel/helper-regex" "^7.4.4" | ||
regexpu-core "^4.5.4" | ||
|
||
"@babel/[email protected].4": | ||
version "7.5.4" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.4.tgz#64bc15041a3cbb0798930319917e70fcca57713d" | ||
integrity sha512-hFnFnouyRNiH1rL8YkX1ANCNAUVC8Djwdqfev8i1415tnAG+7hlA5zhZ0Q/3Q5gkop4HioIPbCEWAalqcbxRoQ== | ||
"@babel/[email protected].5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.5.tgz#bc470b53acaa48df4b8db24a570d6da1fef53c9a" | ||
integrity sha512-GMZQka/+INwsMz1A5UEql8tG015h5j/qjptpKY2gJ7giy8ohzU710YciJB5rcKsWGWHiW3RUnHib0E5/m3Tp3A== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.0.0" | ||
"@babel/helper-plugin-utils" "^7.0.0" | ||
"@babel/plugin-proposal-async-generator-functions" "^7.2.0" | ||
"@babel/plugin-proposal-dynamic-import" "^7.5.0" | ||
"@babel/plugin-proposal-json-strings" "^7.2.0" | ||
"@babel/plugin-proposal-object-rest-spread" "^7.5.4" | ||
"@babel/plugin-proposal-object-rest-spread" "^7.5.5" | ||
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0" | ||
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4" | ||
"@babel/plugin-syntax-async-generators" "^7.2.0" | ||
|
@@ -696,8 +738,8 @@ | |
"@babel/plugin-transform-arrow-functions" "^7.2.0" | ||
"@babel/plugin-transform-async-to-generator" "^7.5.0" | ||
"@babel/plugin-transform-block-scoped-functions" "^7.2.0" | ||
"@babel/plugin-transform-block-scoping" "^7.4.4" | ||
"@babel/plugin-transform-classes" "^7.4.4" | ||
"@babel/plugin-transform-block-scoping" "^7.5.5" | ||
"@babel/plugin-transform-classes" "^7.5.5" | ||
"@babel/plugin-transform-computed-properties" "^7.2.0" | ||
"@babel/plugin-transform-destructuring" "^7.5.0" | ||
"@babel/plugin-transform-dotall-regex" "^7.4.4" | ||
|
@@ -713,7 +755,7 @@ | |
"@babel/plugin-transform-modules-umd" "^7.2.0" | ||
"@babel/plugin-transform-named-capturing-groups-regex" "^7.4.5" | ||
"@babel/plugin-transform-new-target" "^7.4.4" | ||
"@babel/plugin-transform-object-super" "^7.2.0" | ||
"@babel/plugin-transform-object-super" "^7.5.5" | ||
"@babel/plugin-transform-parameters" "^7.4.4" | ||
"@babel/plugin-transform-property-literals" "^7.2.0" | ||
"@babel/plugin-transform-regenerator" "^7.4.5" | ||
|
@@ -724,7 +766,7 @@ | |
"@babel/plugin-transform-template-literals" "^7.4.4" | ||
"@babel/plugin-transform-typeof-symbol" "^7.2.0" | ||
"@babel/plugin-transform-unicode-regex" "^7.4.4" | ||
"@babel/types" "^7.5.0" | ||
"@babel/types" "^7.5.5" | ||
browserslist "^4.6.0" | ||
core-js-compat "^3.1.1" | ||
invariant "^2.2.2" | ||
|
@@ -797,6 +839,21 @@ | |
globals "^11.1.0" | ||
lodash "^4.17.11" | ||
|
||
"@babel/traverse@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb" | ||
integrity sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ== | ||
dependencies: | ||
"@babel/code-frame" "^7.5.5" | ||
"@babel/generator" "^7.5.5" | ||
"@babel/helper-function-name" "^7.1.0" | ||
"@babel/helper-split-export-declaration" "^7.4.4" | ||
"@babel/parser" "^7.5.5" | ||
"@babel/types" "^7.5.5" | ||
debug "^4.1.0" | ||
globals "^11.1.0" | ||
lodash "^4.17.13" | ||
|
||
"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.3": | ||
version "7.1.3" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.3.tgz#3a767004567060c2f40fca49a304712c525ee37d" | ||
|
@@ -815,6 +872,15 @@ | |
lodash "^4.17.11" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.5.5": | ||
version "7.5.5" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a" | ||
integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw== | ||
dependencies: | ||
esutils "^2.0.2" | ||
lodash "^4.17.13" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@cnakazawa/watch@^1.0.3": | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef" | ||
|
@@ -3451,6 +3517,11 @@ lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4: | |
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" | ||
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== | ||
|
||
lodash@^4.17.13: | ||
version "4.17.14" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba" | ||
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw== | ||
|
||
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1: | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" | ||
|