Skip to content

Commit 66cb72f

Browse files
committed
chore(deps): update dependency @types/graphql
1 parent 31d1e03 commit 66cb72f

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-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.2.3",
2828
"ava": "0.25.0",
29-
"graphql": "0.13.2",
29+
"graphql": "14.6.0",
3030
"graphql-middleware": "1.7.8",
3131
"graphql-tools": "4.0.4",
3232
"prettier": "1.14.3",
@@ -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: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@
154154
into-stream "^3.1.0"
155155
lodash "^4.17.4"
156156

157-
"@types/graphql@0.13.4":
158-
version "0.13.4"
159-
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.4.tgz#55ae9c29f0fd6b85ee536f5c72b4769d5c5e06b1"
157+
"@types/graphql@14.2.3":
158+
version "14.2.3"
159+
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.2.3.tgz#cfc6420a67eb20420786f90112357921974593b9"
160160

161161
JSONStream@^1.0.4:
162162
version "1.3.3"
@@ -1866,11 +1866,11 @@ graphql-tools@^4.0.2:
18661866
iterall "^1.1.3"
18671867
uuid "^3.1.0"
18681868

1869-
graphql@0.13.2:
1870-
version "0.13.2"
1871-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
1869+
graphql@14.6.0:
1870+
version "14.6.0"
1871+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.6.0.tgz#57822297111e874ea12f5cd4419616930cd83e49"
18721872
dependencies:
1873-
iterall "^1.2.1"
1873+
iterall "^1.2.2"
18741874

18751875
handlebars@^4.0.2:
18761876
version "4.0.11"
@@ -2362,10 +2362,14 @@ issue-parser@^2.2.0:
23622362
lodash.isplainobject "^4.0.6"
23632363
lodash.isstring "^4.0.1"
23642364

2365-
iterall@^1.1.3, iterall@^1.2.1:
2365+
iterall@^1.1.3:
23662366
version "1.2.2"
23672367
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
23682368

2369+
iterall@^1.2.2:
2370+
version "1.3.0"
2371+
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea"
2372+
23692373
java-properties@^0.2.9:
23702374
version "0.2.10"
23712375
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-0.2.10.tgz#2551560c25fa1ad94d998218178f233ad9b18f60"

0 commit comments

Comments
 (0)