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

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Nov 8, 2017
1 parent fd016d2 commit a65b4f0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 40 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.5.4",
"version": "1.7.0",
"main": "dist/index.js",
"files": [
"dist"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- db-persistence:/var/lib/mysql

localfaas:
image: graphcool/localfaas:latest
image: graphcool/localfaas:0.9.0
networks:
- graphcool
restart: always
Expand All @@ -25,7 +25,7 @@ services:
- faas-persistence:/var/faas

graphcool:
image: graphcool/graphcool-dev:latest
image: graphcool/graphcool-dev:0.9.0
restart: always
ports:
- "0.0.0.0:${PORT}:${PORT}"
Expand Down
2 changes: 1 addition & 1 deletion cli/packages/graphcool-cli-engine/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/packages/graphcool-cli-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphcool-cli-engine",
"version": "0.2.1",
"version": "0.3.0",
"main": "dist/index.js",
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 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.0-alpha.2",
"version": "0.9.0",
"main": "dist/index.js",
"bin": {
"graphcool": "dist/index.js",
Expand Down Expand Up @@ -49,8 +49,8 @@
},
"dependencies": {
"fs-extra": "^4.0.1",
"graphcool-cli-core": "1.5.4",
"graphcool-cli-engine": "0.2.1",
"graphcool-cli-core": "1.7.0",
"graphcool-cli-engine": "0.3.0",
"semver": "^5.4.1",
"source-map-support": "^0.4.18"
},
Expand Down
32 changes: 0 additions & 32 deletions cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1313,38 +1313,6 @@ graceful-fs@~3.0.2:
dependencies:
natives "^1.1.0"

[email protected]:
version "1.5.3"
resolved "https://registry.yarnpkg.com/graphcool-cli-core/-/graphcool-cli-core-1.5.3.tgz#41774b304804cb9b163de2aa66e26973047c7005"
dependencies:
archiver "^2.0.3"
callsites "^2.0.0"
chalk "^2.2.0"
chokidar "^1.7.0"
download-github-repo "^0.1.3"
figures "^2.0.0"
fs-extra "^4.0.2"
globby "^6.1.0"
graphcool-inquirer "^1.0.3"
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"
scuid "^1.0.2"
sillyname "^0.1.0"
source-map-support "^0.4.18"
table "^4.0.1"
ts-node "^3.3.0"
typescript "^2.5.3"
validator "^8.2.0"

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 a65b4f0

Please sign in to comment.