Skip to content

Commit 0d9ba47

Browse files
committed
Updates dependencies.
1 parent 6fdebb0 commit 0d9ba47

File tree

2 files changed

+32
-50
lines changed

2 files changed

+32
-50
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@
4343
"babel-plugin-syntax-flow": "6.18.0",
4444
"babel-plugin-transform-flow-strip-types": "6.21.0",
4545
"babel-polyfill": "6.20.0",
46-
"babel-preset-env": "1.1.4",
46+
"babel-preset-env": "1.1.7",
4747
"babel-preset-latest": "6.16.0",
4848
"babel-preset-stage-3": "6.17.0",
4949
"babel-register": "6.18.0",
5050
"codecov": "1.0.1",
5151
"cross-env": "3.1.4",
52-
"eslint": "3.12.2",
53-
"eslint-config-airbnb": "13.0.0",
52+
"eslint": "3.13.1",
53+
"eslint-config-airbnb": "14.0.0",
5454
"eslint-plugin-flowtype": "2.29.2",
5555
"eslint-plugin-import": "2.2.0",
56-
"eslint-plugin-jsx-a11y": "2.2.3",
56+
"eslint-plugin-jsx-a11y": "3.0.2",
5757
"flow-bin": "0.37.4",
5858
"flow-coverage-report": "0.2.0",
5959
"flow-typed": "2.0.0",
@@ -67,7 +67,7 @@
6767
"rimraf": "2.5.4",
6868
"webpack": "2.2.0-rc.3",
6969
"webpack-dev-middleware": "1.9.0",
70-
"webpack-hot-middleware": "2.14.0"
70+
"webpack-hot-middleware": "2.15.0"
7171
},
7272
"config": {
7373
"ghooks": {

yarn.lock

Lines changed: 27 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ acorn@^4.0.1, acorn@^4.0.3:
4040
version "4.0.4"
4141
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.4.tgz#17a8d6a7a6c4ef538b814ec9abac2779293bf30a"
4242

43-
ajv-keywords@^1.0.0, ajv-keywords@^1.1.1:
43+
ajv-keywords@^1.1.1:
4444
version "1.5.0"
4545
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.0.tgz#c11e6859eafff83e0dafc416929472eca946aa2c"
4646

@@ -688,9 +688,9 @@ babel-polyfill@6.20.0, babel-polyfill@^6.16.0, babel-polyfill@^6.6.1:
688688
core-js "^2.4.0"
689689
regenerator-runtime "^0.10.0"
690690

691-
babel-preset-env@1.1.4:
692-
version "1.1.4"
693-
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.1.4.tgz#d876f9fcff5fe0612db3dcbc0c87503b41d4873f"
691+
babel-preset-env@1.1.7:
692+
version "1.1.7"
693+
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.1.7.tgz#4ca8dd905056039c6788a0174bfac7b7bad89fbf"
694694
dependencies:
695695
babel-plugin-check-es2015-constants "^6.3.13"
696696
babel-plugin-syntax-trailing-function-commas "^6.13.0"
@@ -1561,15 +1561,15 @@ escope@^3.6.0:
15611561
esrecurse "^4.1.0"
15621562
estraverse "^4.1.1"
15631563

1564-
eslint-config-airbnb-base@^10.0.0:
1565-
version "10.0.1"
1566-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-10.0.1.tgz#f17d4e52992c1d45d1b7713efbcd5ecd0e7e0506"
1564+
eslint-config-airbnb-base@^11.0.1:
1565+
version "11.0.1"
1566+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-11.0.1.tgz#5401dba284c6b7d7c8fb1c2ee19aba018f9dfa21"
15671567

1568-
eslint-config-airbnb@13.0.0:
1569-
version "13.0.0"
1570-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-13.0.0.tgz#688d15d3c276c0c753ae538c92a44397d76ae46e"
1568+
eslint-config-airbnb@14.0.0:
1569+
version "14.0.0"
1570+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-14.0.0.tgz#bfd87a71102ba3ee19c3733357000b3d5e39790f"
15711571
dependencies:
1572-
eslint-config-airbnb-base "^10.0.0"
1572+
eslint-config-airbnb-base "^11.0.1"
15731573

15741574
eslint-import-resolver-node@^0.2.0:
15751575
version "0.2.3"
@@ -1607,17 +1607,17 @@ eslint-plugin-import@2.2.0:
16071607
minimatch "^3.0.3"
16081608
pkg-up "^1.0.0"
16091609

1610-
eslint-plugin-jsx-a11y@2.2.3:
1611-
version "2.2.3"
1612-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-2.2.3.tgz#4e35cb71b8a7db702ac415c806eb8e8d9ea6c65d"
1610+
eslint-plugin-jsx-a11y@3.0.2:
1611+
version "3.0.2"
1612+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-3.0.2.tgz#9f0eabcafde3d2a2600d96a66adb90d099e841fe"
16131613
dependencies:
16141614
damerau-levenshtein "^1.0.0"
16151615
jsx-ast-utils "^1.0.0"
16161616
object-assign "^4.0.1"
16171617

1618-
eslint@3.12.2:
1619-
version "3.12.2"
1620-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.12.2.tgz#6be5a9aa29658252abd7f91e9132bab1f26f3c34"
1618+
eslint@3.13.1:
1619+
version "3.13.1"
1620+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.13.1.tgz#564d2646b5efded85df96985332edd91a23bff25"
16211621
dependencies:
16221622
babel-code-frame "^6.16.0"
16231623
chalk "^1.1.3"
@@ -1649,7 +1649,7 @@ eslint@3.12.2:
16491649
require-uncached "^1.0.2"
16501650
shelljs "^0.7.5"
16511651
strip-bom "^3.0.0"
1652-
strip-json-comments "~1.0.1"
1652+
strip-json-comments "~2.0.1"
16531653
table "^3.7.8"
16541654
text-table "~0.2.0"
16551655
user-home "^2.0.0"
@@ -2318,10 +2318,6 @@ is-fullwidth-code-point@^1.0.0:
23182318
dependencies:
23192319
number-is-nan "^1.0.0"
23202320

2321-
is-fullwidth-code-point@^2.0.0:
2322-
version "2.0.0"
2323-
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
2324-
23252321
is-glob@^2.0.0, is-glob@^2.0.1:
23262322
version "2.0.1"
23272323
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
@@ -3865,13 +3861,6 @@ string-width@^1.0.1, string-width@^1.0.2:
38653861
is-fullwidth-code-point "^1.0.0"
38663862
strip-ansi "^3.0.0"
38673863

3868-
string-width@^2.0.0:
3869-
version "2.0.0"
3870-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.0.0.tgz#635c5436cc72a6e0c387ceca278d4e2eec52687e"
3871-
dependencies:
3872-
is-fullwidth-code-point "^2.0.0"
3873-
strip-ansi "^3.0.0"
3874-
38753864
string.prototype.codepointat@^0.2.0:
38763865
version "0.2.0"
38773866
resolved "https://registry.yarnpkg.com/string.prototype.codepointat/-/string.prototype.codepointat-0.2.0.tgz#6b26e9bd3afcaa7be3b4269b526de1b82000ac78"
@@ -3904,10 +3893,14 @@ strip-eof@^1.0.0:
39043893
version "1.0.0"
39053894
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
39063895

3907-
strip-json-comments@~1.0.1, strip-json-comments@~1.0.4:
3896+
strip-json-comments@~1.0.4:
39083897
version "1.0.4"
39093898
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-1.0.4.tgz#1e15fbcac97d3ee99bf2d73b4c656b082bbafb91"
39103899

3900+
strip-json-comments@~2.0.1:
3901+
version "2.0.1"
3902+
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
3903+
39113904
supports-color@^0.2.0:
39123905
version "0.2.0"
39133906
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-0.2.0.tgz#d92de2694eb3f67323973d7ae3d8b55b4c22190a"
@@ -3926,7 +3919,7 @@ supports-color@^3.1.0, supports-color@^3.1.2:
39263919
version "3.2.1"
39273920
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.1.tgz#8549dd1d01fa9f893c18cc9ab0b106b4d9b168cb"
39283921

3929-
table@3.7.8:
3922+
table@3.7.8, table@^3.7.8:
39303923
version "3.7.8"
39313924
resolved "https://registry.yarnpkg.com/table/-/table-3.7.8.tgz#b424433ef596851922b2fd77224a69a1951618eb"
39323925
dependencies:
@@ -3939,17 +3932,6 @@ table@3.7.8:
39393932
tv4 "^1.2.7"
39403933
xregexp "^3.0.0"
39413934

3942-
table@^3.7.8:
3943-
version "3.8.3"
3944-
resolved "https://registry.yarnpkg.com/table/-/table-3.8.3.tgz#2bbc542f0fda9861a755d3947fefd8b3f513855f"
3945-
dependencies:
3946-
ajv "^4.7.0"
3947-
ajv-keywords "^1.0.0"
3948-
chalk "^1.1.1"
3949-
lodash "^4.0.0"
3950-
slice-ansi "0.0.4"
3951-
string-width "^2.0.0"
3952-
39533935
tapable@^0.2.5, tapable@~0.2.5:
39543936
version "0.2.5"
39553937
resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.2.5.tgz#1ff6ce7ade58e734ca9bfe36ba342304b377a4d0"
@@ -4187,9 +4169,9 @@ webpack-dev-middleware@1.9.0:
41874169
path-is-absolute "^1.0.0"
41884170
range-parser "^1.0.3"
41894171

4190-
webpack-hot-middleware@2.14.0:
4191-
version "2.14.0"
4192-
resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.14.0.tgz#64bb8cf056ba84c699d148840ae77e54179abb6d"
4172+
webpack-hot-middleware@2.15.0:
4173+
version "2.15.0"
4174+
resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.15.0.tgz#71995af7c0025f109df482f86f1e10379526d026"
41934175
dependencies:
41944176
ansi-html "0.0.6"
41954177
html-entities "^1.2.0"

0 commit comments

Comments
 (0)