Skip to content
This repository was archived by the owner on May 10, 2018. It is now read-only.

Commit 7a92045

Browse files
committed
fix(deps): update dependency graphql to v0.13.0
1 parent abeaebe commit 7a92045

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
},
4343
"dependencies": {
4444
"cucumber-html-reporter": "^3.0.4",
45-
"graphql": "0.12.3"
45+
"graphql": "0.13.0"
4646
},
4747
"devDependencies": {
4848
"@types/cucumber": "3.2.2",
49-
"@types/graphql": "0.12.3",
49+
"@types/graphql": "0.12.4",
5050
"@types/node": "9.4.6",
5151
"coveralls": "3.0.0",
5252
"cucumber": "3.2.1",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
version "3.2.2"
6565
resolved "https://registry.yarnpkg.com/@types/cucumber/-/cucumber-3.2.2.tgz#4707983d840e8d09885d400d770e33ff06eeb2a2"
6666

67-
"@types/[email protected].3":
68-
version "0.12.3"
69-
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.3.tgz#c429585aaa4523135e0ab4e12dec72d2d913946f"
67+
"@types/[email protected].4":
68+
version "0.12.4"
69+
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.4.tgz#d43bb55d45c6de0178bbd11dd59d04fd42138d94"
7070

7171
7272
version "9.4.6"
@@ -1145,11 +1145,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
11451145
version "4.1.11"
11461146
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
11471147

1148-
graphql@0.12.3:
1149-
version "0.12.3"
1150-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
1148+
graphql@0.13.0:
1149+
version "0.13.0"
1150+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.0.tgz#d1b44a282279a9ce0a6ec1037329332f4c1079b6"
11511151
dependencies:
1152-
iterall "1.1.3"
1152+
iterall "1.1.x"
11531153

11541154
handlebars@^4.0.2, handlebars@^4.0.3:
11551155
version "4.0.11"
@@ -1467,9 +1467,9 @@ istanbul-reports@^1.1.3:
14671467
dependencies:
14681468
handlebars "^4.0.3"
14691469

1470-
1471-
version "1.1.3"
1472-
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
1470+
1471+
version "1.1.4"
1472+
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.4.tgz#0db40d38fdcf53ae14dc8ec674e62ab190d52cfc"
14731473

14741474
js-base64@^2.3.2:
14751475
version "2.4.0"

0 commit comments

Comments
 (0)