Skip to content

Commit f1f1730

Browse files
Update deps (#1676)
1 parent fd308ce commit f1f1730

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
"benchmark": "2.1.4",
6262
"chai": "4.2.0",
6363
"coveralls": "3.0.2",
64-
"eslint": "5.12.0",
64+
"eslint": "5.12.1",
6565
"eslint-plugin-flowtype": "3.2.1",
6666
"eslint-plugin-prettier": "3.0.1",
6767
"flow-bin": "0.91.0",
6868
"mocha": "5.2.0",
6969
"nyc": "13.1.0",
70-
"prettier": "1.15.3",
70+
"prettier": "1.16.0",
7171
"sane": "4.0.2"
7272
}
7373
}

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,10 +1395,10 @@ eslint-visitor-keys@^1.0.0:
13951395
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
13961396
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
13971397

1398-
1399-
version "5.12.0"
1400-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.12.0.tgz#fab3b908f60c52671fb14e996a450b96c743c859"
1401-
integrity sha512-LntwyPxtOHrsJdcSwyQKVtHofPHdv+4+mFwEe91r2V13vqpM8yLr7b1sW+Oo/yheOPkWYsYlYJCkzlFAt8KV7g==
1398+
1399+
version "5.12.1"
1400+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.12.1.tgz#5ca9931fb9029d04e7be92b03ce3b58edfac7e3b"
1401+
integrity sha512-54NV+JkTpTu0d8+UYSA8mMKAG4XAsaOrozA9rCW7tgneg1mevcL7wIotPC+fZ0SkWwdhNqoXoxnQCTBp7UvTsg==
14021402
dependencies:
14031403
"@babel/code-frame" "^7.0.0"
14041404
ajv "^6.5.3"
@@ -1731,9 +1731,9 @@ fs.realpath@^1.0.0:
17311731
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
17321732

17331733
fsevents@^1.2.2:
1734-
version "1.2.6"
1735-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.6.tgz#d3a1864a71876a2eb9b244e3bd8f606eb09568c0"
1736-
integrity sha512-BalK54tfK0pMC0jQFb2oHn1nz7JNQD/2ex5pBnCHgBi2xG7VV0cAOGy2RS2VbCqUXx5/6obMrMcQTJ8yjcGzbg==
1734+
version "1.2.7"
1735+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.7.tgz#4851b664a3783e52003b3c66eb0eee1074933aa4"
1736+
integrity sha512-Pxm6sI2MeBD7RdD12RYsqaP0nMiwx8eZBXCa6z2L+mRHm2DYrOYwihmhjpkdjUHwQhslWQjRpEgNq4XvBmaAuw==
17371737
dependencies:
17381738
nan "^2.9.2"
17391739
node-pre-gyp "^0.10.0"
@@ -3042,10 +3042,10 @@ prettier-linter-helpers@^1.0.0:
30423042
dependencies:
30433043
fast-diff "^1.1.2"
30443044

3045-
prettier@1.15.3:
3046-
version "1.15.3"
3047-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.3.tgz#1feaac5bdd181237b54dbe65d874e02a1472786a"
3048-
integrity sha512-gAU9AGAPMaKb3NNSUUuhhFAS7SCO4ALTN4nRIn6PJ075Qd28Yn2Ig2ahEJWdJwJmlEBTUfC7mMUSFy8MwsOCfg==
3045+
prettier@1.16.0:
3046+
version "1.16.0"
3047+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.0.tgz#104dd25f5ee3d0c9d0a6ce4bb40ced8481d51219"
3048+
integrity sha512-MCBCYeAuZfejUPdEpkleLWvpRBwLii/Sp5jQs0eb8Ul/drGIDjkL6tAU24tk6yCGf0KPV5rhPPPlczfBmN2pWQ==
30493049

30503050
private@^0.1.6:
30513051
version "0.1.8"

0 commit comments

Comments
 (0)