Skip to content

Commit c4355b9

Browse files
committed
Update dependency graphql to >= 0.10.0 < 0.14.0
1 parent 87ad715 commit c4355b9

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.3",
@@ -57,7 +57,7 @@
5757
"@types/cors": "2.8.3",
5858
"@types/express": "4.11.1",
5959
"@types/fs-extra": "5.0.1",
60-
"@types/graphql": "0.12.3",
60+
"@types/graphql": "0.12.4",
6161
"@types/helmet": "0.0.37",
6262
"@types/jest": "22.1.3",
6363
"@types/lru-cache": "4.1.0",

yarn.lock

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

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

120120
121121
version "0.0.37"

0 commit comments

Comments
 (0)