Skip to content

Commit 9913ee8

Browse files
committed
Update dependency graphql to < 0.13.3
1 parent d65d071 commit 9913ee8

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"url": "https://github.com/devinit/graphql-next.git"
2626
},
2727
"peerDependencies": {
28-
"graphql": ">= 0.10.0 < 0.12.0"
28+
"graphql": "< 0.13.3"
2929
},
3030
"dependencies": {
3131
"@devinit/prelude": "1.0.7",
@@ -54,7 +54,7 @@
5454
"@types/cors": "2.8.3",
5555
"@types/express": "4.11.1",
5656
"@types/fs-extra": "5.0.1",
57-
"@types/graphql": "0.12.3",
57+
"@types/graphql": "0.13.4",
5858
"@types/helmet": "0.0.37",
5959
"@types/jest": "22.2.0",
6060
"@types/lru-cache": "4.1.0",

yarn.lock

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,10 @@
121121
dependencies:
122122
"@types/node" "*"
123123

124-
"@types/graphql@0.12.3":
125-
version "0.12.3"
126-
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.3.tgz#c429585aaa4523135e0ab4e12dec72d2d913946f"
124+
"@types/graphql@0.13.4":
125+
version "0.13.4"
126+
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.4.tgz#55ae9c29f0fd6b85ee536f5c72b4769d5c5e06b1"
127+
integrity sha512-B4yel4ro2nTb3v0pYO8vO6SjgvFJSrwUY+IO6TUSLdOSB+gQFslylrhRCHxvXMIhxB71mv5PEE9dAX+24S8sew==
127128

128129
"@types/helmet@0.0.37":
129130
version "0.0.37"
@@ -4432,16 +4433,7 @@ pg-pool@~2.0.3:
44324433
version "2.0.3"
44334434
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-2.0.3.tgz#c022032c8949f312a4f91fb6409ce04076be3257"
44344435

4435-
pg-promise@8.2.1:
4436-
version "8.2.1"
4437-
resolved "https://registry.yarnpkg.com/pg-promise/-/pg-promise-8.2.1.tgz#af11f4009a8d9d0e0d37d2915a5e7e0f66865838"
4438-
dependencies:
4439-
manakin "0.5.1"
4440-
pg "7.4.1"
4441-
pg-minify "0.5.4"
4442-
spex "2.0.2"
4443-
4444-
pg-promise@^8.2.1:
4436+
pg-promise@8.2.2, pg-promise@^8.2.1:
44454437
version "8.2.2"
44464438
resolved "https://registry.yarnpkg.com/pg-promise/-/pg-promise-8.2.2.tgz#079a71eb358ef7f27f78f4bc3653a1f4bb9266e6"
44474439
dependencies:

0 commit comments

Comments
 (0)