Skip to content

Commit

Permalink
Update dependency graphql to v14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 29, 2019
1 parent b3be136 commit 21400ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/connect-redis": "0.0.8",
"@types/express": "4.16.1",
"@types/express-session": "1.15.12",
"@types/graphql": "14.0.5",
"@types/graphql": "14.2.0",
"@types/ioredis": "4.0.8",
"@types/node": "10.12.18",
"@types/shortid": "0.0.29",
Expand All @@ -29,7 +29,7 @@
"dotenv": "6.2.0",
"express": "4.16.4",
"express-session": "1.15.6",
"graphql": "14.1.1",
"graphql": "14.2.0",
"ioredis": "4.6.2",
"pg": "7.8.0",
"reflect-metadata": "0.1.13",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2291,9 +2291,9 @@
"@types/minimatch" "*"
"@types/node" "*"

"@types/graphql@14.0.5":
version "14.0.5"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.0.5.tgz#e696292fd2d77dc168b5b791710f83463aa39abd"
"@types/graphql@14.2.0":
version "14.2.0"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.2.0.tgz#74e1da5f2a4a744ac6eb3ed57b48242ea9367202"

"@types/graphql@^14.0.2":
version "14.0.3"
Expand Down Expand Up @@ -8074,7 +8074,7 @@ graphql-upload@^8.0.2:
http-errors "^1.7.1"
object-path "^0.11.4"

graphql@14.0.2, graphql@14.1.1, graphql@^14.0.2:
graphql@14.0.2, graphql@14.2.0, graphql@^14.0.2:
version "14.0.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650"
dependencies:
Expand Down

0 comments on commit 21400ea

Please sign in to comment.