diff --git a/cli/packages/graphcool-cli-core/package.json b/cli/packages/graphcool-cli-core/package.json index 8ac1c68850..a9a6831127 100644 --- a/cli/packages/graphcool-cli-core/package.json +++ b/cli/packages/graphcool-cli-core/package.json @@ -1,6 +1,6 @@ { "name": "graphcool-cli-core", - "version": "1.3.102", + "version": "1.3.103", "main": "dist/index.js", "files": [ "dist" diff --git a/cli/packages/graphcool-cli-engine/package-lock.json b/cli/packages/graphcool-cli-engine/package-lock.json index 89d0456007..250f2eaf47 100644 --- a/cli/packages/graphcool-cli-engine/package-lock.json +++ b/cli/packages/graphcool-cli-engine/package-lock.json @@ -1,6 +1,6 @@ { "name": "graphcool-cli-engine", - "version": "0.0.75", + "version": "0.0.76", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/cli/packages/graphcool-cli-engine/package.json b/cli/packages/graphcool-cli-engine/package.json index f855e204a7..8efacda4e0 100644 --- a/cli/packages/graphcool-cli-engine/package.json +++ b/cli/packages/graphcool-cli-engine/package.json @@ -1,6 +1,6 @@ { "name": "graphcool-cli-engine", - "version": "0.0.75", + "version": "0.0.76", "main": "dist/index.js", "files": [ "dist" diff --git a/cli/packages/graphcool-cli/package.json b/cli/packages/graphcool-cli/package.json index 9b57e0b95f..14a4c25305 100644 --- a/cli/packages/graphcool-cli/package.json +++ b/cli/packages/graphcool-cli/package.json @@ -1,6 +1,6 @@ { "name": "graphcool", - "version": "0.7.0-alpha.34", + "version": "0.7.0", "main": "dist/index.js", "bin": { "graphcool": "dist/index.js", @@ -49,8 +49,8 @@ }, "dependencies": { "fs-extra": "^4.0.1", - "graphcool-cli-core": "1.3.102", - "graphcool-cli-engine": "0.0.75", + "graphcool-cli-core": "1.3.103", + "graphcool-cli-engine": "0.0.76", "semver": "^5.4.1", "source-map-support": "^0.4.18" }, diff --git a/cli/yarn.lock b/cli/yarn.lock index f635916629..c69afc3487 100644 --- a/cli/yarn.lock +++ b/cli/yarn.lock @@ -1519,9 +1519,9 @@ graceful-fs@~3.0.2: dependencies: natives "^1.1.0" -graphcool-cli-core@1.3.101: - version "1.3.101" - resolved "https://registry.yarnpkg.com/graphcool-cli-core/-/graphcool-cli-core-1.3.101.tgz#3d69e8b70b905c75183a8456848aeec240e3b93a" +graphcool-cli-core@1.3.102: + version "1.3.102" + resolved "https://registry.yarnpkg.com/graphcool-cli-core/-/graphcool-cli-core-1.3.102.tgz#098940b819d58d43aba227f184065f035a7c541c" dependencies: archiver "^2.0.3" callsites "^2.0.0" @@ -1546,6 +1546,61 @@ graphcool-cli-core@1.3.101: typescript "^2.5.3" validator "^8.2.0" +graphcool-cli-engine@0.0.75: + version "0.0.75" + resolved "https://registry.yarnpkg.com/graphcool-cli-engine/-/graphcool-cli-engine-0.0.75.tgz#df15cf3c8addc62d419baf358bc9594cd9c48b41" + 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" + any-json "^3.1.0" + bluebird "^3.5.0" + cache-require-paths "^0.3.0" + callsites "^2.0.0" + cardinal "^1.0.0" + chalk "^2.1.0" + charm "^1.0.2" + cuid "^1.3.8" + debug "^3.0.1" + directory-tree "^2.0.0" + find-up "^2.1.0" + fs-extra "^4.0.1" + graphcool-inquirer beta + graphcool-json-schema "^0.3.12" + 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" + 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@beta: version "1.0.1" resolved "https://registry.yarnpkg.com/graphcool-inquirer/-/graphcool-inquirer-1.0.1.tgz#ab9d85465261a063d364dae915be6f918dce8828"