Skip to content

Commit 2b2d956

Browse files
committed
Update some packages
1 parent 6e80143 commit 2b2d956

File tree

17 files changed

+98
-98
lines changed

17 files changed

+98
-98
lines changed

tutorial/10-immutable-redux-improvements/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
"babel-preset-latest": "^6.16.0",
5050
"babel-preset-react": "^6.16.0",
5151
"del": "^2.2.2",
52-
"eslint": "^3.7.0",
52+
"eslint": "^3.8.1",
5353
"eslint-config-airbnb": "^12.0.0",
54-
"eslint-plugin-import": "^2.0.0",
55-
"eslint-plugin-jsx-a11y": "^2.2.2",
56-
"eslint-plugin-react": "^6.3.0",
54+
"eslint-plugin-import": "^2.0.1",
55+
"eslint-plugin-jsx-a11y": "^2.2.3",
56+
"eslint-plugin-react": "^6.4.1",
5757
"gulp": "^3.9.1",
5858
"gulp-babel": "^6.1.2",
5959
"gulp-eslint": "^3.0.1",

tutorial/10-immutable-redux-improvements/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ eslint-module-utils@^1.0.0:
12441244
debug "2.2.0"
12451245
pkg-dir "^1.0.0"
12461246

1247-
eslint-plugin-import@^2.0.0:
1247+
eslint-plugin-import@^2.0.1:
12481248
version "2.0.1"
12491249
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.0.1.tgz#dcfe96357d476b3f822570d42c29bec66f5d9c5c"
12501250
dependencies:
@@ -1259,22 +1259,22 @@ eslint-plugin-import@^2.0.0:
12591259
minimatch "^3.0.3"
12601260
pkg-up "^1.0.0"
12611261

1262-
eslint-plugin-jsx-a11y@^2.2.2:
1262+
eslint-plugin-jsx-a11y@^2.2.3:
12631263
version "2.2.3"
12641264
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-2.2.3.tgz#4e35cb71b8a7db702ac415c806eb8e8d9ea6c65d"
12651265
dependencies:
12661266
damerau-levenshtein "^1.0.0"
12671267
jsx-ast-utils "^1.0.0"
12681268
object-assign "^4.0.1"
12691269

1270-
eslint-plugin-react@^6.3.0:
1270+
eslint-plugin-react@^6.4.1:
12711271
version "6.4.1"
12721272
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.4.1.tgz#7d1aade747db15892f71eee1fea4addf97bcfa2b"
12731273
dependencies:
12741274
doctrine "^1.2.2"
12751275
jsx-ast-utils "^1.3.1"
12761276

1277-
eslint@^3.0.0, eslint@^3.7.0:
1277+
eslint@^3.0.0, eslint@^3.8.1:
12781278
version "3.8.1"
12791279
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.8.1.tgz#7d02db44cd5aaf4fa7aa489e1f083baa454342ba"
12801280
dependencies:

tutorial/11-testing-mocha-chai-sinon/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050
"babel-preset-react": "^6.16.0",
5151
"chai": "^3.5.0",
5252
"del": "^2.2.2",
53-
"eslint": "^3.7.0",
53+
"eslint": "^3.8.1",
5454
"eslint-config-airbnb": "^12.0.0",
55-
"eslint-plugin-import": "^2.0.0",
56-
"eslint-plugin-jsx-a11y": "^2.2.2",
57-
"eslint-plugin-react": "^6.3.0",
55+
"eslint-plugin-import": "^2.0.1",
56+
"eslint-plugin-jsx-a11y": "^2.2.3",
57+
"eslint-plugin-react": "^6.4.1",
5858
"gulp": "^3.9.1",
5959
"gulp-babel": "^6.1.2",
6060
"gulp-eslint": "^3.0.1",
6161
"gulp-mocha": "^3.0.1",
62-
"mocha": "^3.1.1",
62+
"mocha": "^3.1.2",
6363
"sinon": "^1.17.6",
6464
"sinon-chai": "^2.8.0",
6565
"webpack-stream": "^3.2.0"

tutorial/11-testing-mocha-chai-sinon/yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ ajv-keywords@^1.0.0:
2323
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.1.1.tgz#02550bc605a3e576041565628af972e06c549d50"
2424

