Skip to content

Commit

Permalink
Merge pull request #49 from chriskalmar/renovate/graphql-14.x
Browse files Browse the repository at this point in the history
Update dependency graphql to v14.4.2
  • Loading branch information
chriskalmar committed Aug 1, 2019
2 parents b1c34a6 + d8f56f2 commit 183b58e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/preset-env": "7.5.5",
"@types/graphql": "14.2.0",
"@types/graphql": "14.2.3",
"@types/jest": "24.0.13",
"@types/lodash": "4.14.134",
"@typescript-eslint/eslint-plugin": "1.8.0",
Expand All @@ -60,7 +60,7 @@
"eslint": "5.16.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-prettier": "3.1.0",
"graphql": "14.3.1",
"graphql": "14.4.2",
"husky": "3.0.2",
"jest": "24.8.0",
"lint-staged": "8.1.6",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -989,10 +989,10 @@
dependencies:
"@babel/types" "^7.3.0"

"@types/graphql@14.2.0":
version "14.2.0"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.2.0.tgz#74e1da5f2a4a744ac6eb3ed57b48242ea9367202"
integrity sha512-lELg5m6eBOmATWyCZl8qULEOvnPIUG6B443yXKj930glXIgwQirIBPp5rthP2amJW0YSzUg2s5sfgba4mRRCNw==
"@types/graphql@14.2.3":
version "14.2.3"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.2.3.tgz#cfc6420a67eb20420786f90112357921974593b9"
integrity sha512-UoCovaxbJIxagCvVfalfK7YaNhmxj3BQFRQ2RHQKLiu+9wNXhJnlbspsLHt/YQM99IaLUUFJNzCwzc6W0ypMeQ==

"@types/istanbul-lib-coverage@*":
version "2.0.1"
Expand Down Expand Up @@ -2721,10 +2721,10 @@ graphql-type-json@^0.3.0:
resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.3.0.tgz#bb32e1b74bf52ebc690f9df12b4067bc061f818a"
integrity sha512-lnxg5HiB95yxy+/5cDKtP6pZo0zgntsOmqsjeCBXFGJ4YoMF3+1YaSEKWJntNTu+VsAm3zf6lPxFpp1kxzofLA==

graphql@14.3.1:
version "14.3.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.3.1.tgz#b3aa50e61a841ada3c1f9ccda101c483f8e8c807"
integrity sha512-FZm7kAa3FqKdXy8YSSpAoTtyDFMIYSpCDOr+3EqlI1bxmtHu+Vv/I2vrSeT1sBOEnEniX3uo4wFhFdS/8XN6gA==
graphql@14.4.2:
version "14.4.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.4.2.tgz#553a7d546d524663eda49ed6df77577be3203ae3"
integrity sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ==
dependencies:
iterall "^1.2.2"

Expand Down

0 comments on commit 183b58e

Please sign in to comment.