Skip to content

Commit 486ea15

Browse files
committed
chore(deps): update dependency @types/graphql to v14
1 parent 70cea78 commit 486ea15

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"apollo-upload-server": "^5.0.0"
2525
},
2626
"devDependencies": {
27-
"@types/graphql": "0.13.4",
27+
"@types/graphql": "14.0.1",
2828
"ava": "0.25.0",
29-
"graphql": "0.13.2",
29+
"graphql": "14.0.2",
3030
"graphql-middleware": "1.7.3",
3131
"graphql-tools": "3.0.5",
3232
"prettier": "1.13.7",
@@ -39,7 +39,7 @@
3939
"typescript": "2.9.2"
4040
},
4141
"peerDependencies": {
42-
"graphql": "^0.13.2",
42+
"graphql": "^0.13.2 || ^14.0.0",
4343
"graphql-middleware": "^1.4.2"
4444
},
4545
"release": {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@
158158
version "0.12.6"
159159
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.6.tgz#3d619198585fcabe5f4e1adfb5cf5f3388c66c13"
160160

161-
"@types/graphql@0.13.4":
162-
version "0.13.4"
163-
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.4.tgz#55ae9c29f0fd6b85ee536f5c72b4769d5c5e06b1"
161+
"@types/graphql@14.0.1":
162+
version "14.0.1"
163+
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.0.1.tgz#ff44c20fefdf0cf8c390f64b0dfbbc3c10dbaa87"
164164

165165
JSONStream@^1.0.4:
166166
version "1.3.3"
@@ -1878,11 +1878,11 @@ graphql-tools@^3.0.5:
18781878
iterall "^1.1.3"
18791879
uuid "^3.1.0"
18801880

1881-
graphql@0.13.2:
1882-
version "0.13.2"
1883-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
1881+
graphql@14.0.2:
1882+
version "14.0.2"
1883+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650"
18841884
dependencies:
1885-
iterall "^1.2.1"
1885+
iterall "^1.2.2"
18861886

18871887
handlebars@^4.0.2:
18881888
version "4.0.11"
@@ -2374,7 +2374,7 @@ issue-parser@^2.2.0:
23742374
lodash.isplainobject "^4.0.6"
23752375
lodash.isstring "^4.0.1"
23762376

2377-
iterall@^1.1.3, iterall@^1.2.1:
2377+
iterall@^1.1.3, iterall@^1.2.2:
23782378
version "1.2.2"
23792379
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
23802380

0 commit comments

Comments
 (0)