Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #583 from aerogear/0.10.0-rc3
Browse files Browse the repository at this point in the history
0.10.0-rc3
  • Loading branch information
wtrocki authored Dec 23, 2019
2 parents 004db77 + dde52f3 commit 3d64df6
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion examples/generator-fullstack/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-client-example",
"version": "0.10.0-rc2",
"version": "0.10.0-rc3",
"private": true,
"dependencies": {
"@apollo/react-common": "3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/generator-fullstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-cli-fullstack-template",
"version": "0.10.0-rc2",
"version": "0.10.0-rc3",
"private": true,
"workspaces": [
"client",
Expand Down
4 changes: 2 additions & 2 deletions examples/generator-fullstack/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "generator-server-example",
"version": "0.10.0-rc2",
"version": "0.10.0-rc3",
"scripts": {
"develop": "ts-node-dev src/index.ts",
"build": "echo disabled",
Expand All @@ -10,7 +10,7 @@
"start": "ts-node src/index.ts"
},
"dependencies": {
"@graphback/runtime": "^0.10.0-rc2",
"@graphback/runtime": "^0.10.0-rc3",
"@types/cors": "2.8.6",
"@types/express": "4.17.2",
"@types/node": "12.12.5",
Expand Down
6 changes: 3 additions & 3 deletions examples/runtime-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-runtime-template",
"version": "0.10.0-rc2",
"version": "0.10.0-rc3",
"description": "",
"private": true,
"main": "dist/src/index.js",
Expand All @@ -15,9 +15,9 @@
"apollo-server-express": "2.9.12",
"cors": "2.8.5",
"express": "4.17.1",
"graphback": "^0.10.0-rc2",
"graphback": "^0.10.0-rc3",
"graphql": "14.5.8",
"graphql-migrations": "0.10.0-rc2",
"graphql-migrations": "^0.10.0-rc3",
"graphql-subscriptions": "1.1.0",
"graphql-tag": "2.10.1",
"knex": "0.20.4",
Expand Down
4 changes: 2 additions & 2 deletions integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback-integration-tests",
"version": "0.10.0-rc2",
"version": "0.10.0-rc3",
"private": true,
"description": "Integration tests",
"main": "index.js",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"apollo-boost": "0.4.7",
"graphback": "0.10.0-rc2",
"graphback": "^0.10.0-rc3",
"graphql": "^14.0.0",
"graphql-testx": "0.3.0-dev395.1074469",
"knex": "0.20.4",
Expand Down
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"packages": [
"examples/*",
"examples/generator-fullstack/*",
"packages/*",
"integration"
"integration",
"packages/*"
],
"version": "0.10.0-rc2"
"version": "0.10.0-rc3"
}
6 changes: 3 additions & 3 deletions packages/graphback-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback-cli",
"version": "0.10.0-rc2",
"version": "0.10.0-rc3",
"description": "Auto generate resolvers on top of the graphql and database of your choice",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -59,9 +59,9 @@
"execa": "3.4.0",
"figlet": "1.2.4",
"glob": "7.1.6",
"graphback": "0.10.0-rc2",
"graphback": "^0.10.0-rc3",
"graphql": "14.5.8",
"graphql-migrations": "0.10.0-rc2",
"graphql-migrations": "^0.10.0-rc3",
"inquirer": "7.0.1",
"js-yaml": "3.13.1",
"node-emoji": "1.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-codegen-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphback/codegen-client",
"version": "0.10.0-rc2",
"version": "0.10.0-rc3",
"description": "GraphQL-Code-Generator compatible client side queries generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"typescript": "3.7.3"
},
"dependencies": {
"@graphback/core": "0.10.0-rc2"
"@graphback/core": "^0.10.0-rc3"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-codegen-resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphback/codegen-resolvers",
"version": "0.10.0-rc2",
"version": "0.10.0-rc3",
"description": "GraphQL-Code-Generator compatibile schema generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"typescript": "3.7.3"
},
"dependencies": {
"@graphback/core": "^0.10.0-rc2",
"@graphback/core": "^0.10.0-rc3",
"knex": "0.20.4",
"pg": "7.15.0",
"sqlite3": "4.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-codegen-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphback/codegen-schema",
"version": "0.10.0-rc2",
"version": "0.10.0-rc3",
"description": "GraphQL-Code-Generator compatibile schema generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"typescript": "3.7.3"
},
"dependencies": {
"@graphback/core": "^0.10.0-rc2"
"@graphback/core": "^0.10.0-rc3"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/graphback-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphback/core",
"version": "0.10.0-rc2",
"version": "0.10.0-rc3",
"description": "Api for building Graphback generator metadata",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -49,8 +49,8 @@
},
"dependencies": {
"glob": "7.1.6",
"pino": "5.15.0",
"graphql-annotations": "0.0.3"
"graphql-annotations": "0.0.3",
"pino": "5.15.0"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphback/runtime",
"version": "0.10.0-rc2",
"version": "0.10.0-rc3",
"description": "GraphQL-Code-Generator compatibile schema generator",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"typescript": "3.7.3"
},
"dependencies": {
"@graphback/core": "^0.10.0-rc2",
"@graphback/core": "^0.10.0-rc3",
"dataloader": "2.0.0",
"graphql-subscriptions": "1.1.0",
"knex": "0.20.4"
Expand Down
12 changes: 6 additions & 6 deletions packages/graphback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback",
"version": "0.10.0-rc2",
"version": "0.10.0-rc3",
"description": "Auto generate resolvers on top of the graphql and database of your choice",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -45,11 +45,11 @@
},
"license": "Apache-2.0",
"dependencies": {
"@graphback/codegen-client": "0.10.0-rc2",
"@graphback/codegen-resolvers": "0.10.0-rc2",
"@graphback/codegen-schema": "0.10.0-rc2",
"@graphback/core": "0.10.0-rc2",
"@graphback/runtime": "0.10.0-rc2",
"@graphback/codegen-client": "^0.10.0-rc3",
"@graphback/codegen-resolvers": "^0.10.0-rc3",
"@graphback/codegen-schema": "^0.10.0-rc3",
"@graphback/core": "^0.10.0-rc3",
"@graphback/runtime": "^0.10.0-rc3",
"@graphql-inspector/core": "1.26.0",
"glob": "7.1.6",
"graphql-subscriptions": "1.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/graphql-migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-migrations",
"version": "0.10.0-rc2",
"version": "0.10.0-rc3",
"description": "Create & migrate Databases from GraphQL Schema",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -28,28 +28,28 @@
]
},
"dependencies": {
"@graphback/core": "^0.10.0-rc2",
"@graphback/core": "^0.10.0-rc3",
"@graphql-inspector/core": "1.26.0",
"case": "1.6.2",
"glob": "7.1.6",
"graphql-annotations": "0.0.3",
"knex": "0.20.4",
"lodash": "4.17.15",
"lodash-es": "4.17.15",
"node-emoji": "1.10.0",
"pino": "5.15.0",
"glob": "7.1.6"
"pino": "5.15.0"
},
"devDependencies": {
"@types/graphql": "14.2.3",
"@types/jest": "24.0.24",
"@types/node": "12.12.21",
"@types/lodash": "4.14.149",
"@types/node": "12.12.21",
"ava": "2.4.0",
"graphql": "^14.5.8",
"graphql-tools": "4.0.6",
"pg": "7.15.0",
"sqlite3": "4.1.1",
"rimraf": "3.0.0",
"sqlite3": "4.1.1",
"ts-node": "8.5.4",
"tslint": "5.20.1",
"tsutils": "3.17.1",
Expand Down

0 comments on commit 3d64df6

Please sign in to comment.