Merge pull request #92 from alxshelepenok/greenkeeper/monorepo.gatsby-20190206173318

Greenkeeper/monorepo.gatsby 20190206173318
This commit is contained in:
Alexander Shelepenok 2019-02-06 20:52:22 +03:00 committed by GitHub
commit a53b10957e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 14 deletions

View File

@ -42,12 +42,12 @@
"codecov": "^3.1.0",
"netlify-cms": "^2.3.3",
"node-sass": "^4.11.0",
"gatsby": "^2.0.115",
"gatsby": "^2.0.116",
"gatsby-link": "^2.0.10",
"gatsby-plugin-catch-links": "^2.0.10",
"gatsby-plugin-feed": "^2.0.13",
"gatsby-plugin-google-analytics": "^2.0.13",
"gatsby-plugin-netlify": "^2.0.8",
"gatsby-plugin-netlify": "^2.0.9",
"gatsby-plugin-netlify-cms": "^3.0.12",
"gatsby-plugin-manifest": "^2.0.17",
"gatsby-plugin-offline": "^2.0.22",

View File

@ -1882,9 +1882,10 @@ 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.1.6:
version "0.1.6"
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.1.6.tgz#df9e6a813ef860ffb23dcf48a2f4c13f3f3d050c"
babel-preset-gatsby@^0.1.7:
version "0.1.7"
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.1.7.tgz#53c06f2d8b5d69f1218b925992aebcc3d89997b4"
integrity sha512-vgzATIBl4V27QC4O9oEEv3oWcgFLw614oqSoEcMd0BaYkAtX8c6LPHN7TXDTA3EwMu+qQLyCtv7/K00liYvytA==
dependencies:
"@babel/plugin-proposal-class-properties" "^7.0.0"
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
@ -4813,6 +4814,11 @@ express-graphql@^0.6.12:
http-errors "^1.3.0"
raw-body "^2.3.2"
express-history-api-fallback@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/express-history-api-fallback/-/express-history-api-fallback-2.2.1.tgz#3a2ad27f7bebc90fc533d110d7c6d83097bcd057"
integrity sha1-OirSf3vryQ/FM9EQ18bYMJe80Fc=
express@^4.16.2, express@^4.16.3:
version "4.16.4"
resolved "https://registry.yarnpkg.com/express/-/express-4.16.4.tgz#fddef61926109e24c515ea97fd2f1bdbf62df12e"
@ -5523,10 +5529,10 @@ gatsby-plugin-netlify-cms@^3.0.12:
netlify-identity-widget "^1.4.11"
webpack "^4.16.0"
gatsby-plugin-netlify@^2.0.8:
version "2.0.8"
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify/-/gatsby-plugin-netlify-2.0.8.tgz#c4cc3263ff22e8c4417f2721537a3c2151c0eec5"
integrity sha512-+JsMVPG8pJD8Vd9GgqB4rYWXs6IUwL2e8sY8DgUO98/bzICNPQsMtMuWA9e3UfhZtc0kOT3sTel3tqRPfj1veA==
gatsby-plugin-netlify@^2.0.9:
version "2.0.9"
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify/-/gatsby-plugin-netlify-2.0.9.tgz#32758e29042f1bae7c355557ca2d9e7b33f4de75"
integrity sha512-BxcGX33KDRT9kbp33+/gpiTBvXXvKsT4Eb0j4AQVnIyCMAFqTgnvlrmUGS8CRUC5Ii+odS5svBWnAmFpQGRGNQ==
dependencies:
"@babel/runtime" "^7.0.0"
fs-extra "^4.0.2"
@ -5745,10 +5751,10 @@ gatsby-transformer-sharp@^2.1.13:
probe-image-size "^4.0.0"
sharp "^0.21.3"
gatsby@^2.0.115:
version "2.0.115"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.115.tgz#d3efa545fba75f461213d9018d27be5730eb4379"
integrity sha512-ReUed9YAicoIcx2/q3KBDs7k83YD3qpwT5Srkvf40K1fsQGZ1A97+N+8MTjRxx/IaswjP7WQtx+hrdF312fzqw==
gatsby@^2.0.116:
version "2.0.116"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.116.tgz#33757c7fd8bc9f6f6990a3a7add38b054ab93547"
integrity sha512-w9DSr4A3vM5vgU+15q00k9OpEldY7atjV2pn3xAb+B5xvw8ghxJVBIoiaRJmoxzqXIjKMu134c8xLJf/d0M9Pg==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
@ -5765,7 +5771,7 @@ gatsby@^2.0.115:
babel-plugin-add-module-exports "^0.2.1"
babel-plugin-dynamic-import-node "^1.2.0"
babel-plugin-remove-graphql-queries "^2.5.5"
babel-preset-gatsby "^0.1.6"
babel-preset-gatsby "^0.1.7"
better-opn "0.1.4"
better-queue "^3.8.6"
bluebird "^3.5.0"
@ -5796,6 +5802,7 @@ gatsby@^2.0.115:
eslint-plugin-react "^7.8.2"
express "^4.16.3"
express-graphql "^0.6.12"
express-history-api-fallback "^2.2.1"
fast-levenshtein "~2.0.4"
file-loader "^1.1.11"
flat "^4.0.0"