Skip to content

Commit

Permalink
Merge 7e6c07e into beb9e05
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Jan 13, 2020
2 parents beb9e05 + 7e6c07e commit 2473343
Showing 1 changed file with 127 additions and 18 deletions.
145 changes: 127 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
dependencies:
"@babel/highlight" "^7.0.0"

"@babel/code-frame@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.0.tgz#8c98d4ac29d6f80f28127b1bc50970a72086c5ac"
dependencies:
"@babel/highlight" "^7.8.0"

"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.6.4":
version "7.6.4"
resolved "https://registry.npmjs.org/@babel/core/-/core-7.6.4.tgz#6ebd9fe00925f6c3e177bb726a188b5f578088ff"
Expand Down Expand Up @@ -36,6 +42,15 @@
lodash "^4.17.13"
source-map "^0.5.0"

"@babel/generator@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.0.tgz#40a1244677be58ffdc5cd01e22634cd1d5b29edf"
dependencies:
"@babel/types" "^7.8.0"
jsesc "^2.5.1"
lodash "^4.17.13"
source-map "^0.5.0"

"@babel/helper-annotate-as-pure@^7.0.0":
version "7.0.0"
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
Expand All @@ -57,7 +72,7 @@
"@babel/traverse" "^7.4.4"
"@babel/types" "^7.4.4"

"@babel/helper-create-class-features-plugin@^7.5.5", "@babel/helper-create-class-features-plugin@^7.6.0":
"@babel/helper-create-class-features-plugin@^7.5.5":
version "7.6.0"
resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.6.0.tgz#769711acca889be371e9bc2eb68641d55218021f"
dependencies:
Expand All @@ -68,6 +83,17 @@
"@babel/helper-replace-supers" "^7.5.5"
"@babel/helper-split-export-declaration" "^7.4.4"

"@babel/helper-create-class-features-plugin@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.0.tgz#b3ddf557ed4656e0d296c3b0f3fcd381ea8de72c"
dependencies:
"@babel/helper-function-name" "^7.8.0"
"@babel/helper-member-expression-to-functions" "^7.8.0"
"@babel/helper-optimise-call-expression" "^7.8.0"
"@babel/helper-plugin-utils" "^7.8.0"
"@babel/helper-replace-supers" "^7.8.0"
"@babel/helper-split-export-declaration" "^7.8.0"

"@babel/helper-define-map@^7.5.5":
version "7.5.5"
resolved "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz#3dec32c2046f37e09b28c93eb0b103fd2a25d369"
Expand All @@ -91,12 +117,26 @@
"@babel/template" "^7.1.0"
"@babel/types" "^7.0.0"

"@babel/helper-function-name@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.0.tgz#dde5cf0d6b15c21817a67dd66fe7350348e023bf"
dependencies:
"@babel/helper-get-function-arity" "^7.8.0"
"@babel/template" "^7.8.0"
"@babel/types" "^7.8.0"

"@babel/helper-get-function-arity@^7.0.0":
version "7.0.0"
resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
dependencies:
"@babel/types" "^7.0.0"

"@babel/helper-get-function-arity@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.0.tgz#90977f61d76d2225d1ae0208def7df22ea92792e"
dependencies:
"@babel/types" "^7.8.0"

"@babel/helper-hoist-variables@^7.4.4":
version "7.4.4"
resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
Expand All @@ -109,6 +149,12 @@
dependencies:
"@babel/types" "^7.5.5"

"@babel/helper-member-expression-to-functions@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.0.tgz#50d0ed445d2da11beb60e2dbc2c428254bd5a4ae"
dependencies:
"@babel/types" "^7.8.0"

"@babel/helper-module-imports@^7.0.0":
version "7.0.0"
resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
Expand All @@ -132,9 +178,15 @@
dependencies:
"@babel/types" "^7.0.0"

"@babel/helper-plugin-utils@^7.0.0":
version "7.0.0"
resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
"@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"
dependencies:
"@babel/types" "^7.8.0"

"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.0.tgz#59ec882d43c21c544ccb51decaecb306b34a8231"

"@babel/helper-regex@^7.0.0", "@babel/helper-regex@^7.4.4":
version "7.5.5"
Expand All @@ -161,6 +213,15 @@
"@babel/traverse" "^7.5.5"
"@babel/types" "^7.5.5"

"@babel/helper-replace-supers@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.0.tgz#d83cb117edb820eebe9ae6c970a8ad5eac09d19f"
dependencies:
"@babel/helper-member-expression-to-functions" "^7.8.0"
"@babel/helper-optimise-call-expression" "^7.8.0"
"@babel/traverse" "^7.8.0"
"@babel/types" "^7.8.0"

