Skip to content

Commit 4a56834

Browse files
authored
Merge pull request #2292 from marmelab/fix-graphql-ast-types
Temporary fix graphql-ast-types package
2 parents c8964a4 + e55b85b commit 4a56834

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/ra-data-graphcool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"watch": "rimraf ./lib && cross-env NODE_ENV=production babel --watch ./src -d ./lib --ignore spec.js,test.js"
3333
},
3434
"dependencies": {
35-
"graphql-ast-types": "^1.0.2",
35+
"graphql-ast-types": "Kmaschta/graphql-ast-types#master",
3636
"graphql-tag": "^2.6.1",
3737
"lodash": "~4.17.5",
3838
"pluralize": "~7.0.0",

packages/ra-data-graphql-simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"watch": "rimraf ./lib && cross-env NODE_ENV=production babel --watch ./src -d ./lib --ignore spec.js,test.js"
3232
},
3333
"dependencies": {
34-
"graphql-ast-types": "^1.0.2",
34+
"graphql-ast-types": "Kmaschta/graphql-ast-types#master",
3535
"graphql-tag": "^2.6.1",
3636
"lodash": "~4.17.5",
3737
"pluralize": "~7.0.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5141,9 +5141,9 @@ graphql-anywhere@^4.1.14:
51415141
dependencies:
51425142
apollo-utilities "^1.0.16"
51435143

5144-
graphql-ast-types@^1.0.2:
5144+
graphql-ast-types@Kmaschta/graphql-ast-types#master:
51455145
version "1.0.2"
5146-
resolved "https://registry.yarnpkg.com/graphql-ast-types/-/graphql-ast-types-1.0.2.tgz#49f2ae8f52be9ae426263f95320888f0cb772711"
5146+
resolved "https://codeload.github.com/Kmaschta/graphql-ast-types/tar.gz/412a17d44c4c9e05dc93195263c96e6c96f5db85"
51475147

51485148
graphql-tag@^2.0.0, graphql-tag@^2.4.2, graphql-tag@^2.6.1:
51495149
version "2.9.2"

0 commit comments

Comments
 (0)