Skip to content

Commit

Permalink
chore(deps): update dependency @types/graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 19, 2019
1 parent 1851578 commit b24784d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"apollo-upload-server": "^5.0.0"
},
"devDependencies": {
"@types/graphql": "0.13.4",
"@types/graphql": "14.2.1",
"ava": "0.25.0",
"graphql": "0.13.2",
"graphql": "14.3.1",
"graphql-middleware": "1.7.8",
"graphql-tools": "4.0.4",
"prettier": "1.14.3",
Expand All @@ -39,7 +39,7 @@
"typescript": "2.9.2"
},
"peerDependencies": {
"graphql": "^0.13.2",
"graphql": "^0.13.2 || ^14.0.0",
"graphql-middleware": "^1.4.2"
},
"release": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@
into-stream "^3.1.0"
lodash "^4.17.4"

"@types/graphql@0.13.4":
version "0.13.4"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.4.tgz#55ae9c29f0fd6b85ee536f5c72b4769d5c5e06b1"
"@types/graphql@14.2.1":
version "14.2.1"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.2.1.tgz#02027ff799aa4dc5aa88ff2eed4058d29e7eb491"

JSONStream@^1.0.4:
version "1.3.3"
Expand Down Expand Up @@ -1866,11 +1866,11 @@ graphql-tools@^4.0.2:
iterall "^1.1.3"
uuid "^3.1.0"

graphql@0.13.2:
version "0.13.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
graphql@14.3.1:
version "14.3.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.3.1.tgz#b3aa50e61a841ada3c1f9ccda101c483f8e8c807"
dependencies:
iterall "^1.2.1"
iterall "^1.2.2"

handlebars@^4.0.2:
version "4.0.11"
Expand Down Expand Up @@ -2362,7 +2362,7 @@ issue-parser@^2.2.0:
lodash.isplainobject "^4.0.6"
lodash.isstring "^4.0.1"

iterall@^1.1.3, iterall@^1.2.1:
iterall@^1.1.3, iterall@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"

Expand Down

0 comments on commit b24784d

Please sign in to comment.