"@babel/helper-simple-access@^7.1.0":
version "7.1.0"
resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
Expand All @@ -174,6 +235,12 @@
dependencies:
"@babel/types" "^7.4.4"

"@babel/helper-split-export-declaration@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.0.tgz#ed10cb03b07454c0d40735fad4e9c9711e739588"
dependencies:
"@babel/types" "^7.8.0"

"@babel/helper-wrap-function@^7.1.0":
version "7.2.0"
resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
Expand All @@ -199,10 +266,22 @@
esutils "^2.0.2"
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"
dependencies:
chalk "^2.0.0"
esutils "^2.0.2"
js-tokens "^4.0.0"

"@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0", "@babel/parser@^7.6.3", "@babel/parser@^7.6.4":
version "7.6.4"
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81"

"@babel/parser@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.0.tgz#54682775f1fb25dd29a93a02315aab29a6a292bb"

"@babel/plugin-proposal-async-generator-functions@^7.2.0":
version "7.2.0"
resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
Expand Down Expand Up @@ -290,11 +369,11 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"

"@babel/plugin-syntax-typescript@^7.2.0":
version "7.3.3"
resolved "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.3.3.tgz#a7cc3f66119a9f7ebe2de5383cce193473d65991"
"@babel/plugin-syntax-typescript@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.8.0.tgz#8bdf202f573cd0e1231caea970f41fdf104f69d7"
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/helper-plugin-utils" "^7.8.0"

"@babel/plugin-transform-arrow-functions@^7.2.0":
version "7.2.0"
Expand Down Expand Up @@ -510,13 +589,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"

"@babel/plugin-transform-typescript@^7.6.0":
version "7.6.3"
resolved "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.6.3.tgz#dddb50cf3b8b2ef70b22e5326e9a91f05a1db13b"
"@babel/plugin-transform-typescript@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.8.0.tgz#485c9d12f011697e0a762d683897711c3daad9c9"
dependencies:
"@babel/helper-create-class-features-plugin" "^7.6.0"
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-syntax-typescript" "^7.2.0"
"@babel/helper-create-class-features-plugin" "^7.8.0"
"@babel/helper-plugin-utils" "^7.8.0"
"@babel/plugin-syntax-typescript" "^7.8.0"

"@babel/plugin-transform-unicode-regex@^7.6.2":
version "7.6.2"
Expand Down Expand Up @@ -589,11 +668,11 @@
semver "^5.5.0"

"@babel/preset-typescript@^7.6.0":
version "7.6.0"
resolved "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.6.0.tgz#25768cb8830280baf47c45ab1a519a9977498c98"
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.8.0.tgz#f3bcb241e530e5acd424659e641189f06401a7ad"
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-transform-typescript" "^7.6.0"
"@babel/helper-plugin-utils" "^7.8.0"
"@babel/plugin-transform-typescript" "^7.8.0"

"@babel/register@^7.0.0":
version "7.6.2"
Expand All @@ -619,6 +698,14 @@
"@babel/parser" "^7.6.0"
"@babel/types" "^7.6.0"

"@babel/template@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.0.tgz#a32f57ad3be89c0fa69ae87b53b4826844dc6330"
dependencies:
"@babel/code-frame" "^7.8.0"
"@babel/parser" "^7.8.0"
"@babel/types" "^7.8.0"

"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.2", "@babel/traverse@^7.6.3":
version "7.6.3"
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9"
Expand All @@ -633,6 +720,20 @@
globals "^11.1.0"
lodash "^4.17.13"

"@babel/traverse@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.0.tgz#d85266fdcff553c10e57b672604b36383a127c1f"
dependencies:
"@babel/code-frame" "^7.8.0"
"@babel/generator" "^7.8.0"
"@babel/helper-function-name" "^7.8.0"
"@babel/helper-split-export-declaration" "^7.8.0"
"@babel/parser" "^7.8.0"
"@babel/types" "^7.8.0"
debug "^4.1.0"
globals "^11.1.0"
lodash "^4.17.13"

"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0", "@babel/types@^7.6.3":
version "7.6.3"
resolved "https://registry.npmjs.org/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09"
Expand All @@ -641,6 +742,14 @@
lodash "^4.17.13"
to-fast-properties "^2.0.0"

"@babel/types@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.0.tgz#1a2039a028057a2c888b668d94c98e61ea906e7f"
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.npmjs.org/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
Expand Down

0 comments on commit 2473343

Please sign in to comment.