From 38a0cb15482bef36641038564af09fa39ea37fce Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Tue, 28 Jan 2020 17:32:40 +0200 Subject: [PATCH] v1.12.0 --- lerna.json | 2 +- packages/graphql-codegen-cli/package.json | 8 ++-- packages/graphql-codegen-core/package.json | 4 +- packages/plugins/flow/flow/package.json | 8 ++-- packages/plugins/flow/operations/package.json | 10 ++-- packages/plugins/flow/resolvers/package.json | 10 ++-- .../plugins/java/apollo-android/package.json | 10 ++-- packages/plugins/java/common/package.json | 6 +-- packages/plugins/java/java/package.json | 10 ++-- packages/plugins/java/kotlin/package.json | 10 ++-- packages/plugins/java/resolvers/package.json | 10 ++-- packages/plugins/other/add/package.json | 4 +- .../other/fragment-matcher/package.json | 4 +- .../plugins/other/introspection/package.json | 4 +- .../plugins/other/schema-ast/package.json | 4 +- packages/plugins/other/time/package.json | 4 +- .../other/visitor-plugin-common/package.json | 10 ++-- .../typescript/apollo-angular/package.json | 8 ++-- .../typescript/compatibility/package.json | 6 +-- .../typescript/document-nodes/package.json | 8 ++-- .../graphql-files-modules/package.json | 6 +-- .../typescript/graphql-request/package.json | 8 ++-- .../plugins/typescript/mongodb/package.json | 10 ++-- .../typescript/operations/package.json | 10 ++-- .../typescript/react-apollo/package.json | 10 ++-- .../plugins/typescript/resolvers/package.json | 10 ++-- .../typescript/stencil-apollo/package.json | 12 ++--- .../typescript/type-graphql/package.json | 10 ++-- .../typescript/typescript/package.json | 8 ++-- packages/plugins/typescript/urql/package.json | 8 ++-- .../typescript/vue-apollo/package.json | 8 ++-- packages/presets/import-types/package.json | 10 ++-- .../presets/near-operation-file/package.json | 10 ++-- .../utils/config-md-generator/package.json | 2 +- .../graphql-codegen-testing/package.json | 4 +- packages/utils/plugins-helpers/package.json | 2 +- website/live-demo/package.json | 48 +++++++++---------- website/package.json | 4 +- 38 files changed, 160 insertions(+), 160 deletions(-) diff --git a/lerna.json b/lerna.json index 6001a62c651..0ba5bdc53f2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.11.2", + "version": "1.12.0", "npmClient": "yarn", "useWorkspaces": true, "concurrency": 2 diff --git a/packages/graphql-codegen-cli/package.json b/packages/graphql-codegen-cli/package.json index dfd8b6a9013..aadb6733d91 100644 --- a/packages/graphql-codegen-cli/package.json +++ b/packages/graphql-codegen-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/cli", - "version": "1.11.2", + "version": "1.12.0", "license": "MIT", "bin": { "gql-gen": "dist/bin.js", @@ -43,8 +43,8 @@ "homepage": "https://github.com/dotansimha/graphql-code-generator#readme", "dependencies": { "@babel/parser": "7.8.3", - "@graphql-codegen/core": "1.11.2", - "@graphql-codegen/plugin-helpers": "1.11.2", + "@graphql-codegen/core": "1.12.0", + "@graphql-codegen/plugin-helpers": "1.12.0", "@graphql-toolkit/apollo-engine-loader": "0.9.6", "@graphql-toolkit/code-file-loader": "0.9.6", "@graphql-toolkit/common": "0.9.6", @@ -92,6 +92,7 @@ "valid-url": "1.0.9" }, "devDependencies": { + "@ardatan/bob": "0.2.7", "@types/chokidar": "1.7.5", "@types/detect-indent": "5.0.0", "@types/inquirer": "6.5.0", @@ -99,7 +100,6 @@ "@types/listr": "0.14.2", "@types/log-symbols": "2.0.0", "bdd-stdin": "0.2.0", - "@ardatan/bob": "0.2.7", "dotenv": "8.2.0", "graphql": "14.6.0", "js-yaml": "3.13.1", diff --git a/packages/graphql-codegen-core/package.json b/packages/graphql-codegen-core/package.json index c97c5c06b4d..466f63a9854 100644 --- a/packages/graphql-codegen-core/package.json +++ b/packages/graphql-codegen-core/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/core", - "version": "1.11.2", + "version": "1.12.0", "license": "MIT", "repository": { "type": "git", @@ -40,7 +40,7 @@ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", "@graphql-toolkit/common": "0.9.6", "@graphql-toolkit/schema-merging": "0.9.6", "tslib": "1.10.0" diff --git a/packages/plugins/flow/flow/package.json b/packages/plugins/flow/flow/package.json index 1ae7459e03c..b7b9f8a4947 100644 --- a/packages/plugins/flow/flow/package.json +++ b/packages/plugins/flow/flow/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/flow", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating Flow types", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,8 +11,8 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "auto-bind": "4.0.0", "tslib": "1.10.0" }, @@ -20,8 +20,8 @@ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "graphql": "14.6.0", "jest": "25.1.0", "ts-jest": "25.0.0", diff --git a/packages/plugins/flow/operations/package.json b/packages/plugins/flow/operations/package.json index 2855d98c6df..22bd3221ca9 100644 --- a/packages/plugins/flow/operations/package.json +++ b/packages/plugins/flow/operations/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/flow-operations", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,9 +11,9 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/flow": "1.11.2", - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/flow": "1.12.0", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "auto-bind": "4.0.0", "tslib": "1.10.0" }, @@ -21,8 +21,8 @@ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "flow-bin": "0.117.0", "flow-parser": "0.117.0", "graphql": "14.6.0", diff --git a/packages/plugins/flow/resolvers/package.json b/packages/plugins/flow/resolvers/package.json index 3f96a38f18f..5298794eb58 100644 --- a/packages/plugins/flow/resolvers/package.json +++ b/packages/plugins/flow/resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/flow-resolvers", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating Flow types for GraphQL resolvers signature", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,9 +11,9 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/flow": "1.11.2", - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/flow": "1.12.0", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "@graphql-toolkit/common": "0.9.6", "auto-bind": "4.0.0", "tslib": "1.10.0" @@ -22,8 +22,8 @@ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "flow-bin": "0.117.0", "flow-parser": "0.117.0", "graphql": "14.6.0", diff --git a/packages/plugins/java/apollo-android/package.json b/packages/plugins/java/apollo-android/package.json index 0ecb8a65df7..342c6f4f318 100644 --- a/packages/plugins/java/apollo-android/package.json +++ b/packages/plugins/java/apollo-android/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/java-apollo-android", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating Java classes for Apollo-Android", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,9 +11,9 @@ "build": "bob" }, "dependencies": { - "@graphql-codegen/java-common": "1.11.2", - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/java-common": "1.12.0", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "camel-case": "4.1.1", "pascal-case": "3.1.1", "pluralize": "8.0.0", @@ -23,8 +23,8 @@ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, "devDependencies": { - "@types/pluralize": "0.0.29", "@ardatan/bob": "0.2.7", + "@types/pluralize": "0.0.29", "graphql": "14.6.0", "java-ast": "0.1.0", "jest": "25.1.0", diff --git a/packages/plugins/java/common/package.json b/packages/plugins/java/common/package.json index d2e511fb67b..9b6494ef298 100644 --- a/packages/plugins/java/common/package.json +++ b/packages/plugins/java/common/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/java-common", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator utils library for developing Java plugins", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -10,8 +10,8 @@ "build": "bob" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "strip-indent": "3.0.0", "tslib": "1.10.0", "unixify": "1.0.0" diff --git a/packages/plugins/java/java/package.json b/packages/plugins/java/java/package.json index 5445cfe9599..098ab4f6a23 100644 --- a/packages/plugins/java/java/package.json +++ b/packages/plugins/java/java/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/java", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating Java code based on a GraphQL schema", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,17 +11,17 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/java-common": "1.11.2", - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/java-common": "1.12.0", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "tslib": "1.10.0" }, "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "graphql": "14.6.0", "java-ast": "0.1.0", "jest": "25.1.0", diff --git a/packages/plugins/java/kotlin/package.json b/packages/plugins/java/kotlin/package.json index ab58399eb7e..aad3c023345 100644 --- a/packages/plugins/java/kotlin/package.json +++ b/packages/plugins/java/kotlin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/kotlin", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating Kotlin code based on a GraphQL schema", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,17 +11,17 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/java-common": "1.11.2", - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/java-common": "1.12.0", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "tslib": "1.10.0" }, "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "graphql": "14.6.0", "jest": "25.1.0", "ts-jest": "25.0.0", diff --git a/packages/plugins/java/resolvers/package.json b/packages/plugins/java/resolvers/package.json index 1dd44e5c2d7..62eb44bb376 100644 --- a/packages/plugins/java/resolvers/package.json +++ b/packages/plugins/java/resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/java-resolvers", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating resolvers signature for Java backends", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,17 +11,17 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/java-common": "1.11.2", - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/java-common": "1.12.0", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "tslib": "1.10.0" }, "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "graphql": "14.6.0", "java-ast": "0.1.0", "jest": "25.1.0", diff --git a/packages/plugins/other/add/package.json b/packages/plugins/other/add/package.json index 80ccc0f6a4a..cfd7c3a7713 100644 --- a/packages/plugins/other/add/package.json +++ b/packages/plugins/other/add/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/add", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for adding custom content to your output file", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -10,7 +10,7 @@ "build": "bob" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", "tslib": "1.10.0" }, "peerDependencies": { diff --git a/packages/plugins/other/fragment-matcher/package.json b/packages/plugins/other/fragment-matcher/package.json index 764b3acbe2c..0c022d65489 100644 --- a/packages/plugins/other/fragment-matcher/package.json +++ b/packages/plugins/other/fragment-matcher/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/fragment-matcher", - "version": "1.11.2", + "version": "1.12.0", "description": "graphql-code-generate plugin for generating fragments matcher introspection file", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,7 +11,7 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2" + "@graphql-codegen/plugin-helpers": "1.12.0" }, "devDependencies": { "@ardatan/bob": "0.2.7", diff --git a/packages/plugins/other/introspection/package.json b/packages/plugins/other/introspection/package.json index c9f10414a4c..10a30cbe33b 100644 --- a/packages/plugins/other/introspection/package.json +++ b/packages/plugins/other/introspection/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/introspection", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating an introspection JSON file for a GraphQLSchema", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,7 +11,7 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", "tslib": "1.10.0" }, "devDependencies": { diff --git a/packages/plugins/other/schema-ast/package.json b/packages/plugins/other/schema-ast/package.json index b7d19b55b48..7e2930381ed 100644 --- a/packages/plugins/other/schema-ast/package.json +++ b/packages/plugins/other/schema-ast/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/schema-ast", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating a .graphql file from a given schema", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,7 +11,7 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", "@graphql-toolkit/common": "0.9.6", "tslib": "1.10.0" }, diff --git a/packages/plugins/other/time/package.json b/packages/plugins/other/time/package.json index 6b97cd3a4a7..ee0d2682ccb 100644 --- a/packages/plugins/other/time/package.json +++ b/packages/plugins/other/time/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/time", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for adding the current time for an output file", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -10,7 +10,7 @@ "build": "bob" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", "moment": "2.24.0" }, "devDependencies": { diff --git a/packages/plugins/other/visitor-plugin-common/package.json b/packages/plugins/other/visitor-plugin-common/package.json index 16cd5937a9a..e4ab0cf8a47 100644 --- a/packages/plugins/other/visitor-plugin-common/package.json +++ b/packages/plugins/other/visitor-plugin-common/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/visitor-plugin-common", - "version": "1.11.2", + "version": "1.12.0", "license": "MIT", "scripts": { "lint": "tslint src/**/*.ts", @@ -9,21 +9,21 @@ "build": "bob" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", "@graphql-toolkit/relay-operation-optimizer": "0.9.6", "auto-bind": "4.0.0", "dependency-graph": "0.8.1", - "pascal-case": "3.1.1", "graphql-tag": "2.10.1", + "pascal-case": "3.1.1", "tslib": "1.10.0" }, "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", - "@types/jest": "25.1.0", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", + "@types/jest": "25.1.0", "graphql": "14.6.0", "jest": "25.1.0", "ts-jest": "25.0.0", diff --git a/packages/plugins/typescript/apollo-angular/package.json b/packages/plugins/typescript/apollo-angular/package.json index 97646725a5b..146ef470b8b 100644 --- a/packages/plugins/typescript/apollo-angular/package.json +++ b/packages/plugins/typescript/apollo-angular/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-apollo-angular", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating ready-to-use Angular Components based on GraphQL operations", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -15,15 +15,15 @@ "graphql-tag": "^2.0.0" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "auto-bind": "4.0.0", "camel-case": "4.1.1", "tslib": "1.10.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "graphql": "14.6.0", "jest": "25.1.0", "ts-jest": "25.0.0", diff --git a/packages/plugins/typescript/compatibility/package.json b/packages/plugins/typescript/compatibility/package.json index 1f25c4fa1d7..9ab82842d23 100644 --- a/packages/plugins/typescript/compatibility/package.json +++ b/packages/plugins/typescript/compatibility/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-compatibility", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for TypeScript plugins backward compatability for <1.0", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,8 +11,8 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "pascal-case": "3.1.1", "tslib": "1.10.0" }, diff --git a/packages/plugins/typescript/document-nodes/package.json b/packages/plugins/typescript/document-nodes/package.json index 55e124b7462..169c23ce90e 100644 --- a/packages/plugins/typescript/document-nodes/package.json +++ b/packages/plugins/typescript/document-nodes/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-document-nodes", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating TypeScript modules with embedded GraphQL document nodes", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,8 +11,8 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "auto-bind": "4.0.0", "tslib": "1.10.0" }, @@ -20,8 +20,8 @@ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "graphql": "14.6.0", "jest": "25.1.0", "ts-jest": "25.0.0", diff --git a/packages/plugins/typescript/graphql-files-modules/package.json b/packages/plugins/typescript/graphql-files-modules/package.json index b0b8840b3da..21b663f1f97 100644 --- a/packages/plugins/typescript/graphql-files-modules/package.json +++ b/packages/plugins/typescript/graphql-files-modules/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-graphql-files-modules", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating TypeScript module declarations based on GraphQL operations", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,15 +11,15 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", "tslib": "1.10.0" }, "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "graphql": "14.6.0", "jest": "25.1.0", "ts-jest": "25.0.0", diff --git a/packages/plugins/typescript/graphql-request/package.json b/packages/plugins/typescript/graphql-request/package.json index 243273eee5a..67aefe183ec 100644 --- a/packages/plugins/typescript/graphql-request/package.json +++ b/packages/plugins/typescript/graphql-request/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-graphql-request", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating a ready-to-use SDK based on graphql-request and GraphQL operations", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -14,8 +14,8 @@ "graphql-tag": "^2.0.0" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "auto-bind": "4.0.0", "tslib": "1.10.0" }, @@ -23,8 +23,8 @@ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "graphql": "14.6.0", "jest": "25.1.0", "ts-jest": "25.0.0", diff --git a/packages/plugins/typescript/mongodb/package.json b/packages/plugins/typescript/mongodb/package.json index 2ef2f6f47c0..b86676d6a80 100644 --- a/packages/plugins/typescript/mongodb/package.json +++ b/packages/plugins/typescript/mongodb/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-mongodb", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generting a ready-to-use ORM types for MongoDB", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,9 +11,9 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/typescript": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/typescript": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "@graphql-toolkit/common": "0.9.6", "auto-bind": "4.0.0", "lodash": "4.17.15", @@ -25,7 +25,7 @@ }, "devDependencies": { "@ardatan/bob": "0.2.7", - "@graphql-codegen/testing": "1.11.2", + "@graphql-codegen/testing": "1.12.0", "@types/lodash": "4.14.149", "graphql": "14.6.0", "jest": "25.1.0", diff --git a/packages/plugins/typescript/operations/package.json b/packages/plugins/typescript/operations/package.json index d1e1b2f64f4..481da1df294 100644 --- a/packages/plugins/typescript/operations/package.json +++ b/packages/plugins/typescript/operations/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-operations", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,9 +11,9 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/typescript": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/typescript": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "auto-bind": "4.0.0", "tslib": "1.10.0" }, @@ -21,8 +21,8 @@ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "graphql": "14.6.0", "jest": "25.1.0", "ts-jest": "25.0.0", diff --git a/packages/plugins/typescript/react-apollo/package.json b/packages/plugins/typescript/react-apollo/package.json index b7766d702de..c00bceadcd4 100644 --- a/packages/plugins/typescript/react-apollo/package.json +++ b/packages/plugins/typescript/react-apollo/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-react-apollo", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating a ready-to-use React Components/HOC/Hooks based on GraphQL operations", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,11 +11,11 @@ "test": "jest --no-watchman --config ../../../../jest.config.js --forceExit" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", + "auto-bind": "4.0.0", "camel-case": "4.1.1", "pascal-case": "3.1.1", - "auto-bind": "4.0.0", "tslib": "1.10.0" }, "peerDependencies": { @@ -23,8 +23,8 @@ "graphql-tag": "^2.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "graphql": "14.6.0", "jest": "25.1.0", "ts-jest": "25.0.0", diff --git a/packages/plugins/typescript/resolvers/package.json b/packages/plugins/typescript/resolvers/package.json index d841ae2e70c..5baab80a464 100644 --- a/packages/plugins/typescript/resolvers/package.json +++ b/packages/plugins/typescript/resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-resolvers", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating TypeScript types for resolvers signature", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,9 +11,9 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/typescript": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/typescript": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "@graphql-toolkit/common": "0.9.6", "auto-bind": "4.0.0", "tslib": "1.10.0" @@ -22,8 +22,8 @@ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "graphql": "14.6.0", "graphql-subscriptions": "1.1.0", "graphql-tools": "4.0.6", diff --git a/packages/plugins/typescript/stencil-apollo/package.json b/packages/plugins/typescript/stencil-apollo/package.json index cabb49acea0..ff690caa809 100644 --- a/packages/plugins/typescript/stencil-apollo/package.json +++ b/packages/plugins/typescript/stencil-apollo/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-stencil-apollo", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating Stencil Components based on GraphQL operations", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,11 +11,11 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", + "auto-bind": "4.0.0", "param-case": "3.0.3", "pascal-case": "3.1.1", - "auto-bind": "4.0.0", "tslib": "1.10.0" }, "peerDependencies": { @@ -24,9 +24,9 @@ "stencil-apollo": "^0.1.3" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", - "@types/node": "10.17.13", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", + "@types/node": "10.17.13", "graphql": "14.6.0", "jest": "25.1.0", "ts-jest": "25.0.0", diff --git a/packages/plugins/typescript/type-graphql/package.json b/packages/plugins/typescript/type-graphql/package.json index 3cf7651335a..5c5b77768cc 100644 --- a/packages/plugins/typescript/type-graphql/package.json +++ b/packages/plugins/typescript/type-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-type-graphql", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating TypeGraphQL compatible TypeScript types", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,9 +11,9 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/typescript": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/typescript": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "auto-bind": "4.0.0", "tslib": "1.10.0" }, @@ -21,8 +21,8 @@ "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "graphql": "14.6.0", "jest": "25.1.0", "ts-jest": "25.0.0", diff --git a/packages/plugins/typescript/typescript/package.json b/packages/plugins/typescript/typescript/package.json index f05087eb9e4..df00fdee40e 100644 --- a/packages/plugins/typescript/typescript/package.json +++ b/packages/plugins/typescript/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating TypeScript types", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,14 +11,14 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "auto-bind": "4.0.0", "tslib": "1.10.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "graphql": "14.6.0", "jest": "25.1.0", "ts-jest": "25.0.0", diff --git a/packages/plugins/typescript/urql/package.json b/packages/plugins/typescript/urql/package.json index 8fdeda15502..e5adf389c59 100644 --- a/packages/plugins/typescript/urql/package.json +++ b/packages/plugins/typescript/urql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-urql", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating a ready-to-use React Components/HOC/Hooks based on GraphQL operations with urql", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,8 +11,8 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "auto-bind": "4.0.0", "pascal-case": "3.1.1", "tslib": "1.10.0" @@ -22,8 +22,8 @@ "graphql-tag": "^2.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "graphql": "14.6.0", "jest": "25.1.0", "ts-jest": "25.0.0", diff --git a/packages/plugins/typescript/vue-apollo/package.json b/packages/plugins/typescript/vue-apollo/package.json index 98a181e2d85..0290452fdbe 100644 --- a/packages/plugins/typescript/vue-apollo/package.json +++ b/packages/plugins/typescript/vue-apollo/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-vue-apollo", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator plugin for generating ready-to-use Vue-Apollo composition functions based on GraphQL operations", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,8 +11,8 @@ "test": "jest --no-watchman --config ../../../../jest.config.js --forceExit" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "auto-bind": "4.0.0", "pascal-case": "3.1.1", "tslib": "1.10.0" @@ -22,8 +22,8 @@ "graphql-tag": "^2.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "graphql": "14.6.0", "jest": "25.1.0", "ts-jest": "25.0.0", diff --git a/packages/presets/import-types/package.json b/packages/presets/import-types/package.json index 8ffe972dd28..04c53837341 100644 --- a/packages/presets/import-types/package.json +++ b/packages/presets/import-types/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/import-types-preset", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator preset for importing types to operation file", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,17 +11,17 @@ "test": "jest --no-watchman --config ../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/add": "1.11.2", - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/add": "1.12.0", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "tslib": "1.10.0" }, "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "graphql": "14.6.0", "jest": "25.1.0", "ts-jest": "25.0.0", diff --git a/packages/presets/near-operation-file/package.json b/packages/presets/near-operation-file/package.json index 61d97420ee6..8ad1f688c1d 100644 --- a/packages/presets/near-operation-file/package.json +++ b/packages/presets/near-operation-file/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/near-operation-file-preset", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator preset for generating operation code near the operation file", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", @@ -11,17 +11,17 @@ "test": "jest --no-watchman --config ../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/add": "1.11.2", - "@graphql-codegen/plugin-helpers": "1.11.2", - "@graphql-codegen/visitor-plugin-common": "1.11.2", + "@graphql-codegen/add": "1.12.0", + "@graphql-codegen/plugin-helpers": "1.12.0", + "@graphql-codegen/visitor-plugin-common": "1.12.0", "tslib": "1.10.0" }, "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" }, "devDependencies": { - "@graphql-codegen/testing": "1.11.2", "@ardatan/bob": "0.2.7", + "@graphql-codegen/testing": "1.12.0", "graphql": "14.6.0", "jest": "25.1.0", "ts-jest": "25.0.0", diff --git a/packages/utils/config-md-generator/package.json b/packages/utils/config-md-generator/package.json index 0cf4326cdfa..daadc76d0b4 100644 --- a/packages/utils/config-md-generator/package.json +++ b/packages/utils/config-md-generator/package.json @@ -1,7 +1,7 @@ { "name": "@graphql-codegen/config-markdown-generator", "private": true, - "version": "1.11.2", + "version": "1.12.0", "license": "MIT", "scripts": { "lint": "tslint src/**/*.ts", diff --git a/packages/utils/graphql-codegen-testing/package.json b/packages/utils/graphql-codegen-testing/package.json index 28984948f73..e4e4c84bc39 100644 --- a/packages/utils/graphql-codegen-testing/package.json +++ b/packages/utils/graphql-codegen-testing/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/testing", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Codegen Testing Utils", "main": "./dist/index.cjs.js", "module": "dist/index.esm.js", @@ -27,7 +27,7 @@ "typescript": ">=3.0.0" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "1.11.2", + "@graphql-codegen/plugin-helpers": "1.12.0", "common-tags": "1.8.0", "lz-string": "1.4.4", "open": "7.0.0", diff --git a/packages/utils/plugins-helpers/package.json b/packages/utils/plugins-helpers/package.json index 179faa7256e..33f379e1261 100644 --- a/packages/utils/plugins-helpers/package.json +++ b/packages/utils/plugins-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/plugin-helpers", - "version": "1.11.2", + "version": "1.12.0", "description": "GraphQL Code Generator common utils and types", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", diff --git a/website/live-demo/package.json b/website/live-demo/package.json index 175cc8edbfc..52d278b4237 100644 --- a/website/live-demo/package.json +++ b/website/live-demo/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/live-demo", - "version": "1.11.2", + "version": "1.12.0", "private": true, "homepage": "/live-demo/", "devDependencies": { @@ -9,29 +9,29 @@ "typescript": "3.7.5" }, "dependencies": { - "@graphql-codegen/add": "1.11.2", - "@graphql-codegen/cli": "1.11.2", - "@graphql-codegen/flow": "1.11.2", - "@graphql-codegen/flow-operations": "1.11.2", - "@graphql-codegen/flow-resolvers": "1.11.2", - "@graphql-codegen/fragment-matcher": "1.11.2", - "@graphql-codegen/introspection": "1.11.2", - "@graphql-codegen/java": "1.11.2", - "@graphql-codegen/java-resolvers": "1.11.2", - "@graphql-codegen/schema-ast": "1.11.2", - "@graphql-codegen/time": "1.11.2", - "@graphql-codegen/typescript": "1.11.2", - "@graphql-codegen/typescript-apollo-angular": "1.11.2", - "@graphql-codegen/typescript-compatibility": "1.11.2", - "@graphql-codegen/typescript-graphql-files-modules": "1.11.2", - "@graphql-codegen/typescript-mongodb": "1.11.2", - "@graphql-codegen/typescript-operations": "1.11.2", - "@graphql-codegen/typescript-react-apollo": "1.11.2", - "@graphql-codegen/typescript-vue-apollo": "1.11.2", - "@graphql-codegen/typescript-resolvers": "1.11.2", - "@graphql-codegen/typescript-stencil-apollo": "1.11.2", - "@graphql-codegen/typescript-urql": "1.11.2", - "@graphql-codegen/website": "1.11.2", + "@graphql-codegen/add": "1.12.0", + "@graphql-codegen/cli": "1.12.0", + "@graphql-codegen/flow": "1.12.0", + "@graphql-codegen/flow-operations": "1.12.0", + "@graphql-codegen/flow-resolvers": "1.12.0", + "@graphql-codegen/fragment-matcher": "1.12.0", + "@graphql-codegen/introspection": "1.12.0", + "@graphql-codegen/java": "1.12.0", + "@graphql-codegen/java-resolvers": "1.12.0", + "@graphql-codegen/schema-ast": "1.12.0", + "@graphql-codegen/time": "1.12.0", + "@graphql-codegen/typescript": "1.12.0", + "@graphql-codegen/typescript-apollo-angular": "1.12.0", + "@graphql-codegen/typescript-compatibility": "1.12.0", + "@graphql-codegen/typescript-graphql-files-modules": "1.12.0", + "@graphql-codegen/typescript-mongodb": "1.12.0", + "@graphql-codegen/typescript-operations": "1.12.0", + "@graphql-codegen/typescript-react-apollo": "1.12.0", + "@graphql-codegen/typescript-resolvers": "1.12.0", + "@graphql-codegen/typescript-stencil-apollo": "1.12.0", + "@graphql-codegen/typescript-urql": "1.12.0", + "@graphql-codegen/typescript-vue-apollo": "1.12.0", + "@graphql-codegen/website": "1.12.0", "@material-ui/core": "4.9.0", "@types/codemirror": "0.0.84", "@types/react": "16.9.19", diff --git a/website/package.json b/website/package.json index 3c2449fb8d0..fd0a513f44c 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/website", - "version": "1.11.2", + "version": "1.12.0", "private": true, "scripts": { "dev": "docusaurus-start", @@ -12,7 +12,7 @@ "write-translations": "docusaurus-write-translations" }, "devDependencies": { - "@graphql-codegen/config-markdown-generator": "1.11.2", + "@graphql-codegen/config-markdown-generator": "1.12.0", "babel-preset-minify": "0.5.1", "docusaurus": "1.14.4", "remarkable-embed": "0.4.1"