Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Upgrade deps (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGrandon authored May 29, 2018
1 parent a799255 commit 67d4610
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"babel-eslint": "8.2.3",
"eslint": "4.19.1",
"eslint-plugin-cup": "1.0.2",
"eslint-plugin-flowtype": "2.47.1",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-flowtype": "2.48.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.8.2",
"flow-bin": "0.72.0",
"prettier": "1.12.1"
"flow-bin": "0.73.0",
"prettier": "1.13.2"
},
"scripts": {
"lint": "eslint .",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -419,15 +419,15 @@ [email protected]:
dependencies:
globals "^11.5.0"

eslint-plugin-flowtype@2.47.1:
version "2.47.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.47.1.tgz#1be0d6b855dbf8f253fcf49ea3d44bf6c23ff984"
eslint-plugin-flowtype@2.48.0:
version "2.48.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.48.0.tgz#e447dc27dcb99d68e2a705fd9c1046c32aae2ca1"
dependencies:
lodash "^4.17.10"

eslint-plugin-import@2.11.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.11.0.tgz#15aeea37a67499d848e8e981806d4627b5503816"
eslint-plugin-import@2.12.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.12.0.tgz#dad31781292d6664b25317fd049d2e2b2f02205d"
dependencies:
contains-path "^0.1.0"
debug "^2.6.8"
Expand Down Expand Up @@ -613,9 +613,9 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2"
write "^0.2.1"

flow-bin@0.72.0:
version "0.72.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.72.0.tgz#12051180fb2db7ccb728fefe67c77e955e92a44d"
flow-bin@0.73.0:
version "0.73.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.73.0.tgz#da1b90a02b0ef9c439f068c2fc14968db83be425"

foreach@^2.0.5:
version "2.0.5"
Expand Down Expand Up @@ -1052,9 +1052,9 @@ prelude-ls@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"

prettier@1.12.1:
version "1.12.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.12.1.tgz#c1ad20e803e7749faf905a409d2367e06bbe7325"
prettier@1.13.2:
version "1.13.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.13.2.tgz#412b87bc561cb11074d2877a33a38f78c2303cda"

process-nextick-args@~1.0.6:
version "1.0.7"
Expand Down

0 comments on commit 67d4610

Please sign in to comment.