Skip to content

Commit

Permalink
Update dependency graphql to < 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 28, 2018
1 parent d65d071 commit ac7971a
Show file tree
Hide file tree
Showing 2 changed files with 6 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.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.1",
"@types/helmet": "0.0.37",
"@types/jest": "22.2.0",
"@types/lru-cache": "4.1.0",
Expand Down
17 changes: 4 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@
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.1":
version "0.13.1"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.1.tgz#7d39750355c9ecb921816d6f76c080405b5f6bea"

"@types/helmet@0.0.37":
version "0.0.37"
Expand Down Expand Up @@ -4432,16 +4432,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 ac7971a

Please sign in to comment.