Skip to content

Commit 7afab86

Browse files
committed
Update dependencies
1 parent 387e0f2 commit 7afab86

File tree

3 files changed

+67
-58
lines changed

3 files changed

+67
-58
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -444,10 +444,10 @@ Example configuration:
444444

445445
eslint-config-prettier has been tested with:
446446

447-
- ESLint 4.7.0 (eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x)
448-
- prettier 1.7.0
449-
- eslint-plugin-flowtype 2.35.1
450-
- eslint-plugin-react 7.3.0
447+
- ESLint 4.10.0 (eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x)
448+
- prettier 1.7.4
449+
- eslint-plugin-flowtype 2.39.1
450+
- eslint-plugin-react 7.4.0
451451
- eslint-plugin-standard 3.0.1
452452

453453
Have new rules been added since those versions? Have we missed any rules? Is

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@
3232
"get-stdin": "^5.0.1"
3333
},
3434
"devDependencies": {
35-
"ava": "^0.22.0",
35+
"ava": "^0.23.0",
3636
"babel-eslint": "^7.2.3",
3737
"dedent": "^0.7.0",
38-
"eslint": "^4.7.0",
38+
"eslint": "^4.10.0",
3939
"eslint-config-google": "^0.9.1",
40-
"eslint-plugin-flowtype": "^2.35.1",
41-
"eslint-plugin-prettier": "^2.2.0",
42-
"eslint-plugin-react": "^7.3.0",
40+
"eslint-plugin-flowtype": "^2.39.1",
41+
"eslint-plugin-prettier": "^2.3.1",
42+
"eslint-plugin-react": "^7.4.0",
4343
"eslint-plugin-standard": "^3.0.1",
44-
"prettier": "^1.7.0",
44+
"prettier": "^1.7.4",
4545
"rimraf": "^2.6.2"
4646
},
4747
"peerDependencies": {

yarn.lock

+57-48
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ ava-init@^0.2.0:
223223
read-pkg-up "^2.0.0"
224224
write-pkg "^3.1.0"
225225

226-
ava@^0.22.0:
227-
version "0.22.0"
228-
resolved "https://registry.yarnpkg.com/ava/-/ava-0.22.0.tgz#4c28a1fdef7e749ba0c8131ac18a7ca489eef049"
226+
ava@^0.23.0:
227+
version "0.23.0"
228+
resolved "https://registry.yarnpkg.com/ava/-/ava-0.23.0.tgz#beed11730adef74a857761b62b8882bf16d5a038"
229229
dependencies:
230230
"@ava/babel-preset-stage-4" "^1.1.0"
231231
"@ava/babel-preset-transform-test-files" "^3.0.0"
@@ -256,7 +256,7 @@ ava@^0.22.0:
256256
convert-source-map "^1.2.0"
257257
core-assert "^0.2.0"
258258
currently-unhandled "^0.4.1"
259-
debug "^2.2.0"
259+
debug "^3.0.1"
260260
dot-prop "^4.1.0"
261261
empower-core "^0.6.1"
262262
equal-length "^1.0.0"
@@ -293,20 +293,20 @@ ava@^0.22.0:
293293
package-hash "^2.0.0"
294294
pkg-conf "^2.0.0"
295295
plur "^2.0.0"
296-
pretty-ms "^2.0.0"
296+
pretty-ms "^3.0.0"
297297
require-precompiled "^0.1.0"
298298
resolve-cwd "^2.0.0"
299299
safe-buffer "^5.1.1"
300300
slash "^1.0.0"
301301
source-map-support "^0.4.0"
302-
stack-utils "^1.0.0"
302+
stack-utils "^1.0.1"
303303
strip-ansi "^4.0.0"
304304
strip-bom-buf "^1.0.0"
305305
supports-color "^4.0.0"
306306
time-require "^0.1.2"
307307
trim-off-newlines "^1.0.1"
308308
unique-temp-dir "^1.0.0"
309-
update-notifier "^2.1.0"
309+
update-notifier "^2.3.0"
310310

311311
aws-sign2@~0.6.0:
312312
version "0.6.0"
@@ -645,9 +645,9 @@ [email protected]:
645645
dependencies:
646646
hoek "2.x.x"
647647

648-
boxen@^1.0.0:
649-
version "1.2.1"
650-
resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.2.1.tgz#0f11e7fe344edb9397977fc13ede7f64d956481d"
648+
boxen@^1.2.1:
649+
version "1.2.2"
650+
resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.2.2.tgz#3f1d4032c30ffea9d4b02c322eaf2ea741dcbce5"
651651
dependencies:
652652
ansi-align "^2.0.0"
653653
camelcase "^4.0.0"
@@ -742,7 +742,7 @@ chalk@^0.4.0:
742742
has-color "~0.1.0"
743743
strip-ansi "~0.1.0"
744744

745-
chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
745+
chalk@^1.1.1, chalk@^1.1.3:
746746
version "1.1.3"
747747
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
748748
dependencies:
@@ -1121,22 +1121,22 @@ eslint-config-google@^0.9.1:
11211121
version "0.9.1"
11221122
resolved "https://registry.yarnpkg.com/eslint-config-google/-/eslint-config-google-0.9.1.tgz#83353c3dba05f72bb123169a4094f4ff120391eb"
11231123

1124-
eslint-plugin-flowtype@^2.35.1:
1125-
version "2.35.1"
1126-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.35.1.tgz#9ad98181b467a3645fbd2a8d430393cc17a4ea63"
1124+
eslint-plugin-flowtype@^2.39.1:
1125+
version "2.39.1"
1126+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.39.1.tgz#b5624622a0388bcd969f4351131232dcb9649cd5"
11271127
dependencies:
11281128
lodash "^4.15.0"
11291129

1130-
eslint-plugin-prettier@^2.2.0:
1131-
version "2.2.0"
1132-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.2.0.tgz#f2837ad063903d73c621e7188fb3d41486434088"
1130+
eslint-plugin-prettier@^2.3.1:
1131+
version "2.3.1"
1132+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.3.1.tgz#e7a746c67e716f335274b88295a9ead9f544e44d"
11331133
dependencies:
11341134
fast-diff "^1.1.1"
1135-
jest-docblock "^20.0.1"
1135+
jest-docblock "^21.0.0"
11361136

1137-
eslint-plugin-react@^7.3.0:
1138-
version "7.3.0"
1139-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.3.0.tgz#ca9368da36f733fbdc05718ae4e91f778f38e344"
1137+
eslint-plugin-react@^7.4.0:
1138+
version "7.4.0"
1139+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.4.0.tgz#300a95861b9729c087d362dd64abcc351a74364a"
11401140
dependencies:
11411141
doctrine "^2.0.0"
11421142
has "^1.0.1"
@@ -1154,9 +1154,9 @@ eslint-scope@^3.7.1:
11541154
esrecurse "^4.1.0"
11551155
estraverse "^4.1.1"
11561156

1157-
eslint@^4.7.0:
1158-
version "4.7.0"
1159-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.7.0.tgz#d35fc07c472520be3de85b3da11e99c576afd515"
1157+
eslint@^4.10.0:
1158+
version "4.10.0"
1159+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.10.0.tgz#f25d0d7955c81968c2309aa5c9a229e045176bb7"
11601160
dependencies:
11611161
ajv "^5.2.0"
11621162
babel-code-frame "^6.22.0"
@@ -1499,6 +1499,12 @@ glob@^7.0.3, glob@^7.0.5, glob@^7.1.2:
14991499
once "^1.3.0"
15001500
path-is-absolute "^1.0.0"
15011501

1502+
global-dirs@^0.1.0:
1503+
version "0.1.0"
1504+
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.0.tgz#10d34039e0df04272e262cf24224f7209434df4f"
1505+
dependencies:
1506+
ini "^1.3.4"
1507+
15021508
globals@^9.17.0, globals@^9.18.0:
15031509
version "9.18.0"
15041510
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -1682,7 +1688,7 @@ inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.3:
16821688
version "2.0.3"
16831689
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
16841690

1685-
ini@~1.3.0:
1691+
ini@^1.3.4, ini@~1.3.0:
16861692
version "1.3.4"
16871693
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e"
16881694

@@ -1771,7 +1777,7 @@ is-extglob@^1.0.0:
17711777
version "1.0.0"
17721778
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0"
17731779

1774-
is-finite@^1.0.0, is-finite@^1.0.1:
1780+
is-finite@^1.0.0:
17751781
version "1.0.2"
17761782
resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa"
17771783
dependencies:
@@ -1797,6 +1803,13 @@ is-glob@^2.0.0, is-glob@^2.0.1:
17971803
dependencies:
17981804
is-extglob "^1.0.0"
17991805

1806+
is-installed-globally@^0.1.0:
1807+
version "0.1.0"
1808+
resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.1.0.tgz#0dfd98f5a9111716dd535dda6492f67bf3d25a80"
1809+
dependencies:
1810+
global-dirs "^0.1.0"
1811+
is-path-inside "^1.0.0"
1812+
18001813
is-npm@^1.0.0:
18011814
version "1.0.0"
18021815
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4"
@@ -1920,9 +1933,9 @@ isstream@~0.1.2:
19201933
version "0.1.2"
19211934
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
19221935

1923-
jest-docblock@^20.0.1:
1924-
version "20.0.3"
1925-
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-20.0.3.tgz#17bea984342cc33d83c50fbe1545ea0efaa44712"
1936+
jest-docblock@^21.0.0:
1937+
version "21.2.0"
1938+
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-21.2.0.tgz#51529c3b30d5fd159da60c27ceedc195faf8d414"
19261939

19271940
js-string-escape@^1.0.1:
19281941
version "1.0.1"
@@ -2505,11 +2518,7 @@ pkg-dir@^2.0.0:
25052518
dependencies:
25062519
find-up "^2.1.0"
25072520

2508-
plur@^1.0.0:
2509-
version "1.0.0"
2510-
resolved "https://registry.yarnpkg.com/plur/-/plur-1.0.0.tgz#db85c6814f5e5e5a3b49efc28d604fec62975156"
2511-
2512-
plur@^2.0.0:
2521+
plur@^2.0.0, plur@^2.1.2:
25132522
version "2.1.2"
25142523
resolved "https://registry.yarnpkg.com/plur/-/plur-2.1.2.tgz#7482452c1a0f508e3e344eaec312c91c29dc655a"
25152524
dependencies:
@@ -2531,23 +2540,22 @@ preserve@^0.2.0:
25312540
version "0.2.0"
25322541
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
25332542

2534-
prettier@^1.7.0:
2535-
version "1.7.0"
2536-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.7.0.tgz#47481588f41f7c90f63938feb202ac82554e7150"
2543+
prettier@^1.7.4:
2544+
version "1.7.4"
2545+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.7.4.tgz#5e8624ae9363c80f95ec644584ecdf55d74f93fa"
25372546

25382547
pretty-ms@^0.2.1:
25392548
version "0.2.2"
25402549
resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-0.2.2.tgz#da879a682ff33a37011046f13d627f67c73b84f6"
25412550
dependencies:
25422551
parse-ms "^0.1.0"
25432552

2544-
pretty-ms@^2.0.0:
2545-
version "2.1.0"
2546-
resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-2.1.0.tgz#4257c256df3fb0b451d6affaab021884126981dc"
2553+
pretty-ms@^3.0.0:
2554+
version "3.0.1"
2555+
resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-3.0.1.tgz#7c18b73c228a9b8f6edc2835a12cb8f7ed85f9f4"
25472556
dependencies:
2548-
is-finite "^1.0.1"
25492557
parse-ms "^1.0.0"
2550-
plur "^1.0.0"
2558+
plur "^2.1.2"
25512559

25522560
private@^0.1.7:
25532561
version "0.1.7"
@@ -2934,7 +2942,7 @@ sshpk@^1.7.0:
29342942
jsbn "~0.1.0"
29352943
tweetnacl "~0.14.0"
29362944

2937-
stack-utils@^1.0.0:
2945+
stack-utils@^1.0.1:
29382946
version "1.0.1"
29392947
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.1.tgz#d4f33ab54e8e38778b0ca5cfd3b3afb12db68620"
29402948

@@ -3179,14 +3187,15 @@ unzip-response@^2.0.1:
31793187
version "2.0.1"
31803188
resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97"
31813189

3182-
update-notifier@^2.1.0:
3183-
version "2.2.0"
3184-
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-2.2.0.tgz#1b5837cf90c0736d88627732b661c138f86de72f"
3190+
update-notifier@^2.3.0:
3191+
version "2.3.0"
3192+
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-2.3.0.tgz#4e8827a6bb915140ab093559d7014e3ebb837451"
31853193
dependencies:
3186-
boxen "^1.0.0"
3187-
chalk "^1.0.0"
3194+
boxen "^1.2.1"
3195+
chalk "^2.0.1"
31883196
configstore "^3.0.0"
31893197
import-lazy "^2.1.0"
3198+
is-installed-globally "^0.1.0"
31903199
is-npm "^1.0.0"
31913200
latest-version "^3.0.0"
31923201
semver-diff "^2.0.0"

0 commit comments

Comments
 (0)