Skip to content

Commit 69891a8

Browse files
committed
removing some packages, bumping some packages
1 parent d6f982a commit 69891a8

File tree

2 files changed

+18
-144
lines changed

2 files changed

+18
-144
lines changed

package.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,18 @@
3939
},
4040
"license": "MIT",
4141
"devDependencies": {
42-
"@babel/cli": "^7.0.0",
43-
"@babel/core": "^7.0.0",
42+
"@babel/cli": "^7.1.2",
43+
"@babel/core": "^7.1.2",
4444
"@babel/node": "^7.0.0",
45-
"@babel/plugin-external-helpers": "^7.0.0",
4645
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
47-
"@babel/preset-env": "^7.0.0",
48-
"@babel/preset-flow": "^7.0.0",
49-
"@babel/register": "^7.0.0",
46+
"@babel/preset-env": "^7.1.0",
5047
"babel-core": "^7.0.0-bridge.0",
51-
"babel-eslint": "^9.0.0",
5248
"babel-jest": "^23.6.0",
53-
"cross-env": "^2.0.0",
54-
"es-check": "^2.0.4",
49+
"es-check": "^4.0.0",
5550
"eslint-config-jest-files": "^0.1.3",
5651
"eslint-config-unicorn-camelcase": "^0.1.1",
5752
"eslint-plugin-prettier": "^3.0.0",
58-
"flux-standard-action": "^1.0.0",
53+
"flux-standard-action": "^2.0.3",
5954
"husky": "^0.14.3",
6055
"jest": "^23.6.0",
6156
"lint-staged": "^7.0.4",

yarn.lock

Lines changed: 13 additions & 134 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@^7.0.0":
5+
"@babel/cli@^7.1.2":
66
version "7.1.2"
77
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.1.2.tgz#fc2853ae96824b3779ca85de4fd025ce3cf62a5e"
88
dependencies:
@@ -30,7 +30,7 @@
3030
dependencies:
3131
"@babel/highlight" "7.0.0-beta.46"
3232

33-
"@babel/core@^7.0.0":
33+
"@babel/core@^7.1.2":
3434
version "7.1.2"
3535
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.2.tgz#f8d2a9ceb6832887329a7b60f9d035791400ba4e"
3636
dependencies:
@@ -231,16 +231,10 @@
231231
output-file-sync "^2.0.0"
232232
v8flags "^3.1.1"
233233

234-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.2", "@babel/parser@^7.1.3":
234+
"@babel/parser@^7.1.2", "@babel/parser@^7.1.3":
235235
version "7.1.3"
236236
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.3.tgz#2c92469bac2b7fbff810b67fca07bd138b48af77"
237237

238-
"@babel/plugin-external-helpers@^7.0.0":
239-
version "7.0.0"
240-
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.0.0.tgz#61ee7ba5dba27d7cad72a13d46bec23c060b762e"
241-
dependencies:
242-
"@babel/helper-plugin-utils" "^7.0.0"
243-
244238
"@babel/plugin-proposal-async-generator-functions@^7.1.0":
245239
version "7.1.0"
246240
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.1.0.tgz#41c1a702e10081456e23a7b74d891922dd1bb6ce"
@@ -284,12 +278,6 @@
284278
dependencies:
285279
"@babel/helper-plugin-utils" "^7.0.0"
286280

287-
"@babel/plugin-syntax-flow@^7.0.0":
288-
version "7.0.0"
289-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.0.0.tgz#70638aeaad9ee426bc532e51523cff8ff02f6f17"
290-
dependencies:
291-
"@babel/helper-plugin-utils" "^7.0.0"
292-
293281
"@babel/plugin-syntax-json-strings@^7.0.0":
294282
version "7.0.0"
295283
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.0.0.tgz#0d259a68090e15b383ce3710e01d5b23f3770cbd"
@@ -381,13 +369,6 @@
381369
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.1.0"
382370
"@babel/helper-plugin-utils" "^7.0.0"
383371

384-
"@babel/plugin-transform-flow-strip-types@^7.0.0":
385-
version "7.0.0"
386-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.0.0.tgz#c40ced34c2783985d90d9f9ac77a13e6fb396a01"
387-
dependencies:
388-
"@babel/helper-plugin-utils" "^7.0.0"
389-
"@babel/plugin-syntax-flow" "^7.0.0"
390-
391372
"@babel/plugin-transform-for-of@^7.0.0":
392373
version "7.0.0"
393374
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.0.0.tgz#f2ba4eadb83bd17dc3c7e9b30f4707365e1c3e39"
@@ -510,7 +491,7 @@
510491
core-js "^2.5.7"
511492
regenerator-runtime "^0.11.1"
512493

513-
"@babel/preset-env@^7.0.0":
494+
"@babel/preset-env@^7.1.0":
514495
version "7.1.0"
515496
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.1.0.tgz#e67ea5b0441cfeab1d6f41e9b5c79798800e8d11"
516497
dependencies:
@@ -556,13 +537,6 @@
556537
js-levenshtein "^1.1.3"
557538
semver "^5.3.0"
558539

559-
"@babel/preset-flow@^7.0.0":
560-
version "7.0.0"
561-
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.0.0.tgz#afd764835d9535ec63d8c7d4caf1c06457263da2"
562-
dependencies:
563-
"@babel/helper-plugin-utils" "^7.0.0"
564-
"@babel/plugin-transform-flow-strip-types" "^7.0.0"
565-
566540
"@babel/register@^7.0.0":
567541
version "7.0.0"
568542
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.0.0.tgz#fa634bae1bfa429f60615b754fc1f1d745edd827"
@@ -583,7 +557,7 @@
583557
"@babel/parser" "^7.1.2"
584558
"@babel/types" "^7.1.2"
585559

586-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0":
560+
"@babel/traverse@^7.1.0":
587561
version "7.1.4"
588562
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.4.tgz#f4f83b93d649b4b2c91121a9087fa2fa949ec2b4"
589563
dependencies:
@@ -648,14 +622,10 @@ acorn@^5.0.0, acorn@^5.3.0:
648622
version "5.5.3"
649623
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"
650624

651-
acorn@^5.5.0:
625+
acorn@^5.5.0, acorn@~5.7.0:
652626
version "5.7.3"
653627
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
654628

655-
acorn@~5.4.0:
656-
version "5.4.1"
657-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.4.1.tgz#fdc58d9d17f4a4e98d102ded826a9b9759125102"
658-
659629
ajv-keywords@^2.1.0:
660630
version "2.1.1"
661631
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"
@@ -913,17 +883,6 @@ babel-core@^7.0.0-bridge.0:
913883
version "7.0.0-bridge.0"
914884
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
915885

916-
babel-eslint@^9.0.0:
917-
version "9.0.0"
918-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220"
919-
dependencies:
920-
"@babel/code-frame" "^7.0.0"
921-
"@babel/parser" "^7.0.0"
922-
"@babel/traverse" "^7.0.0"
923-
"@babel/types" "^7.0.0"
924-
eslint-scope "3.7.1"
925-
eslint-visitor-keys "^1.0.0"
926-
927886
babel-generator@^6.18.0, babel-generator@^6.26.0:
928887
version "6.26.1"
929888
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1844408d3b8f0d35a404ea7ac180f087a601bd90"
@@ -1513,20 +1472,6 @@ create-error-class@^3.0.0:
15131472
dependencies:
15141473
capture-stack-trace "^1.0.0"
15151474

1516-
cross-env@^2.0.0:
1517-
version "2.0.1"
1518-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-2.0.1.tgz#f283b4039ea759ada9ab7e987ad3bddb241b79a6"
1519-
dependencies:
1520-
cross-spawn "^3.0.1"
1521-
lodash.assign "^3.2.0"
1522-
1523-
cross-spawn@^3.0.1:
1524-
version "3.0.1"
1525-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982"
1526-
dependencies:
1527-
lru-cache "^4.0.1"
1528-
which "^1.2.9"
1529-
15301475
cross-spawn@^5.0.1, cross-spawn@^5.1.0:
15311476
version "5.1.0"
15321477
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -1786,11 +1731,11 @@ es-abstract@^1.4.3, es-abstract@^1.5.1:
17861731
is-callable "^1.1.3"
17871732
is-regex "^1.0.4"
17881733

1789-
es-check@^2.0.4:
1790-
version "2.0.4"
1791-
resolved "https://registry.yarnpkg.com/es-check/-/es-check-2.0.4.tgz#75d33eaf7cd3c7aadf8ccf79d7ec375cedcab7da"
1734+
es-check@^4.0.0:
1735+
version "4.0.0"
1736+
resolved "https://registry.yarnpkg.com/es-check/-/es-check-4.0.0.tgz#e3b394b96b86225e556006299c2635f1b9055af9"
17921737
dependencies:
1793-
acorn "~5.4.0"
1738+
acorn "~5.7.0"
17941739
caporal "^0.10.0"
17951740
glob "^7.1.2"
17961741

@@ -1942,13 +1887,6 @@ eslint-plugin-unicorn@^4.0.1:
19421887
lodash.upperfirst "^4.2.0"
19431888
safe-regex "^1.1.0"
19441889

1945-
1946-
version "3.7.1"
1947-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
1948-
dependencies:
1949-
esrecurse "^4.1.0"
1950-
estraverse "^4.1.1"
1951-
19521890
eslint-scope@^3.7.1:
19531891
version "3.7.3"
19541892
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.3.tgz#bb507200d3d17f60247636160b4826284b108535"
@@ -2332,9 +2270,9 @@ flat-cache@^1.2.1:
23322270
graceful-fs "^4.1.2"
23332271
write "^0.2.1"
23342272

2335-
flux-standard-action@^1.0.0:
2336-
version "1.2.0"
2337-
resolved "https://registry.yarnpkg.com/flux-standard-action/-/flux-standard-action-1.2.0.tgz#d2d41612dde4cebddd11a76cfead8e84fc69ebdc"
2273+
flux-standard-action@^2.0.3:
2274+
version "2.0.3"
2275+
resolved "https://registry.yarnpkg.com/flux-standard-action/-/flux-standard-action-2.0.3.tgz#a73a6c4b25ea19d7051afe093ec108ff33dd8935"
23382276
dependencies:
23392277
lodash "^4.0.0"
23402278

@@ -3941,45 +3879,6 @@ locate-path@^2.0.0:
39413879
p-locate "^2.0.0"
39423880
path-exists "^3.0.0"
39433881

3944-
lodash._baseassign@^3.0.0:
3945-
version "3.2.0"
3946-
resolved "https://registry.yarnpkg.com/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz#8c38a099500f215ad09e59f1722fd0c52bfe0a4e"
3947-
dependencies:
3948-
lodash._basecopy "^3.0.0"
3949-
lodash.keys "^3.0.0"
3950-
3951-
lodash._basecopy@^3.0.0:
3952-
version "3.0.1"
3953-
resolved "https://registry.yarnpkg.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz#8da0e6a876cf344c0ad8a54882111dd3c5c7ca36"
3954-
3955-
lodash._bindcallback@^3.0.0:
3956-
version "3.0.1"
3957-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
3958-
3959-
lodash._createassigner@^3.0.0:
3960-
version "3.1.1"
3961-
resolved "https://registry.yarnpkg.com/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz#838a5bae2fdaca63ac22dee8e19fa4e6d6970b11"
3962-
dependencies:
3963-
lodash._bindcallback "^3.0.0"
3964-
lodash._isiterateecall "^3.0.0"
3965-
lodash.restparam "^3.0.0"
3966-
3967-
lodash._getnative@^3.0.0:
3968-
version "3.9.1"
3969-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
3970-
3971-
lodash._isiterateecall@^3.0.0:
3972-
version "3.0.9"
3973-
resolved "https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz#5203ad7ba425fae842460e696db9cf3e6aac057c"
3974-
3975-
lodash.assign@^3.2.0:
3976-
version "3.2.0"
3977-
resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-3.2.0.tgz#3ce9f0234b4b2223e296b8fa0ac1fee8ebca64fa"
3978-
dependencies:
3979-
lodash._baseassign "^3.0.0"
3980-
lodash._createassigner "^3.0.0"
3981-
lodash.keys "^3.0.0"
3982-
39833882
lodash.camelcase@^4.1.1, lodash.camelcase@^4.3.0:
39843883
version "4.3.0"
39853884
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
@@ -3996,14 +3895,6 @@ lodash.get@^4.4.2:
39963895
version "4.4.2"
39973896
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
39983897

3999-
lodash.isarguments@^3.0.0:
4000-
version "3.1.0"
4001-
resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a"
4002-
4003-
lodash.isarray@^3.0.0:
4004-
version "3.0.4"
4005-
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
4006-
40073898
lodash.isequal@^4.5.0:
40083899
version "4.5.0"
40093900
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
@@ -4012,14 +3903,6 @@ lodash.kebabcase@^4.0.1, lodash.kebabcase@^4.1.1:
40123903
version "4.1.1"
40133904
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
40143905

4015-
lodash.keys@^3.0.0:
4016-
version "3.1.2"
4017-
resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a"
4018-
dependencies:
4019-
lodash._getnative "^3.0.0"
4020-
lodash.isarguments "^3.0.0"
4021-
lodash.isarray "^3.0.0"
4022-
40233906
lodash.merge@^4.6.0:
40243907
version "4.6.1"
40253908
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.1.tgz#adc25d9cb99b9391c59624f379fbba60d7111d54"
@@ -4040,10 +3923,6 @@ lodash.padstart@^4.1.0:
40403923
version "4.6.1"
40413924
resolved "https://registry.yarnpkg.com/lodash.padstart/-/lodash.padstart-4.6.1.tgz#d2e3eebff0d9d39ad50f5cbd1b52a7bce6bb611b"
40423925

4043-
lodash.restparam@^3.0.0:
4044-
version "3.6.1"
4045-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
4046-
40473926
lodash.snakecase@^4.0.1:
40483927
version "4.1.1"
40493928
resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"

0 commit comments

Comments
 (0)