2525
ajv@^4.7.0:
26-
version "4.8.1"
27-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.8.1.tgz#708213577289a84a8148e66daa980c32da6a562e"
26+
version "4.8.2"
27+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.8.2.tgz#65486936ca36fea39a1504332a78bebd5d447bdc"
2828
dependencies:
2929
co "^4.6.0"
3030
json-stable-stringify "^1.0.1"
@@ -726,8 +726,8 @@ babel-types@^6.14.0, babel-types@^6.15.0, babel-types@^6.16.0, babel-types@^6.8.
726726
to-fast-properties "^1.0.1"
727727

728728
babylon@^6.11.0:
729-
version "6.12.0"
730-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.12.0.tgz#953e6202e58062f7f5041fc8037e4bd4e17140a9"
729+
version "6.13.0"
730+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.13.0.tgz#58ed40dd2a8120612be5f318c2c0bedbebde4a0b"
731731

732732
balanced-match@^0.4.1:
733733
version "0.4.2"
@@ -1072,7 +1072,7 @@ defaults@^1.0.0:
10721072
dependencies:
10731073
clone "^1.0.2"
10741074

1075-
del, del@^2.0.2:
1075+
del@^2.0.2, del@^2.2.2:
10761076
version "2.2.2"
10771077
resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8"
10781078
dependencies:
@@ -1270,7 +1270,7 @@ eslint-module-utils@^1.0.0:
12701270
debug "2.2.0"
12711271
pkg-dir "^1.0.0"
12721272

1273-
eslint-plugin-import@^2.0.0:
1273+
eslint-plugin-import@^2.0.1:
12741274
version "2.0.1"
12751275
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.0.1.tgz#dcfe96357d476b3f822570d42c29bec66f5d9c5c"
12761276
dependencies:
@@ -1285,22 +1285,22 @@ eslint-plugin-import@^2.0.0:
12851285
minimatch "^3.0.3"
12861286
pkg-up "^1.0.0"
12871287

1288-
eslint-plugin-jsx-a11y@^2.2.2:
1288+
eslint-plugin-jsx-a11y@^2.2.3:
12891289
version "2.2.3"
12901290
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-2.2.3.tgz#4e35cb71b8a7db702ac415c806eb8e8d9ea6c65d"
12911291
dependencies:
12921292
damerau-levenshtein "^1.0.0"
12931293
jsx-ast-utils "^1.0.0"
12941294
object-assign "^4.0.1"
12951295

1296-
eslint-plugin-react@^6.3.0:
1296+
eslint-plugin-react@^6.4.1:
12971297
version "6.4.1"
12981298
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.4.1.tgz#7d1aade747db15892f71eee1fea4addf97bcfa2b"
12991299
dependencies:
13001300
doctrine "^1.2.2"
13011301
jsx-ast-utils "^1.3.1"
13021302

1303-
eslint@^3.0.0, eslint@^3.7.0:
1303+
eslint@^3.0.0, eslint@^3.8.1:
13041304
version "3.8.1"
13051305
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.8.1.tgz#7d02db44cd5aaf4fa7aa489e1f083baa454342ba"
13061306
dependencies:
@@ -2596,7 +2596,7 @@ mkdirp@^0.5.0, mkdirp@^0.5.1, "mkdirp@>=0.5 0", mkdirp@~0.5.0, [email protected]:
25962596
dependencies:
25972597
minimist "0.0.8"
25982598

2599-
mocha@^3.0.0, mocha@^3.1.1:
2599+
mocha@^3.0.0, mocha@^3.1.2:
26002600
version "3.1.2"
26012601
resolved "https://registry.yarnpkg.com/mocha/-/mocha-3.1.2.tgz#51f93b432bf7e1b175ffc22883ccd0be32dba6b5"
26022602
dependencies:
@@ -3159,8 +3159,8 @@ repeat-element@^1.1.2:
31593159
resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a"
31603160

31613161
repeat-string@^1.5.2:
3162-
version "1.5.4"
3163-
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.5.4.tgz#64ec0c91e0f4b475f90d5b643651e3e6e5b6c2d5"
3162+
version "1.6.1"
3163+
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
31643164

31653165
repeating@^1.1.0:
31663166
version "1.1.3"

