Merge pull request #322 from alxshelepenok/renovate/gatsby

chore(deps): update gatsby
This commit is contained in:
Alexander Shelepenok 2019-07-26 12:51:51 +03:00 committed by GitHub
commit f44a2bb1cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

View File

@ -41,8 +41,8 @@
"bluebird": "^3.5.5",
"classnames": "^2.2.6",
"codecov": "^3.5.0",
"gatsby": "^2.13.39",
"gatsby-link": "^2.2.2",
"gatsby": "^2.13.41",
"gatsby-link": "^2.2.3",
"gatsby-plugin-catch-links": "^2.1.2",
"gatsby-plugin-feed": "^2.3.5",
"gatsby-plugin-flow": "^1.1.2",
@ -87,7 +87,7 @@
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-env": "7.5.5",
"@babel/preset-react": "7.0.0",
"babel-preset-gatsby": "0.2.7",
"babel-preset-gatsby": "0.2.8",
"autoprefixer": "9.6.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.2",

View File

@ -2307,9 +2307,9 @@ babel-preset-fbjs@^3.1.2:
"@babel/plugin-transform-template-literals" "^7.0.0"
babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0"
babel-preset-gatsby@0.2.7, babel-preset-gatsby@^0.2.7:
version "0.2.7"
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.2.7.tgz#673824fd80750f0fe9471b1f92bc55600869602a"
babel-preset-gatsby@0.2.8, babel-preset-gatsby@^0.2.8:
version "0.2.8"
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.2.8.tgz#976adb62bcf73f1a53374deb3a3a37b8880d5745"
dependencies:
"@babel/plugin-proposal-class-properties" "^7.0.0"
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
@ -5574,9 +5574,9 @@ fuzzy@^0.1.1:
version "0.1.3"
resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8"
gatsby-cli@^2.7.19:
version "2.7.19"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.7.19.tgz#a4b3e0f74041c591e88a4ae0ddb2f871a0a9a29c"
gatsby-cli@^2.7.20:
version "2.7.20"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.7.20.tgz#1117b21802741c18ec6d16cd53dbb7f41bba8d22"
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/runtime" "^7.0.0"
@ -5629,9 +5629,9 @@ gatsby-graphiql-explorer@^0.2.3:
dependencies:
"@babel/runtime" "^7.0.0"
gatsby-link@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.2.2.tgz#789260f82ce0fdb657d1bd558a5863407def86bd"
gatsby-link@^2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.2.3.tgz#2477c0093a0183014ce8012758db94e06d0cf43d"
dependencies:
"@babel/runtime" "^7.0.0"
"@types/reach__router" "^1.0.0"
@ -5962,9 +5962,9 @@ gatsby-transformer-sharp@^2.2.4:
semver "^5.6.0"
sharp "^0.22.1"
gatsby@^2.13.39:
version "2.13.39"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.39.tgz#fc48d25607b69bec469b456e70b47711cc4ab99f"
gatsby@^2.13.41:
version "2.13.41"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.41.tgz#918e22432b4d487420e4bbf65fbbe1cdd8d3b05e"
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
@ -5985,7 +5985,7 @@ gatsby@^2.13.39:
babel-plugin-add-module-exports "^0.2.1"
babel-plugin-dynamic-import-node "^1.2.0"
babel-plugin-remove-graphql-queries "^2.7.2"
babel-preset-gatsby "^0.2.7"
babel-preset-gatsby "^0.2.8"
better-opn "0.1.4"
better-queue "^3.8.6"
bluebird "^3.5.0"
@ -6022,10 +6022,10 @@ gatsby@^2.13.39:
flat "^4.0.0"
fs-exists-cached "1.0.0"
fs-extra "^5.0.0"
gatsby-cli "^2.7.19"
gatsby-cli "^2.7.20"
gatsby-core-utils "^1.0.3"
gatsby-graphiql-explorer "^0.2.3"
gatsby-link "^2.2.2"
gatsby-link "^2.2.3"
gatsby-plugin-page-creator "^2.1.5"
gatsby-react-router-scroll "^2.1.3"
gatsby-telemetry "^1.1.7"