-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d806787
commit a11748a
Showing
4 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters