Skip to content

Commit d81a436

Browse files
committed
fix(deps): update dependency graphql to v16
1 parent 991de52 commit d81a436

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"apollo-cache-inmemory": "1.4.2",
77
"apollo-client": "2.4.12",
88
"apollo-link-http": "1.5.9",
9-
"graphql": "14.1.1",
9+
"graphql": "16.3.0",
1010
"graphql.macro": "1.3.3",
1111
"react": "16.8.0-alpha.1",
1212
"react-apollo": "2.4.1",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4344,12 +4344,10 @@ [email protected]:
43444344
babel-plugin-macros "^2.4.5"
43454345
graphql-tag "^2.10.1"
43464346

4347-
4348-
version "14.1.1"
4349-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.1.1.tgz#d5d77df4b19ef41538d7215d1e7a28834619fac0"
4350-
integrity sha512-C5zDzLqvfPAgTtP8AUPIt9keDabrdRAqSWjj2OPRKrKxI9Fb65I36s1uCs1UUBFnSWTdO7hyHi7z1ZbwKMKF6Q==
4351-
dependencies:
4352-
iterall "^1.2.2"
4347+
4348+
version "16.3.0"
4349+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.3.0.tgz#a91e24d10babf9e60c706919bb182b53ccdffc05"
4350+
integrity sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==
43534351

43544352
growly@^1.3.0:
43554353
version "1.3.0"
@@ -5374,11 +5372,6 @@ istanbul-reports@^1.5.1:
53745372
dependencies:
53755373
handlebars "^4.0.3"
53765374

5377-
iterall@^1.2.2:
5378-
version "1.2.2"
5379-
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
5380-
integrity sha512-yynBb1g+RFUPY64fTrFv7nsjRrENBQJaX2UL+2Szc9REFrSNm1rpSXHGzhmAy7a9uv3vlvgBlXnf9RqmPH1/DA==
5381-
53825375
jest-changed-files@^23.4.2:
53835376
version "23.4.2"
53845377
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-23.4.2.tgz#1eed688370cd5eebafe4ae93d34bb3b64968fe83"

0 commit comments

Comments
 (0)