Skip to content

Commit

Permalink
chore(deps): update dependency eslint-config-prettier to v3 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and GabeDuarteM committed Aug 13, 2018
1 parent f9c30c7 commit 0d91bd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "5.0.0",
"eslint-config-airbnb": "17.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-prettier": "^3.0.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-prettier": "^2.6.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Expand Up @@ -2430,11 +2430,11 @@ eslint-config-airbnb@17.0.0:
object.assign "^4.1.0"
object.entries "^1.0.4"

eslint-config-prettier@^2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-2.9.0.tgz#5ecd65174d486c22dff389fe036febf502d468a3"
eslint-config-prettier@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.0.1.tgz#479214f64c1a4b344040924bfb97543db334b7b1"
dependencies:
get-stdin "^5.0.1"
get-stdin "^6.0.0"

eslint-import-resolver-node@^0.3.1:
version "0.3.2"
Expand Down Expand Up @@ -3033,9 +3033,9 @@ get-stdin@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"

get-stdin@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398"
get-stdin@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"

get-stream@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit 0d91bd6

Please sign in to comment.