-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Showing
2 changed files
with
96 additions
and
63 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 |
---|---|---|
|
@@ -2,53 +2,77 @@ | |
# yarn lockfile v1 | ||
|
||
|
||
"@babel/[email protected].36": | ||
version "7.0.0-beta.36" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.36.tgz#2349d7ec04b3a06945ae173280ef8579b63728e4" | ||
"@babel/[email protected].42", "@babel/code-frame@^7.0.0-beta.40": | ||
version "7.0.0-beta.42" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.42.tgz#a9c83233fa7cd06b39dc77adbb908616ff4f1962" | ||
dependencies: | ||
chalk "^2.0.0" | ||
esutils "^2.0.2" | ||
js-tokens "^3.0.0" | ||
"@babel/highlight" "7.0.0-beta.42" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-beta.42" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.42.tgz#777bb50f39c94a7e57f73202d833141f8159af33" | ||
dependencies: | ||
"@babel/types" "7.0.0-beta.42" | ||
jsesc "^2.5.1" | ||
lodash "^4.2.0" | ||
source-map "^0.5.0" | ||
trim-right "^1.0.1" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-beta.42" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.42.tgz#b38b8f4f85168d1812c543dd700b5d549b0c4658" | ||
dependencies: | ||
"@babel/helper-get-function-arity" "7.0.0-beta.42" | ||
"@babel/template" "7.0.0-beta.42" | ||
"@babel/types" "7.0.0-beta.42" | ||
|
||
"@babel/helper-function-name@7.0.0-beta.36": | ||
version "7.0.0-beta.36" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.36.tgz#366e3bc35147721b69009f803907c4d53212e88d" | ||
"@babel/helper-get-function-arity@7.0.0-beta.42": | ||
version "7.0.0-beta.42" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.42.tgz#ad072e32f912c033053fc80478169aeadc22191e" | ||
dependencies: | ||
"@babel/helper-get-function-arity" "7.0.0-beta.36" | ||
"@babel/template" "7.0.0-beta.36" | ||
"@babel/types" "7.0.0-beta.36" | ||
"@babel/types" "7.0.0-beta.42" | ||
|
||
"@babel/helper-get-function-arity@7.0.0-beta.36": | ||
version "7.0.0-beta.36" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.36.tgz#f5383bac9a96b274828b10d98900e84ee43e32b8" | ||
"@babel/helper-split-export-declaration@7.0.0-beta.42": | ||
version "7.0.0-beta.42" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.42.tgz#0d0d5254220a9cc4e7e226240306b939dc210ee7" | ||
dependencies: | ||
"@babel/types" "7.0.0-beta.36" | ||
"@babel/types" "7.0.0-beta.42" | ||
|
||
"@babel/template@7.0.0-beta.36": | ||
version "7.0.0-beta.36" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.36.tgz#02e903de5d68bd7899bce3c5b5447e59529abb00" | ||
"@babel/highlight@7.0.0-beta.42": | ||
version "7.0.0-beta.42" | ||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.42.tgz#a502a1c0d6f99b2b0e81d468a1b0c0e81e3f3623" | ||
dependencies: | ||
"@babel/code-frame" "7.0.0-beta.36" | ||
"@babel/types" "7.0.0-beta.36" | ||
babylon "7.0.0-beta.36" | ||
chalk "^2.0.0" | ||
esutils "^2.0.2" | ||
js-tokens "^3.0.0" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-beta.42" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.42.tgz#7186d4e70d44cdec975049ba0a73bdaf5cdee052" | ||
dependencies: | ||
"@babel/code-frame" "7.0.0-beta.42" | ||
"@babel/types" "7.0.0-beta.42" | ||
babylon "7.0.0-beta.42" | ||
lodash "^4.2.0" | ||
|
||
"@babel/[email protected].36": | ||
version "7.0.0-beta.36" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.36.tgz#1dc6f8750e89b6b979de5fe44aa993b1a2192261" | ||
"@babel/traverse@^7.0.0-beta.40": | ||
version "7.0.0-beta.42" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.42.tgz#f4bf4d1e33d41baf45205e2d0463591d57326285" | ||
dependencies: | ||
"@babel/code-frame" "7.0.0-beta.36" | ||
"@babel/helper-function-name" "7.0.0-beta.36" | ||
"@babel/types" "7.0.0-beta.36" | ||
babylon "7.0.0-beta.36" | ||
debug "^3.0.1" | ||
"@babel/code-frame" "7.0.0-beta.42" | ||
"@babel/generator" "7.0.0-beta.42" | ||
"@babel/helper-function-name" "7.0.0-beta.42" | ||
"@babel/helper-split-export-declaration" "7.0.0-beta.42" | ||
"@babel/types" "7.0.0-beta.42" | ||
babylon "7.0.0-beta.42" | ||
debug "^3.1.0" | ||
globals "^11.1.0" | ||
invariant "^2.2.0" | ||
lodash "^4.2.0" | ||
|
||
"@babel/[email protected].36": | ||
version "7.0.0-beta.36" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.36.tgz#64f2004353de42adb72f9ebb4665fc35b5499d23" | ||
"@babel/[email protected].42", "@babel/types@^7.0.0-beta.40": | ||
version "7.0.0-beta.42" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.42.tgz#1e2118767684880f6963801b272fd2b3348efacc" | ||
dependencies: | ||
esutils "^2.0.2" | ||
lodash "^4.2.0" | ||
|
@@ -72,9 +96,9 @@ acorn@^3.0.4: | |
version "3.3.0" | ||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a" | ||
|
||
acorn@^5.2.1: | ||
version "5.2.1" | ||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.2.1.tgz#317ac7821826c22c702d66189ab8359675f135d7" | ||
acorn@^5.5.0: | ||
version "5.5.3" | ||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9" | ||
|
||
ajv-keywords@^2.1.0: | ||
version "2.1.1" | ||
|
@@ -288,14 +312,14 @@ babel-core@^6.1.4, babel-core@^6.26.0: | |
slash "^1.0.0" | ||
source-map "^0.5.6" | ||
|
||
[email protected].1: | ||
version "8.2.1" | ||
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.1.tgz#136888f3c109edc65376c23ebf494f36a3e03951" | ||
[email protected].2: | ||
version "8.2.2" | ||
resolved "http://registry.npmjs.org/babel-eslint/-/babel-eslint-8.2.2.tgz#1102273354c6f0b29b4ea28a65f97d122296b68b" | ||
dependencies: | ||
"@babel/code-frame" "7.0.0-beta.36" | ||
"@babel/traverse" "7.0.0-beta.36" | ||
"@babel/types" "7.0.0-beta.36" | ||
babylon "7.0.0-beta.36" | ||
"@babel/code-frame" "^7.0.0-beta.40" | ||
"@babel/traverse" "^7.0.0-beta.40" | ||
"@babel/types" "^7.0.0-beta.40" | ||
babylon "^7.0.0-beta.40" | ||
eslint-scope "~3.7.1" | ||
eslint-visitor-keys "^1.0.0" | ||
|
||
|
@@ -768,9 +792,9 @@ babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0: | |
lodash "^4.17.4" | ||
to-fast-properties "^1.0.3" | ||
|
||
[email protected].36: | ||
version "7.0.0-beta.36" | ||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e" | ||
[email protected].42, babylon@^7.0.0-beta.40: | ||
version "7.0.0-beta.42" | ||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.42.tgz#67cfabcd4f3ec82999d29031ccdea89d0ba99657" | ||
|
||
babylon@^6.18.0: | ||
version "6.18.0" | ||
|
@@ -1068,7 +1092,7 @@ dashdash@^1.12.0: | |
dependencies: | ||
assert-plus "^1.0.0" | ||
|
||
[email protected], debug@^3.0.1, debug@^3.1.0: | ||
[email protected], debug@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" | ||
dependencies: | ||
|
@@ -1178,9 +1202,9 @@ [email protected]: | |
version "4.1.2" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz#79202a0e35757dd92780919b2336f1fa2fe53c1e" | ||
|
||
eslint-plugin-flowtype@2.42.0: | ||
version "2.42.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.42.0.tgz#7fcc98df4ed9482a22ac10ba4ca48d649c4c733a" | ||
eslint-plugin-flowtype@2.46.1: | ||
version "2.46.1" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.46.1.tgz#c4f81d580cd89c82bc3a85a1ccf4ae3a915143a4" | ||
dependencies: | ||
lodash "^4.15.0" | ||
|
||
|
@@ -1202,9 +1226,9 @@ eslint-visitor-keys@^1.0.0: | |
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" | ||
|
||
eslint@4.17.0: | ||
version "4.17.0" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.17.0.tgz#dc24bb51ede48df629be7031c71d9dc0ee4f3ddf" | ||
eslint@4.19.1: | ||
version "4.19.1" | ||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300" | ||
dependencies: | ||
ajv "^5.3.0" | ||
babel-code-frame "^6.22.0" | ||
|
@@ -1215,7 +1239,7 @@ [email protected]: | |
doctrine "^2.1.0" | ||
eslint-scope "^3.7.1" | ||
eslint-visitor-keys "^1.0.0" | ||
espree "^3.5.2" | ||
espree "^3.5.4" | ||
esquery "^1.0.0" | ||
esutils "^2.0.2" | ||
file-entry-cache "^2.0.0" | ||
|
@@ -1237,18 +1261,19 @@ [email protected]: | |
path-is-inside "^1.0.2" | ||
pluralize "^7.0.0" | ||
progress "^2.0.0" | ||
regexpp "^1.0.1" | ||
require-uncached "^1.0.3" | ||
semver "^5.3.0" | ||
strip-ansi "^4.0.0" | ||
strip-json-comments "~2.0.1" | ||
table "^4.0.1" | ||
table "4.0.2" | ||
text-table "~0.2.0" | ||
|
||
espree@^3.5.2: | ||
version "3.5.2" | ||
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.2.tgz#756ada8b979e9dcfcdb30aad8d1a9304a905e1ca" | ||
espree@^3.5.4: | ||
version "3.5.4" | ||
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.4.tgz#b0f447187c8a8bed944b815a660bddf5deb5d1a7" | ||
dependencies: | ||
acorn "^5.2.1" | ||
acorn "^5.5.0" | ||
acorn-jsx "^3.0.0" | ||
|
||
[email protected], esprima@^2.1.0, esprima@^2.7.1: | ||
|
@@ -1881,6 +1906,10 @@ jsesc@^1.3.0: | |
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" | ||
|
||
jsesc@^2.5.1: | ||
version "2.5.1" | ||
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe" | ||
|
||
jsesc@~0.5.0: | ||
version "0.5.0" | ||
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" | ||
|
@@ -2354,6 +2383,10 @@ regex-cache@^0.4.2: | |
dependencies: | ||
is-equal-shallow "^0.1.3" | ||
|
||
regexpp@^1.0.1: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-1.1.0.tgz#0e3516dd0b7904f413d2d4193dce4618c3a689ab" | ||
|
||
regexpu-core@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240" | ||
|
@@ -2667,7 +2700,7 @@ supports-color@^4.0.0: | |
dependencies: | ||
has-flag "^2.0.0" | ||
|
||
table@^4.0.1: | ||
[email protected].2: | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/table/-/table-4.0.2.tgz#a33447375391e766ad34d3486e6e2aedc84d2e36" | ||
dependencies: | ||
|