Skip to content

Commit

Permalink
fix(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDuarteM committed Aug 16, 2018
1 parent cf398cd commit 31eaa64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"chalk": "^2.4.1",
"cross-spawn": "^6.0.5",
"eslint": "^5.2.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-typescript": "^0.12.0",
"glob": "^7.1.2",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2144,11 +2144,11 @@ escodegen@^1.9.1:
optionalDependencies:
source-map "~0.6.1"

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.1:
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 @@ -2684,9 +2684,9 @@ get-caller-file@^1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"

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 31eaa64

Please sign in to comment.