Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit d392b99

Browse files
alloykastermester
authored andcommitted
[example] Make sure only 1 graphql package is installed.
1 parent 6a50d29 commit d392b99

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"classnames": "2.2.5",
2626
"express": "^4.15.2",
2727
"express-graphql": "^0.6.4",
28-
"graphql": "^0.9.1",
28+
"graphql": "^0.12.3",
2929
"graphql-relay": "^0.5.1",
3030
"prop-types": "^15.5.10",
3131
"react": "^15.6.1",

example/yarn.lock

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2745,12 +2745,6 @@ graphql@^0.12.3:
27452745
dependencies:
27462746
iterall "1.1.3"
27472747

2748-
graphql@^0.9.1:
2749-
version "0.9.3"
2750-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.9.3.tgz#71fc0fa331bffb9c20678485861cfb370803118e"
2751-
dependencies:
2752-
iterall "1.0.3"
2753-
27542748
handle-thing@^1.2.5:
27552749
version "1.2.5"
27562750
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-1.2.5.tgz#fd7aad726bf1a5fd16dfc29b2f7a6601d27139c4"
@@ -3264,10 +3258,6 @@ isstream@~0.1.2:
32643258
version "0.1.2"
32653259
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
32663260

3267-
3268-
version "1.0.3"
3269-
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.0.3.tgz#e0b31958f835013c323ff0b10943829ac69aa4b7"
3270-
32713261
32723262
version "1.1.3"
32733263
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"

0 commit comments

Comments
 (0)