Skip to content

Commit 0b8bf40

Browse files
committed
Update dependency graphql to >= 0.10.0 < 0.14.0
1 parent 0eb3f19 commit 0b8bf40

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"url": "https://github.com/devinit/graphql-next.git"
2525
},
2626
"peerDependencies": {
27-
"graphql": ">= 0.10.0 < 0.12.0"
27+
"graphql": ">= 0.10.0 < 0.14.0"
2828
},
2929
"dependencies": {
3030
"@gql2ts/from-schema": "1.4.1",
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@gql2ts/types": "1.3.0",
54-
"@types/graphql": "0.12.3",
54+
"@types/graphql": "0.12.4",
5555
"@types/body-parser": "1.16.8",
5656
"@types/color": "3.0.0",
5757
"@types/cors": "2.8.3",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@
115115
dependencies:
116116
"@types/node" "*"
117117

118-
"@types/[email protected].3":
119-
version "0.12.3"
120-
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.3.tgz#c429585aaa4523135e0ab4e12dec72d2d913946f"
118+
"@types/[email protected].4":
119+
version "0.12.4"
120+
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.4.tgz#d43bb55d45c6de0178bbd11dd59d04fd42138d94"
121121

122122
123123
version "0.0.37"

0 commit comments

Comments
 (0)