Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Fix deps. Fix #895, fix #875, fix #889
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Oct 19, 2017
1 parent d3a007b commit ad5fb9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions cli/packages/graphcool-cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,17 @@
"chokidar": "^1.7.0",
"download-github-repo": "^0.1.3",
"figures": "^2.0.0",
"fs-extra": "^4.0.2",
"globby": "^6.1.0",
"graphcool-json-schema": "^0.3.14",
"inquirer": "^3.3.0",
"isomorphic-fetch": "^2.2.1",
"js-yaml": "^3.9.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.4",
"lodash.differenceby": "^4.8.0",
"multimatch": "^2.1.0",
"opn": "^5.1.0",
"pause": "^0.1.0",
"portfinder": "^1.0.13",
"sillyname": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion cli/packages/graphcool-cli-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"debug": "^3.0.1",
"directory-tree": "^2.0.0",
"find-up": "^2.1.0",
"fs-extra": "^4.0.1",
"fs-extra": "^4.0.2",
"graphcool-inquirer": "beta",
"graphcool-json-schema": "^0.3.14",
"graphql-request": "^1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ frac@~1.1.0:
dependencies:
voc "~1.0.0"

fs-extra@^4.0.0:
fs-extra@^4.0.0, fs-extra@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.2.tgz#f91704c53d1b461f893452b0c307d9997647ab6b"
dependencies:
Expand Down

0 comments on commit ad5fb9c

Please sign in to comment.