Skip to content

Commit

Permalink
fix: update minor updates in packages except react, babel and… (#16960)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and wardpeet committed Aug 22, 2019
1 parent e9c8e8a commit d6bd515
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-source-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@babel/runtime": "^7.0.0",
"apollo-link": "1.2.12",
"apollo-link-http": "^1.5.15",
"graphql": "^14.4.2",
"graphql": "^14.5.0",
"graphql-tools": "^3.1.1",
"invariant": "^2.2.4",
"node-fetch": "^1.7.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@reach/router": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"address": "1.1.0",
"address": "1.1.1",
"autoprefixer": "^9.6.1",
"axios": "^0.19.0",
"babel-core": "7.0.0-bridge.0",
Expand Down Expand Up @@ -79,7 +79,7 @@
"gatsby-telemetry": "^1.1.17",
"glob": "^7.1.4",
"got": "8.3.2",
"graphql": "^14.4.2",
"graphql": "^14.5.0",
"graphql-compose": "^6.3.5",
"graphql-playground-middleware-express": "^1.7.12",
"invariant": "^2.2.4",
Expand Down Expand Up @@ -186,7 +186,7 @@
"url": "git+https://github.com/gatsbyjs/gatsby.git"
},
"resolutions": {
"graphql": "^14.4.2"
"graphql": "^14.5.0"
},
"scripts": {
"build": "npm run build:src && npm run build:internal-plugins && npm run build:rawfiles && npm run build:cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-skip-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@babel/core": "^7.0.0",
"babel-preset-gatsby-package": "^0.2.2",
"cross-env": "^5.2.0",
"graphql": "^14.4.2"
"graphql": "^14.5.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/graphql-skip-limit#readme",
"keywords": [
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4535,10 +4535,10 @@ address@1.0.3, address@^1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/address/-/address-1.0.3.tgz#b5f50631f8d6cec8bd20c963963afb55e06cbce9"

address@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/address/-/address-1.1.0.tgz#ef8e047847fcd2c5b6f50c16965f924fd99fe709"
integrity sha512-4diPfzWbLEIElVG4AnqP+00SULlPzNuyJFNnmMrLgyaxG6tZXJ1sn7mjBu4fHrJE+Yp/jgylOweJn2xsLMFggQ==
address@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/address/-/address-1.1.1.tgz#9483d6464788dee73e9a0f9f5d57bedf429b2a70"
integrity sha512-srclZEseI6OB0MgWYWuYpr2F5fHMxh5lgWF72CeUFm5QgJyviPA64Q7PzJdBQkFCJibEycqsZ5b9L0l/J8SlyQ==

adler-32@~1.2.0:
version "1.2.0"
Expand Down Expand Up @@ -11129,10 +11129,10 @@ graphql-type-json@^0.2.4:
version "0.2.4"
resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.2.4.tgz#545af27903e40c061edd30840a272ea0a49992f9"

graphql@^14.4.2:
version "14.4.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.4.2.tgz#553a7d546d524663eda49ed6df77577be3203ae3"
integrity sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ==
graphql@^14.5.0:
version "14.5.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.0.tgz#4801e6460942c9c591944617f6dd224a9e531520"
integrity sha512-wnGcTD181L2xPnIwHHjx/moV4ulxA2Kms9zcUY+B/SIrK+2N+iOC6WNgnR2zVTmg1Z8P+CZq5KXibTnatg3WUw==
dependencies:
iterall "^1.2.2"

Expand Down

0 comments on commit d6bd515

Please sign in to comment.