Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Mar 6, 2019
1 parent d806787 commit a11748a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
10 changes: 5 additions & 5 deletions packages/plugins/typescript-documents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-typescript-documents",
"version": "0.17.0",
"version": "0.18.0",
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -11,10 +11,10 @@
"test": "jest"
},
"dependencies": {
"graphql-codegen-typescript": "0.17.0",
"graphql-codegen-visitor-plugin-common": "0.17.0",
"graphql-codegen-core": "0.17.0",
"graphql-codegen-plugin-helpers": "0.17.0"
"graphql-codegen-typescript": "0.18.0",
"graphql-codegen-visitor-plugin-common": "0.18.0",
"graphql-codegen-core": "0.18.0",
"graphql-codegen-plugin-helpers": "0.18.0"
},
"devDependencies": {
"graphql": "14.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-typescript",
"version": "0.17.0",
"version": "0.18.0",
"description": "GraphQL Code Generator plugin for generating TypeScript types",
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -11,9 +11,9 @@
"test": "jest"
},
"dependencies": {
"graphql-codegen-visitor-plugin-common": "0.17.0",
"graphql-codegen-core": "0.17.0",
"graphql-codegen-plugin-helpers": "0.17.0"
"graphql-codegen-visitor-plugin-common": "0.18.0",
"graphql-codegen-core": "0.18.0",
"graphql-codegen-plugin-helpers": "0.18.0"
},
"devDependencies": {
"graphql": "14.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/visitor-plugin-common/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "graphql-codegen-visitor-plugin-common",
"version": "0.17.0",
"version": "0.18.0",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"dependencies": {
"graphql-codegen-core": "0.17.0",
"graphql-codegen-core": "0.18.0",
"auto-bind": "2.0.0"
},
"peerDependencies": {
Expand Down
32 changes: 16 additions & 16 deletions website/live-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"codemirror": "5.44.0",
"codemirror-graphql": "0.8.3",
"js-yaml": "3.12.2",
"graphql-code-generator": "0.17.0",
"graphql-codegen-flow": "0.17.0",
"graphql-codegen-flow-documents": "0.17.0",
"graphql-codegen-flow-resolvers": "0.17.0",
"graphql-codegen-typescript-common": "0.17.0",
"graphql-codegen-typescript-client": "0.17.0",
"graphql-codegen-typescript-server": "0.17.0",
"graphql-codegen-add": "0.17.0",
"graphql-codegen-time": "0.17.0",
"graphql-codegen-introspection": "0.17.0",
"graphql-codegen-schema-ast": "0.17.0",
"graphql-codegen-typescript-apollo-angular": "0.17.0",
"graphql-codegen-typescript-graphql-files-modules": "0.17.0",
"graphql-codegen-typescript-mongodb": "0.17.0",
"graphql-codegen-typescript-react-apollo": "0.17.0",
"graphql-codegen-typescript-resolvers": "0.17.0",
"graphql-code-generator": "0.18.0",
"graphql-codegen-flow": "0.18.0",
"graphql-codegen-flow-documents": "0.18.0",
"graphql-codegen-flow-resolvers": "0.18.0",
"graphql-codegen-typescript-common": "0.18.0",
"graphql-codegen-typescript-client": "0.18.0",
"graphql-codegen-typescript-server": "0.18.0",
"graphql-codegen-add": "0.18.0",
"graphql-codegen-time": "0.18.0",
"graphql-codegen-introspection": "0.18.0",
"graphql-codegen-schema-ast": "0.18.0",
"graphql-codegen-typescript-apollo-angular": "0.18.0",
"graphql-codegen-typescript-graphql-files-modules": "0.18.0",
"graphql-codegen-typescript-mongodb": "0.18.0",
"graphql-codegen-typescript-react-apollo": "0.18.0",
"graphql-codegen-typescript-resolvers": "0.18.0",
"prettier": "1.16.4",
"@material-ui/core": "3.9.2"
},
Expand Down

0 comments on commit a11748a

Please sign in to comment.