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

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Nov 11, 2017
1 parent a34cbbd commit 35be8d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 60 deletions.
2 changes: 1 addition & 1 deletion cli/packages/graphcool-cli-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphcool-cli-core",
"version": "1.7.3",
"version": "1.7.4",
"main": "dist/index.js",
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions cli/packages/graphcool-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphcool",
"version": "0.9.1",
"version": "0.9.2",
"main": "dist/index.js",
"bin": {
"graphcool": "dist/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"fs-extra": "^4.0.1",
"graphcool-cli-core": "1.7.3",
"graphcool-cli-core": "1.7.4",
"graphcool-cli-engine": "0.3.2",
"semver": "^5.4.1",
"source-map-support": "^0.4.18"
Expand Down
60 changes: 3 additions & 57 deletions cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1313,9 +1313,9 @@ graceful-fs@~3.0.2:
dependencies:
natives "^1.1.0"

[email protected].2:
version "1.7.2"
resolved "https://registry.yarnpkg.com/graphcool-cli-core/-/graphcool-cli-core-1.7.2.tgz#287e30e2f483ba9825e5422be5a68285bbbb6c0a"
[email protected].3:
version "1.7.3"
resolved "https://registry.yarnpkg.com/graphcool-cli-core/-/graphcool-cli-core-1.7.3.tgz#22198c007505af8ed64e653813b839756872f9ee"
dependencies:
archiver "^2.0.3"
callsites "^2.0.0"
Expand Down Expand Up @@ -1345,60 +1345,6 @@ [email protected]:
typescript "^2.5.3"
validator "^8.2.0"

[email protected]:
version "0.3.1"
resolved "https://registry.yarnpkg.com/graphcool-cli-engine/-/graphcool-cli-engine-0.3.1.tgz#b0eff0f5ac6f52680b2b35310a1c2a4549e3c6ff"
dependencies:
"@heroku/linewrap" "^1.0.0"
"@types/fs-extra" "^4.0.2"
ajv "^5.2.2"
ansi-escapes "^3.0.0"
ansi-styles "^3.2.0"
bluebird "^3.5.0"
cache-require-paths "^0.3.0"
callsites "^2.0.0"
cardinal "^1.0.0"
chalk "^2.2.0"
charm "^1.0.2"
debug "^3.0.1"
directory-tree "^2.0.0"
find-up "^2.1.0"
fs-extra "^4.0.2"
graphcool-inquirer "^1.0.3"
graphcool-json-schema "^0.3.14"
graphql-request "^1.3.4"
isomorphic-fetch "^2.2.1"
klaw-sync "^3.0.0"
lodash "^4.17.4"
lodash.ary "^4.1.1"
lodash.defaults "^4.2.0"
lodash.flatten "^4.4.0"
lodash.get "^4.4.2"
lodash.groupby "^4.6.0"
lodash.identity "^3.0.0"
lodash.keys "^4.2.0"
lodash.maxby "4.x"
lodash.merge "4.x"
lodash.partial "^4.2.1"
lodash.property "^4.4.2"
lodash.result "^4.5.2"
lodash.uniqby "^4.7.0"
marked "^0.3.6"
marked-terminal "^2.0.0"
memfs "^2.5.3"
opn "^5.1.0"
replaceall "^0.1.6"
rwlockfile "^1.4.8"
scuid "^1.0.2"
source-map-support "^0.4.18"
string "3.x"
string-similarity "^1.2.0"
strip-ansi "^4.0.0"
supports-color "^4.4.0"
treeify "^1.0.1"
validator "^8.2.0"
yaml-ast-parser "^0.0.34"

graphcool-inquirer@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/graphcool-inquirer/-/graphcool-inquirer-1.0.3.tgz#4ab8e28b4b9371eabb8ad0ad3c59754a35431633"
Expand Down

0 comments on commit 35be8d7

Please sign in to comment.