tutorial/12-flow/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,18 @@
5858
"babel-preset-react": "^6.16.0",
5959
"chai": "^3.5.0",
6060
"del": "^2.2.2",
61-
"eslint": "^3.7.0",
61+
"eslint": "^3.8.1",
6262
"eslint-config-airbnb": "^12.0.0",
63-
"eslint-plugin-flowtype": "^2.20.0",
64-
"eslint-plugin-import": "^2.0.0",
65-
"eslint-plugin-jsx-a11y": "^2.2.2",
66-
"eslint-plugin-react": "^6.3.0",
63+
"eslint-plugin-flowtype": "^2.21.0",
64+
"eslint-plugin-import": "^2.0.1",
65+
"eslint-plugin-jsx-a11y": "^2.2.3",
66+
"eslint-plugin-react": "^6.4.1",
6767
"gulp": "^3.9.1",
6868
"gulp-babel": "^6.1.2",
6969
"gulp-eslint": "^3.0.1",
7070
"gulp-flowtype": "^1.0.0",
7171
"gulp-mocha": "^3.0.1",
72-
"mocha": "^3.1.1",
72+
"mocha": "^3.1.2",
7373
"sinon": "^1.17.6",
7474
"sinon-chai": "^2.8.0",
7575
"webpack-stream": "^3.2.0"

tutorial/12-flow/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,13 +1567,13 @@ eslint-module-utils@^1.0.0:
15671567
debug "2.2.0"
15681568
pkg-dir "^1.0.0"
15691569

1570-
eslint-plugin-flowtype@^2.20.0:
1571-
version "2.20.0"
1572-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.20.0.tgz#69b90576174ee6a305362c777720825e7db9464b"
1570+
eslint-plugin-flowtype@^2.21.0:
1571+
version "2.21.0"
1572+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.21.0.tgz#a47e85abcdd181d37a336054bd552149ae387d9c"
15731573
dependencies:
15741574
lodash "^4.15.0"
15751575

1576-
eslint-plugin-import@^2.0.0:
1576+
eslint-plugin-import@^2.0.1:
15771577
version "2.0.1"
15781578
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.0.1.tgz#dcfe96357d476b3f822570d42c29bec66f5d9c5c"
15791579
dependencies:
@@ -1588,22 +1588,22 @@ eslint-plugin-import@^2.0.0:
15881588
minimatch "^3.0.3"
15891589
pkg-up "^1.0.0"
15901590

1591-
eslint-plugin-jsx-a11y@^2.2.2:
1591+
eslint-plugin-jsx-a11y@^2.2.3:
15921592
version "2.2.3"
15931593
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-2.2.3.tgz#4e35cb71b8a7db702ac415c806eb8e8d9ea6c65d"
15941594
dependencies:
15951595
damerau-levenshtein "^1.0.0"
15961596
jsx-ast-utils "^1.0.0"
15971597
object-assign "^4.0.1"
15981598

1599-
eslint-plugin-react@^6.3.0:
1599+
eslint-plugin-react@^6.4.1:
16001600
version "6.4.1"
16011601
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.4.1.tgz#7d1aade747db15892f71eee1fea4addf97bcfa2b"
16021602
dependencies:
16031603
doctrine "^1.2.2"
16041604
jsx-ast-utils "^1.3.1"
16051605

1606-
eslint@^3.0.0, eslint@^3.7.0:
1606+
eslint@^3.0.0, eslint@^3.8.1:
16071607
version "3.8.1"
16081608
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.8.1.tgz#7d02db44cd5aaf4fa7aa489e1f083baa454342ba"
16091609
dependencies:
@@ -3231,7 +3231,7 @@ mkdirp@^0.5.0, mkdirp@^0.5.1, "mkdirp@>=0.5 0", mkdirp@~0.5.0, [email protected]:
32313231
dependencies:
32323232
minimist "0.0.8"
32333233

3234-
mocha@^3.0.0, mocha@^3.1.1:
3234+
mocha@^3.0.0, mocha@^3.1.2:
32353235
version "3.1.2"
32363236
resolved "https://registry.yarnpkg.com/mocha/-/mocha-3.1.2.tgz#51f93b432bf7e1b175ffc22883ccd0be32dba6b5"
32373237
dependencies:

tutorial/3-es6-babel-gulp/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,8 @@ babel-types@^6.14.0, babel-types@^6.15.0, babel-types@^6.16.0, babel-types@^6.8.
523523
to-fast-properties "^1.0.1"
524524

525525
babylon@^6.11.0:
526-
version "6.12.0"
527-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.12.0.tgz#953e6202e58062f7f5041fc8037e4bd4e17140a9"
526+
version "6.13.0"
527+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.13.0.tgz#58ed40dd2a8120612be5f318c2c0bedbebde4a0b"
528528

