chore: update dependencies
This commit is contained in:
parent
354fd88028
commit
62a9158074
@ -27,9 +27,9 @@
|
||||
"lodash": "^4.17.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.0.0-beta.38",
|
||||
"@babel/core": "7.0.0-beta.38",
|
||||
"@babel/preset-env": "7.0.0-beta.38",
|
||||
"@babel/cli": "7.0.0-beta.39",
|
||||
"@babel/core": "7.0.0-beta.39",
|
||||
"@babel/preset-env": "7.0.0-beta.39",
|
||||
"babel-plugin-lodash": "^3.3.2",
|
||||
"cross-env": "^5.1.1",
|
||||
"rimraf": "^2.6.2"
|
||||
|
@ -24,13 +24,13 @@
|
||||
"node": ">=4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "7.0.0-beta.38"
|
||||
"@babel/polyfill": "7.0.0-beta.39"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.0.0-beta.38",
|
||||
"@babel/core": "7.0.0-beta.38",
|
||||
"@babel/preset-env": "7.0.0-beta.38",
|
||||
"@babel/preset-flow": "7.0.0-beta.38",
|
||||
"@babel/cli": "7.0.0-beta.39",
|
||||
"@babel/core": "7.0.0-beta.39",
|
||||
"@babel/preset-env": "7.0.0-beta.39",
|
||||
"@babel/preset-flow": "7.0.0-beta.39",
|
||||
"cross-env": "^5.1.3",
|
||||
"rimraf": "^2.6.2"
|
||||
},
|
||||
|
@ -28,7 +28,7 @@
|
||||
"node": ">=6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "7.0.0-beta.38",
|
||||
"@babel/polyfill": "7.0.0-beta.39",
|
||||
"bluebird": "^3.5.1",
|
||||
"chalk": "^2.2.0",
|
||||
"event-to-promise": "^0.8.0",
|
||||
@ -49,10 +49,10 @@
|
||||
"xo-lib": "^0.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.0.0-beta.38",
|
||||
"@babel/core": "7.0.0-beta.38",
|
||||
"@babel/preset-env": "7.0.0-beta.38",
|
||||
"@babel/preset-flow": "7.0.0-beta.38",
|
||||
"@babel/cli": "7.0.0-beta.39",
|
||||
"@babel/core": "7.0.0-beta.39",
|
||||
"@babel/preset-env": "7.0.0-beta.39",
|
||||
"@babel/preset-flow": "7.0.0-beta.39",
|
||||
"babel-plugin-lodash": "^3.3.2",
|
||||
"cross-env": "^5.1.3",
|
||||
"rimraf": "^2.6.2"
|
||||
|
@ -26,10 +26,10 @@
|
||||
"lodash": "^4.17.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.0.0-beta.38",
|
||||
"@babel/core": "7.0.0-beta.38",
|
||||
"@babel/preset-env": "7.0.0-beta.38",
|
||||
"@babel/preset-flow": "^7.0.0-beta.38",
|
||||
"@babel/cli": "7.0.0-beta.39",
|
||||
"@babel/core": "7.0.0-beta.39",
|
||||
"@babel/preset-env": "7.0.0-beta.39",
|
||||
"@babel/preset-flow": "^7.0.0-beta.39",
|
||||
"babel-plugin-lodash": "^3.3.2",
|
||||
"cross-env": "^5.1.3",
|
||||
"rimraf": "^2.6.2"
|
||||
|
647
yarn.lock
647
yarn.lock
@ -2,9 +2,9 @@
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@babel/cli@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.0.0-beta.38.tgz#500794750a08778103c97b0c693307e582697f06"
|
||||
"@babel/cli@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.0.0-beta.39.tgz#0764d7ed63880ab322762f1401cc32bb9b4ec006"
|
||||
dependencies:
|
||||
commander "^2.8.1"
|
||||
convert-source-map "^1.1.0"
|
||||
@ -25,25 +25,25 @@
|
||||
esutils "^2.0.2"
|
||||
js-tokens "^3.0.0"
|
||||
|
||||
"@babel/code-frame@7.0.0-beta.38", "@babel/code-frame@^7.0.0-beta.35":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.38.tgz#c0af5930617e55e050336838e3a3670983b0b2b2"
|
||||
"@babel/code-frame@7.0.0-beta.39", "@babel/code-frame@^7.0.0-beta.35":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.39.tgz#91c90bb65207fc5a55128cb54956ded39e850457"
|
||||
dependencies:
|
||||
chalk "^2.0.0"
|
||||
esutils "^2.0.2"
|
||||
js-tokens "^3.0.0"
|
||||
|
||||
"@babel/core@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.38.tgz#f669abfd5ca918a53cfef45eb57d9efd8d8eac5b"
|
||||
"@babel/core@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.39.tgz#242b8c0b99573de0395eaaa94e2d82a9cd008cf3"
|
||||
dependencies:
|
||||
"@babel/code-frame" "7.0.0-beta.38"
|
||||
"@babel/generator" "7.0.0-beta.38"
|
||||
"@babel/helpers" "7.0.0-beta.38"
|
||||
"@babel/template" "7.0.0-beta.38"
|
||||
"@babel/traverse" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
babylon "7.0.0-beta.38"
|
||||
"@babel/code-frame" "7.0.0-beta.39"
|
||||
"@babel/generator" "7.0.0-beta.39"
|
||||
"@babel/helpers" "7.0.0-beta.39"
|
||||
"@babel/template" "7.0.0-beta.39"
|
||||
"@babel/traverse" "7.0.0-beta.39"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
babylon "7.0.0-beta.39"
|
||||
convert-source-map "^1.1.0"
|
||||
debug "^3.0.1"
|
||||
json5 "^0.5.0"
|
||||
@ -52,51 +52,51 @@
|
||||
resolve "^1.3.2"
|
||||
source-map "^0.5.0"
|
||||
|
||||
"@babel/generator@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.38.tgz#6115a66663e3adfd1d6844029ffb2354680182eb"
|
||||
"@babel/generator@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.39.tgz#d2c9f0a9c47d5ff288f0306aedd0cf89983cb6ed"
|
||||
dependencies:
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
jsesc "^2.5.1"
|
||||
lodash "^4.2.0"
|
||||
source-map "^0.5.0"
|
||||
trim-right "^1.0.1"
|
||||
|
||||
"@babel/helper-annotate-as-pure@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0-beta.38.tgz#888cf28a1b9094d670dbdb1be1ec550b40c2dd9c"
|
||||
"@babel/helper-annotate-as-pure@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0-beta.39.tgz#cf9506c721c838806ca5eabe15783507ba2edce0"
|
||||
dependencies:
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
|
||||
"@babel/helper-builder-binary-assignment-operator-visitor@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.0.0-beta.38.tgz#df74851ac6dd5a5f3e4b2b2db7fec76097c5434e"
|
||||
"@babel/helper-builder-binary-assignment-operator-visitor@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.0.0-beta.39.tgz#ce97bd572aeb2b2c1200c7a49dba019659a95f3c"
|
||||
dependencies:
|
||||
"@babel/helper-explode-assignable-expression" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
"@babel/helper-explode-assignable-expression" "7.0.0-beta.39"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
|
||||
"@babel/helper-call-delegate@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.0.0-beta.38.tgz#662b1063f9b2d2c525303835208c0b6453536706"
|
||||
"@babel/helper-call-delegate@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.0.0-beta.39.tgz#7851645811a4bc3eb7cf5f1c72b1c754d0a5e45d"
|
||||
dependencies:
|
||||
"@babel/helper-hoist-variables" "7.0.0-beta.38"
|
||||
"@babel/traverse" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
"@babel/helper-hoist-variables" "7.0.0-beta.39"
|
||||
"@babel/traverse" "7.0.0-beta.39"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
|
||||
"@babel/helper-define-map@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.0.0-beta.38.tgz#7b816f9b31e53c808b69d2c1d469903349d1d534"
|
||||
"@babel/helper-define-map@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.0.0-beta.39.tgz#3da7e7a94a213fde02f936b08dc458f546350caa"
|
||||
dependencies:
|
||||
"@babel/helper-function-name" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
"@babel/helper-function-name" "7.0.0-beta.39"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
lodash "^4.2.0"
|
||||
|
||||
"@babel/helper-explode-assignable-expression@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.0.0-beta.38.tgz#f21aa340676e0b21dc9ef1f8fe9674b4e4b6d562"
|
||||
"@babel/helper-explode-assignable-expression@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.0.0-beta.39.tgz#13d3068b6408b9c191d402df62bd356220884f8f"
|
||||
dependencies:
|
||||
"@babel/traverse" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
"@babel/traverse" "7.0.0-beta.39"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
|
||||
"@babel/helper-function-name@7.0.0-beta.36":
|
||||
version "7.0.0-beta.36"
|
||||
@ -106,13 +106,13 @@
|
||||
"@babel/template" "7.0.0-beta.36"
|
||||
"@babel/types" "7.0.0-beta.36"
|
||||
|
||||
"@babel/helper-function-name@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.38.tgz#dc6e74930efc7b0236b5ba72a633d34c778ba015"
|
||||
"@babel/helper-function-name@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.39.tgz#34f8ca0c46cdd7056ae706468a8078dab53dbc91"
|
||||
dependencies:
|
||||
"@babel/helper-get-function-arity" "7.0.0-beta.38"
|
||||
"@babel/template" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
"@babel/helper-get-function-arity" "7.0.0-beta.39"
|
||||
"@babel/template" "7.0.0-beta.39"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
|
||||
"@babel/helper-get-function-arity@7.0.0-beta.36":
|
||||
version "7.0.0-beta.36"
|
||||
@ -120,291 +120,287 @@
|
||||
dependencies:
|
||||
"@babel/types" "7.0.0-beta.36"
|
||||
|
||||
"@babel/helper-get-function-arity@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.38.tgz#5c27de7641ac31da6e947dcc8009bd31282d9d84"
|
||||
"@babel/helper-get-function-arity@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.39.tgz#f542cb644c7866f9335b1ffc0614bbe633bd60ce"
|
||||
dependencies:
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
|
||||
"@babel/helper-hoist-variables@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.0.0-beta.38.tgz#932b80eee6839ccc0f1efe48a9576a170b041fd2"
|
||||
"@babel/helper-hoist-variables@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.0.0-beta.39.tgz#3a2d4929783ef3445686e768f52bfcf9ffb182b9"
|
||||
dependencies:
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
|
||||
"@babel/helper-module-imports@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.38.tgz#1b3a6dd9105cc0c7fc0d67d44a08706eb4a506a1"
|
||||
"@babel/helper-module-imports@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.39.tgz#39e1fd4b8f5982b05417f73250a620070541192e"
|
||||
dependencies:
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
lodash "^4.2.0"
|
||||
|
||||
"@babel/helper-module-transforms@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.0.0-beta.38.tgz#1e2bc59a5daa7a8dd79f65653c594ed5c0c650be"
|
||||
"@babel/helper-module-transforms@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.0.0-beta.39.tgz#3ebf72bc2cb6453e9c5930a667496bdfa64bcf5e"
|
||||
dependencies:
|
||||
"@babel/helper-module-imports" "7.0.0-beta.38"
|
||||
"@babel/helper-simple-access" "7.0.0-beta.38"
|
||||
"@babel/template" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
"@babel/helper-module-imports" "7.0.0-beta.39"
|
||||
"@babel/helper-simple-access" "7.0.0-beta.39"
|
||||
"@babel/template" "7.0.0-beta.39"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
lodash "^4.2.0"
|
||||
|
||||
"@babel/helper-optimise-call-expression@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0-beta.38.tgz#b71cd35565f3396a7a122ee1d6bf04444e864406"
|
||||
"@babel/helper-optimise-call-expression@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0-beta.39.tgz#2f2c76665fb9128feb0b84a162b3dcaecc53a102"
|
||||
dependencies:
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
|
||||
"@babel/helper-regex@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.0.0-beta.38.tgz#3d6ff2bf9d2d1fc6e03cf7f1ec962a7f76fd5cd0"
|
||||
"@babel/helper-regex@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.0.0-beta.39.tgz#852d94c0eedcf1d9b8513cda01f18c4838592c41"
|
||||
dependencies:
|
||||
lodash "^4.2.0"
|
||||
|
||||
"@babel/helper-remap-async-to-generator@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.0.0-beta.38.tgz#6e21e1520342d5567db08a033c313cfa7c846a20"
|
||||
"@babel/helper-remap-async-to-generator@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.0.0-beta.39.tgz#64e715ddd24fa60e02dd139acac0d58a55508433"
|
||||
dependencies:
|
||||
"@babel/helper-annotate-as-pure" "7.0.0-beta.38"
|
||||
"@babel/helper-wrap-function" "7.0.0-beta.38"
|
||||
"@babel/template" "7.0.0-beta.38"
|
||||
"@babel/traverse" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
"@babel/helper-annotate-as-pure" "7.0.0-beta.39"
|
||||
"@babel/helper-wrap-function" "7.0.0-beta.39"
|
||||
"@babel/template" "7.0.0-beta.39"
|
||||
"@babel/traverse" "7.0.0-beta.39"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
|
||||
"@babel/helper-replace-supers@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.0.0-beta.38.tgz#386705195271678ca7bbca9a0783173fecf14410"
|
||||
"@babel/helper-replace-supers@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.0.0-beta.39.tgz#6ddb6167ad18904fd43d9f0df909b90fe09f0569"
|
||||
dependencies:
|
||||
"@babel/helper-optimise-call-expression" "7.0.0-beta.38"
|
||||
"@babel/template" "7.0.0-beta.38"
|
||||
"@babel/traverse" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
"@babel/helper-optimise-call-expression" "7.0.0-beta.39"
|
||||
"@babel/template" "7.0.0-beta.39"
|
||||
"@babel/traverse" "7.0.0-beta.39"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
|
||||
"@babel/helper-simple-access@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.0.0-beta.38.tgz#98bd95b2a2489dcbe8eae93022de758ce53370d3"
|
||||
"@babel/helper-simple-access@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.0.0-beta.39.tgz#fbe9e70c4fe64e0dbe01e675b2bb97b5f3514d3a"
|
||||
dependencies:
|
||||
"@babel/template" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
"@babel/template" "7.0.0-beta.39"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
lodash "^4.2.0"
|
||||
|
||||
"@babel/helper-wrap-function@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.0.0-beta.38.tgz#91605a09a193cf6939489f7fc066a353876ee506"
|
||||
"@babel/helper-wrap-function@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.0.0-beta.39.tgz#ef4e6ef66791276351b6609545394900552b35c9"
|
||||
dependencies:
|
||||
"@babel/helper-function-name" "7.0.0-beta.38"
|
||||
"@babel/template" "7.0.0-beta.38"
|
||||
"@babel/traverse" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
"@babel/helper-function-name" "7.0.0-beta.39"
|
||||
"@babel/template" "7.0.0-beta.39"
|
||||
"@babel/traverse" "7.0.0-beta.39"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
|
||||
"@babel/helpers@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-beta.38.tgz#1e1695d55ead37757d339f5756b4c7316e0d70bb"
|
||||
"@babel/helpers@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-beta.39.tgz#13f7d4b959ef3cc0f2af59179237f5d302ded176"
|
||||
dependencies:
|
||||
"@babel/template" "7.0.0-beta.38"
|
||||
"@babel/traverse" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
"@babel/template" "7.0.0-beta.39"
|
||||
"@babel/traverse" "7.0.0-beta.39"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
|
||||
"@babel/plugin-check-constants@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-check-constants/-/plugin-check-constants-7.0.0-beta.38.tgz#bbda6306d45a4f097ccb416c0b52d6503f6502cf"
|
||||
|
||||
"@babel/plugin-proposal-async-generator-functions@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.0.0-beta.38.tgz#47d5a95698f7b55d8a73aade719c0c5c3e340896"
|
||||
"@babel/plugin-proposal-async-generator-functions@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.0.0-beta.39.tgz#ae7fd6686c6709f374d5e531587afabd1fb19042"
|
||||
dependencies:
|
||||
"@babel/helper-remap-async-to-generator" "7.0.0-beta.38"
|
||||
"@babel/plugin-syntax-async-generators" "7.0.0-beta.38"
|
||||
"@babel/helper-remap-async-to-generator" "7.0.0-beta.39"
|
||||
"@babel/plugin-syntax-async-generators" "7.0.0-beta.39"
|
||||
|
||||
"@babel/plugin-proposal-object-rest-spread@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.0.0-beta.38.tgz#4c9bee9cd4d905bf7531a722daf430183282c000"
|
||||
"@babel/plugin-proposal-object-rest-spread@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.0.0-beta.39.tgz#ea4d6ea974a364028e5074b1abe6505924d179a3"
|
||||
dependencies:
|
||||
"@babel/plugin-syntax-object-rest-spread" "7.0.0-beta.38"
|
||||
"@babel/plugin-syntax-object-rest-spread" "7.0.0-beta.39"
|
||||
|
||||
"@babel/plugin-proposal-optional-catch-binding@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.0.0-beta.38.tgz#9f6b9e8540d374d9a2a17b96243768f2d22d0366"
|
||||
"@babel/plugin-proposal-optional-catch-binding@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.0.0-beta.39.tgz#1335778b3a8fc4289a2cfb518f85c6001ea5d9b4"
|
||||
dependencies:
|
||||
"@babel/plugin-syntax-optional-catch-binding" "7.0.0-beta.38"
|
||||
"@babel/plugin-syntax-optional-catch-binding" "7.0.0-beta.39"
|
||||
|
||||
"@babel/plugin-proposal-unicode-property-regex@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.0.0-beta.38.tgz#dde2dbe98ee6cae5bbb8c33097a2cc2566b3ef4e"
|
||||
"@babel/plugin-proposal-unicode-property-regex@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.0.0-beta.39.tgz#7b6748fb69f767f883838c3bbd2aa4d428c65cff"
|
||||
dependencies:
|
||||
"@babel/helper-regex" "7.0.0-beta.38"
|
||||
"@babel/helper-regex" "7.0.0-beta.39"
|
||||
regexpu-core "^4.1.3"
|
||||
|
||||
"@babel/plugin-syntax-async-generators@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.0.0-beta.38.tgz#1224bcd4a5052e6e4c0eb95c96bbe9f617a119f4"
|
||||
"@babel/plugin-syntax-async-generators@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.0.0-beta.39.tgz#ace93b8bb53e256a330b21d78304843fd6d72ab4"
|
||||
|
||||
"@babel/plugin-syntax-flow@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.0.0-beta.38.tgz#49b6ef92149fefa09c85fd31ca1f5c292a08ec06"
|
||||
"@babel/plugin-syntax-flow@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.0.0-beta.39.tgz#b9247a81e4dacaa57aac3670792d788a64253f68"
|
||||
|
||||
"@babel/plugin-syntax-object-rest-spread@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.0.0-beta.38.tgz#a7288d08b5f3a3bf823c76f11118eb43dee74d43"
|
||||
"@babel/plugin-syntax-object-rest-spread@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.0.0-beta.39.tgz#f19f0761ccebf1d579197705e2efda36e1a45545"
|
||||
|
||||
"@babel/plugin-syntax-optional-catch-binding@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.0.0-beta.38.tgz#99248ece1c5c6111d71182e206682048d93759e4"
|
||||
"@babel/plugin-syntax-optional-catch-binding@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.0.0-beta.39.tgz#b6d3c27d2ceab69cfd132ba19a6d22fd37817fb2"
|
||||
|
||||
"@babel/plugin-transform-arrow-functions@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.0.0-beta.38.tgz#fa52742f2bf664ed0d56a5015b330880fa6646ef"
|
||||
"@babel/plugin-transform-arrow-functions@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.0.0-beta.39.tgz#3e6b577392e009816c62a42fc97af10a95760a89"
|
||||
|
||||
"@babel/plugin-transform-async-to-generator@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.0.0-beta.38.tgz#54eb524d5ad7ca4309d6df0c9b0f66faf8ffb8d1"
|
||||
"@babel/plugin-transform-async-to-generator@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.0.0-beta.39.tgz#25d05e410b3f6f3106781318e10952cdc10ed9d8"
|
||||
dependencies:
|
||||
"@babel/helper-module-imports" "7.0.0-beta.38"
|
||||
"@babel/helper-remap-async-to-generator" "7.0.0-beta.38"
|
||||
"@babel/helper-module-imports" "7.0.0-beta.39"
|
||||
"@babel/helper-remap-async-to-generator" "7.0.0-beta.39"
|
||||
|
||||
"@babel/plugin-transform-block-scoped-functions@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.0.0-beta.38.tgz#4916fda0396c572e895f15519c812f1a65ecc093"
|
||||
"@babel/plugin-transform-block-scoped-functions@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.0.0-beta.39.tgz#aa1de36ba07a6c89b581c2c7d838a2821f014778"
|
||||
|
||||
"@babel/plugin-transform-block-scoping@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.0.0-beta.38.tgz#1d8dd4d080be2999115f575831ee05eb157aeb15"
|
||||
"@babel/plugin-transform-block-scoping@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.0.0-beta.39.tgz#44a6f10edc255f600c5616e55f9f48b5fe1ed5d9"
|
||||
dependencies:
|
||||
lodash "^4.2.0"
|
||||
|
||||
"@babel/plugin-transform-classes@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.0.0-beta.38.tgz#6237a40053f5e9b7e220431195d7342b1f276095"
|
||||
"@babel/plugin-transform-classes@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.0.0-beta.39.tgz#fe10e8cbcb6914c2b5cfa072d6ce8d9271f52a9c"
|
||||
dependencies:
|
||||
"@babel/helper-annotate-as-pure" "7.0.0-beta.38"
|
||||
"@babel/helper-define-map" "7.0.0-beta.38"
|
||||
"@babel/helper-function-name" "7.0.0-beta.38"
|
||||
"@babel/helper-optimise-call-expression" "7.0.0-beta.38"
|
||||
"@babel/helper-replace-supers" "7.0.0-beta.38"
|
||||
"@babel/helper-annotate-as-pure" "7.0.0-beta.39"
|
||||
"@babel/helper-define-map" "7.0.0-beta.39"
|
||||
"@babel/helper-function-name" "7.0.0-beta.39"
|
||||
"@babel/helper-optimise-call-expression" "7.0.0-beta.39"
|
||||
"@babel/helper-replace-supers" "7.0.0-beta.39"
|
||||
globals "^11.1.0"
|
||||
|
||||
"@babel/plugin-transform-computed-properties@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.0.0-beta.38.tgz#6284a0d8650ac7d543a763230c614ba7bfa58c26"
|
||||
"@babel/plugin-transform-computed-properties@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.0.0-beta.39.tgz#7cc5bf14050380adfe7d119be099e6fe56c0a044"
|
||||
|
||||
"@babel/plugin-transform-destructuring@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.0.0-beta.38.tgz#149475cf317d4fd30a4a05c27320019d214decbd"
|
||||
"@babel/plugin-transform-destructuring@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.0.0-beta.39.tgz#906cf55d8b5cbcd245634a128651397cbe6f0475"
|
||||
|
||||
"@babel/plugin-transform-dotall-regex@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.0.0-beta.38.tgz#65f6bf180c3d7a87773db672c26192e361d0f7ed"
|
||||
"@babel/plugin-transform-dotall-regex@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.0.0-beta.39.tgz#cb403b70bad7f302832bdbc8eeeb53832852ca5d"
|
||||
dependencies:
|
||||
"@babel/helper-regex" "7.0.0-beta.38"
|
||||
"@babel/helper-regex" "7.0.0-beta.39"
|
||||
regexpu-core "^4.1.3"
|
||||
|
||||
"@babel/plugin-transform-duplicate-keys@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.0.0-beta.38.tgz#b120bccd8eb4f2886e8323e41ad118bb244c0fa8"
|
||||
"@babel/plugin-transform-duplicate-keys@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.0.0-beta.39.tgz#5c402995e883d186941e230277df7f89c552f961"
|
||||
|
||||
"@babel/plugin-transform-exponentiation-operator@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.0.0-beta.38.tgz#3c23f57a6f8d50cfcd13270269bb35de21aad666"
|
||||
"@babel/plugin-transform-exponentiation-operator@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.0.0-beta.39.tgz#d0115ee85e3d895ead38c6fd149df223bde6e069"
|
||||
dependencies:
|
||||
"@babel/helper-builder-binary-assignment-operator-visitor" "7.0.0-beta.38"
|
||||
"@babel/helper-builder-binary-assignment-operator-visitor" "7.0.0-beta.39"
|
||||
|
||||
"@babel/plugin-transform-flow-strip-types@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.0.0-beta.38.tgz#a169de5b1dc6ac87f95e41f4cebc34d5c188ab9a"
|
||||
"@babel/plugin-transform-flow-strip-types@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.0.0-beta.39.tgz#3a03fc8ebaa9eddd62bdf501ceeff2a8e048bc4d"
|
||||
dependencies:
|
||||
"@babel/plugin-syntax-flow" "7.0.0-beta.38"
|
||||
"@babel/plugin-syntax-flow" "7.0.0-beta.39"
|
||||
|
||||
"@babel/plugin-transform-for-of@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.0.0-beta.38.tgz#fbca88770877d45c6bf26b492e4b126ee43b8111"
|
||||
"@babel/plugin-transform-for-of@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.0.0-beta.39.tgz#77d11bcc9a21267c5848511431ad28b1aa1401db"
|
||||
|
||||
"@babel/plugin-transform-function-name@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.0.0-beta.38.tgz#90bfa9f6a109e5878d9472869aa4032fce2f205a"
|
||||
"@babel/plugin-transform-function-name@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.0.0-beta.39.tgz#c677d2cb90462b12fec9ce6e9972524a253340f9"
|
||||
dependencies:
|
||||
"@babel/helper-function-name" "7.0.0-beta.38"
|
||||
"@babel/helper-function-name" "7.0.0-beta.39"
|
||||
|
||||
"@babel/plugin-transform-literals@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.0.0-beta.38.tgz#5ec8f714bcea508073476ae7d13e108ac9bd4f11"
|
||||
"@babel/plugin-transform-literals@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.0.0-beta.39.tgz#5c6a097539a5d20cc285e97d785d418d6aad305d"
|
||||
|
||||
"@babel/plugin-transform-modules-amd@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.0.0-beta.38.tgz#b7bd10a994802629d469f99575e943e0a0cad516"
|
||||
"@babel/plugin-transform-modules-amd@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.0.0-beta.39.tgz#130bb5c05411d5be7d17ff7d2740058298fa23c3"
|
||||
dependencies:
|
||||
"@babel/helper-module-transforms" "7.0.0-beta.38"
|
||||
"@babel/helper-module-transforms" "7.0.0-beta.39"
|
||||
|
||||
"@babel/plugin-transform-modules-commonjs@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.0.0-beta.38.tgz#3a8245de5bb1ce33eaf80e87a7e115fd11e8dac5"
|
||||
"@babel/plugin-transform-modules-commonjs@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.0.0-beta.39.tgz#b946992db6883b633500231950cdbae19dcaf334"
|
||||
dependencies:
|
||||
"@babel/helper-module-transforms" "7.0.0-beta.38"
|
||||
"@babel/helper-simple-access" "7.0.0-beta.38"
|
||||
"@babel/helper-module-transforms" "7.0.0-beta.39"
|
||||
"@babel/helper-simple-access" "7.0.0-beta.39"
|
||||
|
||||
"@babel/plugin-transform-modules-systemjs@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.0.0-beta.38.tgz#755a8561a3a347ea230970b4ab9ea8c3b444cc95"
|
||||
"@babel/plugin-transform-modules-systemjs@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.0.0-beta.39.tgz#3ec4ba068077ac618e106273bb9636b2ee467406"
|
||||
dependencies:
|
||||
"@babel/helper-hoist-variables" "7.0.0-beta.38"
|
||||
"@babel/helper-hoist-variables" "7.0.0-beta.39"
|
||||
|
||||
"@babel/plugin-transform-modules-umd@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.0.0-beta.38.tgz#72647506835faba43f5df2b07629482f85a86218"
|
||||
"@babel/plugin-transform-modules-umd@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.0.0-beta.39.tgz#25a68675091c39a5fbf72e0d76870f3b248d452e"
|
||||
dependencies:
|
||||
"@babel/helper-module-transforms" "7.0.0-beta.38"
|
||||
"@babel/helper-module-transforms" "7.0.0-beta.39"
|
||||
|
||||
"@babel/plugin-transform-new-target@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.0.0-beta.38.tgz#0a44713d73993063d9166a9238ed5fe1419e7a05"
|
||||
"@babel/plugin-transform-new-target@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.0.0-beta.39.tgz#deaf7e20bb67f8b8ea6fdd4b2b4c51867d450c0a"
|
||||
|
||||
"@babel/plugin-transform-object-super@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.0.0-beta.38.tgz#11e537ed0f64d6731a82f8bfb882c60308924367"
|
||||
"@babel/plugin-transform-object-super@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.0.0-beta.39.tgz#4db6dfffe5b70bdb068ecc5c69394aef24b85d8d"
|
||||
dependencies:
|
||||
"@babel/helper-replace-supers" "7.0.0-beta.38"
|
||||
"@babel/helper-replace-supers" "7.0.0-beta.39"
|
||||
|
||||
"@babel/plugin-transform-parameters@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.0.0-beta.38.tgz#7cbcff7d4add9e1d58a4b6c340d1feebd31014cc"
|
||||
"@babel/plugin-transform-parameters@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.0.0-beta.39.tgz#bcd6f99c7839f52fce3bd05e89841d187f1d4ef8"
|
||||
dependencies:
|
||||
"@babel/helper-call-delegate" "7.0.0-beta.38"
|
||||
"@babel/helper-get-function-arity" "7.0.0-beta.38"
|
||||
"@babel/helper-call-delegate" "7.0.0-beta.39"
|
||||
"@babel/helper-get-function-arity" "7.0.0-beta.39"
|
||||
|
||||
"@babel/plugin-transform-regenerator@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.0.0-beta.38.tgz#b013fcd4956302c8c5d44e50829fa764f6abcfed"
|
||||
"@babel/plugin-transform-regenerator@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.0.0-beta.39.tgz#6f85c3ac987824fe037fc83dcda75c4d7502344c"
|
||||
dependencies:
|
||||
regenerator-transform "^0.12.3"
|
||||
|
||||
"@babel/plugin-transform-shorthand-properties@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.0.0-beta.38.tgz#e3c6a266632aa4e474b800531b6d26366ff22e7b"
|
||||
"@babel/plugin-transform-shorthand-properties@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.0.0-beta.39.tgz#caa480ecb159481df8e1c405aaac865a54781630"
|
||||
|
||||
"@babel/plugin-transform-spread@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.0.0-beta.38.tgz#1a6e325b224a96d149fa83409b0a5daa3e33e868"
|
||||
"@babel/plugin-transform-spread@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.0.0-beta.39.tgz#75358c67a52cc2cc266ea598dc0447e0f4e239d7"
|
||||
|
||||
"@babel/plugin-transform-sticky-regex@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.0.0-beta.38.tgz#204a8c423948c195d164dcbe3b7adf9a8e1e0989"
|
||||
"@babel/plugin-transform-sticky-regex@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.0.0-beta.39.tgz#9e989e99efb9dc84928507adb260934f2e336713"
|
||||
dependencies:
|
||||
"@babel/helper-regex" "7.0.0-beta.38"
|
||||
"@babel/helper-regex" "7.0.0-beta.39"
|
||||
|
||||
"@babel/plugin-transform-template-literals@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.0.0-beta.38.tgz#315fffe63c0c276a831a3362e4a79acd91f1f3d5"
|
||||
"@babel/plugin-transform-template-literals@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.0.0-beta.39.tgz#65b06d42ed0f04f18aeb45bc7a588db7783cc7d1"
|
||||
dependencies:
|
||||
"@babel/helper-annotate-as-pure" "7.0.0-beta.38"
|
||||
"@babel/helper-annotate-as-pure" "7.0.0-beta.39"
|
||||
|
||||
"@babel/plugin-transform-typeof-symbol@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.0.0-beta.38.tgz#f390a9c6c79c36cf7bf2c9f818ffd52c05a92a59"
|
||||
"@babel/plugin-transform-typeof-symbol@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.0.0-beta.39.tgz#ac2134df64e014e864f7678e46770ecd13f604e9"
|
||||
|
||||
"@babel/plugin-transform-unicode-regex@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.0.0-beta.38.tgz#304f7cb14bb09dcf7ecd66ec2db780c209d4aeec"
|
||||
"@babel/plugin-transform-unicode-regex@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.0.0-beta.39.tgz#cbfd3e78bb7ce04597cbde55b177f8b61b6b20b3"
|
||||
dependencies:
|
||||
"@babel/helper-regex" "7.0.0-beta.38"
|
||||
"@babel/helper-regex" "7.0.0-beta.39"
|
||||
regexpu-core "^4.1.3"
|
||||
|
||||
"@babel/polyfill@7.0.0-beta.37":
|
||||
@ -414,61 +410,60 @@
|
||||
core-js "^2.4.0"
|
||||
regenerator-runtime "^0.11.1"
|
||||
|
||||
"@babel/polyfill@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.0.0-beta.38.tgz#df9ca32ffe4f6de0b99ab495c197837f422bb12e"
|
||||
"@babel/polyfill@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.0.0-beta.39.tgz#3711a88b11f5982b936d5a60f239410ce75c6529"
|
||||
dependencies:
|
||||
core-js "^2.4.0"
|
||||
core-js "^2.5.3"
|
||||
regenerator-runtime "^0.11.1"
|
||||
|
||||
"@babel/preset-env@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.0.0-beta.38.tgz#1e32c91db82b0d0746a9bb34c9418ff2ca829bae"
|
||||
"@babel/preset-env@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.0.0-beta.39.tgz#3977e2d4dc7d196b07bb3bd23fb18bc280b20fa3"
|
||||
dependencies:
|
||||
"@babel/plugin-check-constants" "7.0.0-beta.38"
|
||||
"@babel/plugin-proposal-async-generator-functions" "7.0.0-beta.38"
|
||||
"@babel/plugin-proposal-object-rest-spread" "7.0.0-beta.38"
|
||||
"@babel/plugin-proposal-optional-catch-binding" "7.0.0-beta.38"
|
||||
"@babel/plugin-proposal-unicode-property-regex" "7.0.0-beta.38"
|
||||
"@babel/plugin-syntax-async-generators" "7.0.0-beta.38"
|
||||
"@babel/plugin-syntax-object-rest-spread" "7.0.0-beta.38"
|
||||
"@babel/plugin-syntax-optional-catch-binding" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-arrow-functions" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-async-to-generator" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-block-scoped-functions" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-block-scoping" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-classes" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-computed-properties" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-destructuring" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-dotall-regex" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-duplicate-keys" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-exponentiation-operator" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-for-of" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-function-name" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-literals" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-modules-amd" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-modules-commonjs" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-modules-systemjs" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-modules-umd" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-new-target" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-object-super" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-parameters" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-regenerator" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-shorthand-properties" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-spread" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-sticky-regex" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-template-literals" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-typeof-symbol" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-unicode-regex" "7.0.0-beta.38"
|
||||
"@babel/plugin-proposal-async-generator-functions" "7.0.0-beta.39"
|
||||
"@babel/plugin-proposal-object-rest-spread" "7.0.0-beta.39"
|
||||
"@babel/plugin-proposal-optional-catch-binding" "7.0.0-beta.39"
|
||||
"@babel/plugin-proposal-unicode-property-regex" "7.0.0-beta.39"
|
||||
"@babel/plugin-syntax-async-generators" "7.0.0-beta.39"
|
||||
"@babel/plugin-syntax-object-rest-spread" "7.0.0-beta.39"
|
||||
"@babel/plugin-syntax-optional-catch-binding" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-arrow-functions" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-async-to-generator" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-block-scoped-functions" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-block-scoping" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-classes" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-computed-properties" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-destructuring" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-dotall-regex" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-duplicate-keys" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-exponentiation-operator" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-for-of" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-function-name" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-literals" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-modules-amd" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-modules-commonjs" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-modules-systemjs" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-modules-umd" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-new-target" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-object-super" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-parameters" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-regenerator" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-shorthand-properties" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-spread" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-sticky-regex" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-template-literals" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-typeof-symbol" "7.0.0-beta.39"
|
||||
"@babel/plugin-transform-unicode-regex" "7.0.0-beta.39"
|
||||
browserslist "^2.4.0"
|
||||
invariant "^2.2.2"
|
||||
semver "^5.3.0"
|
||||
|
||||
"@babel/preset-flow@7.0.0-beta.38", "@babel/preset-flow@^7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.0.0-beta.38.tgz#dda9cb14833cf353cc5e9db7a7a13fb7e5f84fba"
|
||||
"@babel/preset-flow@7.0.0-beta.39", "@babel/preset-flow@^7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.0.0-beta.39.tgz#2a104114c71fbce992af0ed6ba633ac8f1be7277"
|
||||
dependencies:
|
||||
"@babel/plugin-transform-flow-strip-types" "7.0.0-beta.38"
|
||||
"@babel/plugin-transform-flow-strip-types" "7.0.0-beta.39"
|
||||
|
||||
"@babel/template@7.0.0-beta.36":
|
||||
version "7.0.0-beta.36"
|
||||
@ -479,13 +474,13 @@
|
||||
babylon "7.0.0-beta.36"
|
||||
lodash "^4.2.0"
|
||||
|
||||
"@babel/template@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.38.tgz#8a2d403a01da320beb8333dc6403500fa79e8597"
|
||||
"@babel/template@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.39.tgz#98bd7b132d99f73547c473f2862f481ae84981c9"
|
||||
dependencies:
|
||||
"@babel/code-frame" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
babylon "7.0.0-beta.38"
|
||||
"@babel/code-frame" "7.0.0-beta.39"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
babylon "7.0.0-beta.39"
|
||||
lodash "^4.2.0"
|
||||
|
||||
"@babel/traverse@7.0.0-beta.36":
|
||||
@ -501,15 +496,15 @@
|
||||
invariant "^2.2.0"
|
||||
lodash "^4.2.0"
|
||||
|
||||
"@babel/traverse@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.38.tgz#56462b91753dd5c6faf36e56a77c64077ddb85b8"
|
||||
"@babel/traverse@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.39.tgz#ccb5abfb878403a39af249997dd6f36136de7694"
|
||||
dependencies:
|
||||
"@babel/code-frame" "7.0.0-beta.38"
|
||||
"@babel/generator" "7.0.0-beta.38"
|
||||
"@babel/helper-function-name" "7.0.0-beta.38"
|
||||
"@babel/types" "7.0.0-beta.38"
|
||||
babylon "7.0.0-beta.38"
|
||||
"@babel/code-frame" "7.0.0-beta.39"
|
||||
"@babel/generator" "7.0.0-beta.39"
|
||||
"@babel/helper-function-name" "7.0.0-beta.39"
|
||||
"@babel/types" "7.0.0-beta.39"
|
||||
babylon "7.0.0-beta.39"
|
||||
debug "^3.0.1"
|
||||
globals "^11.1.0"
|
||||
invariant "^2.2.0"
|
||||
@ -523,9 +518,9 @@
|
||||
lodash "^4.2.0"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@babel/types@7.0.0-beta.38":
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.38.tgz#2ce2443f7dc6ad535a67db4940cbd34e64035a6f"
|
||||
"@babel/types@7.0.0-beta.39":
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.39.tgz#2ea0d97efe4781688751edc68cde640d6559938c"
|
||||
dependencies:
|
||||
esutils "^2.0.2"
|
||||
lodash "^4.2.0"
|
||||
@ -1458,9 +1453,9 @@ babylon@7.0.0-beta.36:
|
||||
version "7.0.0-beta.36"
|
||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e"
|
||||
|
||||
babylon@7.0.0-beta.38:
|
||||
version "7.0.0-beta.38"
|
||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.38.tgz#9b3a33e571a47464a2d20cb9dd5a570f00e3f996"
|
||||
babylon@7.0.0-beta.39:
|
||||
version "7.0.0-beta.39"
|
||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.39.tgz#512833ea788f6570c6db026d743a7565e58d3aeb"
|
||||
|
||||
babylon@^6.18.0:
|
||||
version "6.18.0"
|
||||
@ -1891,7 +1886,7 @@ core-js@^1.0.0:
|
||||
version "1.2.7"
|
||||
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
|
||||
|
||||
core-js@^2.4.0, core-js@^2.5.0:
|
||||
core-js@^2.4.0, core-js@^2.5.0, core-js@^2.5.3:
|
||||
version "2.5.3"
|
||||
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.3.tgz#8acc38345824f16d8365b7c9b4259168e8ed603e"
|
||||
|
||||
@ -2771,8 +2766,8 @@ glob@^6.0.1:
|
||||
path-is-absolute "^1.0.0"
|
||||
|
||||
globals@^11.0.1, globals@^11.1.0:
|
||||
version "11.2.0"
|
||||
resolved "https://registry.yarnpkg.com/globals/-/globals-11.2.0.tgz#aa2ece052a787563ba70a3dcd9dc2eb8a9a0488c"
|
||||
version "11.3.0"
|
||||
resolved "https://registry.yarnpkg.com/globals/-/globals-11.3.0.tgz#e04fdb7b9796d8adac9c8f64c14837b2313378b0"
|
||||
|
||||
globals@^9.18.0:
|
||||
version "9.18.0"
|
||||
@ -3750,8 +3745,8 @@ jsbn@~0.1.0:
|
||||
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
|
||||
|
||||
jsdom@^11.5.1:
|
||||
version "11.6.1"
|
||||
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-11.6.1.tgz#43fffc10072597a8ee9680cba46900d9e4dbeba2"
|
||||
version "11.6.2"
|
||||
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-11.6.2.tgz#25d1ef332d48adf77fc5221fe2619967923f16bb"
|
||||
dependencies:
|
||||
abab "^1.0.4"
|
||||
acorn "^5.3.0"
|
||||
@ -3766,7 +3761,7 @@ jsdom@^11.5.1:
|
||||
html-encoding-sniffer "^1.0.2"
|
||||
left-pad "^1.2.0"
|
||||
nwmatcher "^1.4.3"
|
||||
parse5 "^4.0.0"
|
||||
parse5 "4.0.0"
|
||||
pn "^1.1.0"
|
||||
request "^2.83.0"
|
||||
request-promise-native "^1.0.5"
|
||||
@ -4801,7 +4796,7 @@ parse-ms@^1.0.0:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-1.0.1.tgz#56346d4749d78f23430ca0c713850aef91aa361d"
|
||||
|
||||
parse5@^4.0.0:
|
||||
parse5@4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/parse5/-/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608"
|
||||
|
||||
@ -5068,8 +5063,8 @@ randomatic@^1.1.3:
|
||||
kind-of "^4.0.0"
|
||||
|
||||
rc@^1.1.7:
|
||||
version "1.2.4"
|
||||
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.4.tgz#a0f606caae2a3b862bbd0ef85482c0125b315fa3"
|
||||
version "1.2.5"
|
||||
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.5.tgz#275cd687f6e3b36cc756baa26dfee80a790301fd"
|
||||
dependencies:
|
||||
deep-extend "~0.4.0"
|
||||
ini "~1.3.0"
|
||||
@ -5976,8 +5971,8 @@ typedarray@^0.0.6:
|
||||
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||
|
||||
uglify-js@3.3.x:
|
||||
version "3.3.8"
|
||||
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.3.8.tgz#51e9a5db73afb53ac98603d08224edcd0be45fd8"
|
||||
version "3.3.9"
|
||||
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.3.9.tgz#33869666c8ab7f7658ce3d22f0f1ced40097d33a"
|
||||
dependencies:
|
||||
commander "~2.13.0"
|
||||
source-map "~0.6.1"
|
||||
|
Loading…
Reference in New Issue
Block a user