Skip to content

Commit

Permalink
Update dependency graphql to >= 0.10.0 < 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 15, 2021
1 parent d65d071 commit 9c50246
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "https://github.com/devinit/graphql-next.git"
},
"peerDependencies": {
"graphql": ">= 0.10.0 < 0.12.0"
"graphql": ">= 0.10.0 < 0.13.3"
},
"dependencies": {
"@devinit/prelude": "1.0.7",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@types/cors": "2.8.3",
"@types/express": "4.11.1",
"@types/fs-extra": "5.0.1",
"@types/graphql": "0.12.3",
"@types/graphql": "0.13.4",
"@types/helmet": "0.0.37",
"@types/jest": "22.2.0",
"@types/lru-cache": "4.1.0",
Expand Down
18 changes: 5 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,10 @@
dependencies:
"@types/node" "*"

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

"@types/helmet@0.0.37":
version "0.0.37"
Expand Down Expand Up @@ -4432,16 +4433,7 @@ pg-pool@~2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-2.0.3.tgz#c022032c8949f312a4f91fb6409ce04076be3257"

pg-promise@8.2.1:
version "8.2.1"
resolved "https://registry.yarnpkg.com/pg-promise/-/pg-promise-8.2.1.tgz#af11f4009a8d9d0e0d37d2915a5e7e0f66865838"
dependencies:
manakin "0.5.1"
pg "7.4.1"
pg-minify "0.5.4"
spex "2.0.2"

pg-promise@^8.2.1:
pg-promise@8.2.2, pg-promise@^8.2.1:
version "8.2.2"
resolved "https://registry.yarnpkg.com/pg-promise/-/pg-promise-8.2.2.tgz#079a71eb358ef7f27f78f4bc3653a1f4bb9266e6"
dependencies:
Expand Down

0 comments on commit 9c50246

Please sign in to comment.