529529
balanced-match@^0.4.1:
530530
version "0.4.2"
@@ -631,7 +631,7 @@ defaults@^1.0.0:
631631
dependencies:
632632
clone "^1.0.2"
633633

634-
del:
634+
del@^2.2.2:
635635
version "2.2.2"
636636
resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8"
637637
dependencies:
@@ -1694,8 +1694,8 @@ repeat-element@^1.1.2:
16941694
resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a"
16951695

16961696
repeat-string@^1.5.2:
1697-
version "1.5.4"
1698-
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.5.4.tgz#64ec0c91e0f4b475f90d5b643651e3e6e5b6c2d5"
1697+
version "1.6.1"
1698+
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
16991699

17001700
repeating@^1.1.0:
17011701
version "1.1.3"

tutorial/4-es6-syntax-class/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,8 @@ babel-types@^6.14.0, babel-types@^6.15.0, babel-types@^6.16.0, babel-types@^6.8.
523523
to-fast-properties "^1.0.1"
524524

525525
babylon@^6.11.0:
526-
version "6.12.0"
527-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.12.0.tgz#953e6202e58062f7f5041fc8037e4bd4e17140a9"
526+
version "6.13.0"
527+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.13.0.tgz#58ed40dd2a8120612be5f318c2c0bedbebde4a0b"
528528

529529
balanced-match@^0.4.1:
530530
version "0.4.2"
@@ -631,7 +631,7 @@ defaults@^1.0.0:
631631
dependencies:
632632
clone "^1.0.2"
633633

634-
del:
634+
del@^2.2.2:
635635
version "2.2.2"
636636
resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8"
637637
dependencies:
@@ -1694,8 +1694,8 @@ repeat-element@^1.1.2:
16941694
resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a"
16951695

16961696
repeat-string@^1.5.2:
1697-
version "1.5.4"
1698-
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.5.4.tgz#64ec0c91e0f4b475f90d5b643651e3e6e5b6c2d5"
1697+
version "1.6.1"
1698+
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
16991699

17001700
repeating@^1.1.0:
17011701
version "1.1.3"

tutorial/5-es6-modules-syntax/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,8 @@ babel-types@^6.14.0, babel-types@^6.15.0, babel-types@^6.16.0, babel-types@^6.8.
523523
to-fast-properties "^1.0.1"
524524

525525
babylon@^6.11.0:
526-
version "6.12.0"
527-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.12.0.tgz#953e6202e58062f7f5041fc8037e4bd4e17140a9"
526+
version "6.13.0"
527+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.13.0.tgz#58ed40dd2a8120612be5f318c2c0bedbebde4a0b"
528528

529529
balanced-match@^0.4.1:
530530
version "0.4.2"
@@ -631,7 +631,7 @@ defaults@^1.0.0:
631631
dependencies:
632632
clone "^1.0.2"
633633

634-
del:
634+
del@^2.2.2:
635635
version "2.2.2"
636636
resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8"
637637
dependencies:
@@ -1694,8 +1694,8 @@ repeat-element@^1.1.2:
16941694
resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a"
16951695

16961696
repeat-string@^1.5.2:
1697-
version "1.5.4"
1698-
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.5.4.tgz#64ec0c91e0f4b475f90d5b643651e3e6e5b6c2d5"
1697+
version "1.6.1"
1698+
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
16991699

17001700
repeating@^1.1.0:
17011701
version "1.1.3"

tutorial/6-eslint/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"devDependencies": {
2222
"babel-preset-latest": "^6.16.0",
2323
"del": "^2.2.2",
24-
"eslint": "^3.7.0",
24+
"eslint": "^3.8.1",
2525
"eslint-config-airbnb": "^12.0.0",
26-
"eslint-plugin-import": "^2.0.0",
27-
"eslint-plugin-jsx-a11y": "^2.2.2",
28-
"eslint-plugin-react": "^6.3.0",
26+
"eslint-plugin-import": "^2.0.1",
27+
"eslint-plugin-jsx-a11y": "^2.2.3",
28+
"eslint-plugin-react": "^6.4.1",
2929
"gulp": "^3.9.1",
3030
"gulp-babel": "^6.1.2",
3131
"gulp-eslint": "^3.0.1"

0 commit comments

Comments
 (0)