Skip to content

Commit

Permalink
Bump to latest dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Feb 8, 2018
1 parent 5f50543 commit 298ceda
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Expand Up @@ -11,4 +11,4 @@
[options]

[version]
^0.64.0
^0.65.0
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -58,14 +58,14 @@
"chai-spies-next": "0.9.3",
"chai-subset": "1.6.0",
"coveralls": "3.0.0",
"eslint": "4.16.0",
"eslint": "4.17.0",
"eslint-plugin-babel": "4.1.2",
"eslint-plugin-flowtype": "2.42.0",
"eslint-plugin-prettier": "2.5.0",
"flow-bin": "0.64.0",
"eslint-plugin-prettier": "2.6.0",
"flow-bin": "0.65.0",
"isparta": "4.0.0",
"mocha": "5.0.0",
"prettier": "1.10.2",
"sane": "2.3.0"
"sane": "2.4.1"
}
}
24 changes: 12 additions & 12 deletions yarn.lock
Expand Up @@ -1181,9 +1181,9 @@ eslint-plugin-flowtype@2.42.0:
dependencies:
lodash "^4.15.0"

eslint-plugin-prettier@2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.5.0.tgz#39a91dd7528eaf19cd42c0ee3f2c1f684606a05f"
eslint-plugin-prettier@2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.6.0.tgz#33e4e228bdb06142d03c560ce04ec23f6c767dd7"
dependencies:
fast-diff "^1.1.1"
jest-docblock "^21.0.0"
Expand All @@ -1199,9 +1199,9 @@ eslint-visitor-keys@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"

eslint@4.16.0:
version "4.16.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.16.0.tgz#934ada9e98715e1d7bbfd6f6f0519ed2fab35cc1"
eslint@4.17.0:
version "4.17.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.17.0.tgz#dc24bb51ede48df629be7031c71d9dc0ee4f3ddf"
dependencies:
ajv "^5.3.0"
babel-code-frame "^6.22.0"
Expand Down Expand Up @@ -1387,9 +1387,9 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2"
write "^0.2.1"

flow-bin@0.64.0:
version "0.64.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.64.0.tgz#ddd3fb3b183ab1ab35a5d5dec9caf5ebbcded167"
flow-bin@0.65.0:
version "0.65.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.65.0.tgz#64ffeca27211c786e2d68508c65686ba1b8a2169"

for-in@^1.0.1:
version "1.0.2"
Expand Down Expand Up @@ -2491,9 +2491,9 @@ safe-buffer@^5.0.1, safe-buffer@^5.1.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"

sane@2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/sane/-/sane-2.3.0.tgz#3f3df584abf69e63d4bb74f0f8c42468e4d7d46b"
sane@2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/sane/-/sane-2.4.1.tgz#29f991208cf28636720efdc584293e7fd66663a5"
dependencies:
anymatch "^1.3.0"
exec-sh "^0.2.0"
Expand Down

0 comments on commit 298ceda

Please sign in to comment.