mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
Merge pull request #577 from alxshelepenok/renovate/gatsby
chore(deps): update gatsby
This commit is contained in:
commit
ca15b85345
@ -41,7 +41,7 @@
|
||||
"bluebird": "^3.7.2",
|
||||
"classnames": "^2.2.6",
|
||||
"codecov": "^3.6.5",
|
||||
"gatsby": "^2.19.12",
|
||||
"gatsby": "^2.19.16",
|
||||
"gatsby-link": "^2.2.29",
|
||||
"gatsby-plugin-catch-links": "^2.1.25",
|
||||
"gatsby-plugin-feed": "^2.3.27",
|
||||
@ -49,7 +49,7 @@
|
||||
"gatsby-plugin-google-gtag": "^1.1.22",
|
||||
"gatsby-plugin-manifest": "^2.2.41",
|
||||
"gatsby-plugin-netlify": "^2.1.32",
|
||||
"gatsby-plugin-netlify-cms": "^4.1.38",
|
||||
"gatsby-plugin-netlify-cms": "^4.1.39",
|
||||
"gatsby-plugin-offline": "^3.0.34",
|
||||
"gatsby-plugin-optimize-svgs": "^1.0.4",
|
||||
"gatsby-plugin-react-helmet": "^3.1.22",
|
||||
@ -92,7 +92,7 @@
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-eslint": "10.0.3",
|
||||
"babel-jest": "25.1.0",
|
||||
"babel-preset-gatsby": "0.2.28",
|
||||
"babel-preset-gatsby": "0.2.29",
|
||||
"browserslist": "4.8.6",
|
||||
"concurrently": "5.1.0",
|
||||
"eslint": "6.8.0",
|
||||
|
61
yarn.lock
61
yarn.lock
@ -2472,16 +2472,15 @@
|
||||
string-width "^2.0.0"
|
||||
strip-ansi "^3"
|
||||
|
||||
"@reach/router@1.2.1":
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@reach/router/-/router-1.2.1.tgz#34ae3541a5ac44fa7796e5506a5d7274a162be4e"
|
||||
integrity sha512-kTaX08X4g27tzIFQGRukaHmNbtMYDS3LEWIS8+l6OayGIw6Oyo1HIF/JzeuR2FoF9z6oV+x/wJSVSq4v8tcUGQ==
|
||||
"@reach/router@^1.3.1":
|
||||
version "1.3.1"
|
||||
resolved "https://registry.yarnpkg.com/@reach/router/-/router-1.3.1.tgz#0a49f75fa9621323d6e21c803447bcfcde1713b2"
|
||||
integrity sha512-Ov1j1J+pSgXliJHFL7XWhjyREwc6GxeWfgBTa5MMH5eRmYtHbPhaovba4xKo7aTVCg8fxkt2yDMNSpvwfUP+pA==
|
||||
dependencies:
|
||||
create-react-context "^0.2.1"
|
||||
create-react-context "0.3.0"
|
||||
invariant "^2.2.3"
|
||||
prop-types "^15.6.1"
|
||||
react-lifecycles-compat "^3.0.4"
|
||||
warning "^3.0.0"
|
||||
|
||||
"@sindresorhus/is@^0.14.0":
|
||||
version "0.14.0"
|
||||
@ -3662,10 +3661,10 @@ babel-polyfill@^6.26.0:
|
||||
core-js "^2.5.0"
|
||||
regenerator-runtime "^0.10.5"
|
||||
|
||||
babel-preset-gatsby@0.2.28, babel-preset-gatsby@^0.2.28:
|
||||
version "0.2.28"
|
||||
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.2.28.tgz#6bd421e1a18115889e608b2a8fa5076205bacd1a"
|
||||
integrity sha512-PnQgmGHTgGHgMmTeK1raV5rFk4puUX2bX0L7Ayqomi5xMQqQXLYOeE5bsaB1YIBpdFMdCUgbf9skX7vfqyy7hw==
|
||||
babel-preset-gatsby@0.2.29, babel-preset-gatsby@^0.2.29:
|
||||
version "0.2.29"
|
||||
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.2.29.tgz#cf50a2ec0e6d44fd715b559bfd5481c4221cab5c"
|
||||
integrity sha512-asJV/UMq7riYiY4ZhMi83Mbhwwtkvhp9gmmJgJJSJyAWw/tTgAmYan6Udpco3P4Kvd91lj+f8kzXJHT0G2sdwQ==
|
||||
dependencies:
|
||||
"@babel/plugin-proposal-class-properties" "^7.7.4"
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.7.4"
|
||||
@ -3679,6 +3678,7 @@ babel-preset-gatsby@0.2.28, babel-preset-gatsby@^0.2.28:
|
||||
babel-plugin-dynamic-import-node "^2.3.0"
|
||||
babel-plugin-macros "^2.8.0"
|
||||
babel-plugin-transform-react-remove-prop-types "^0.4.24"
|
||||
gatsby-core-utils "^1.0.28"
|
||||
|
||||
babel-preset-jest@^25.1.0:
|
||||
version "25.1.0"
|
||||
@ -5152,12 +5152,13 @@ create-react-class@^15.5.1, create-react-class@^15.5.2:
|
||||
loose-envify "^1.3.1"
|
||||
object-assign "^4.1.1"
|
||||
|
||||
create-react-context@^0.2.1:
|
||||
version "0.2.3"
|
||||
resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.2.3.tgz#9ec140a6914a22ef04b8b09b7771de89567cb6f3"
|
||||
create-react-context@0.3.0:
|
||||
version "0.3.0"
|
||||
resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.3.0.tgz#546dede9dc422def0d3fc2fe03afe0bc0f4f7d8c"
|
||||
integrity sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw==
|
||||
dependencies:
|
||||
fbjs "^0.8.0"
|
||||
gud "^1.0.0"
|
||||
warning "^4.0.3"
|
||||
|
||||
cross-fetch@2.2.2:
|
||||
version "2.2.2"
|
||||
@ -6973,7 +6974,7 @@ fb-watchman@^2.0.0:
|
||||
dependencies:
|
||||
bser "^2.0.0"
|
||||
|
||||
fbjs@^0.8.0, fbjs@^0.8.9:
|
||||
fbjs@^0.8.9:
|
||||
version "0.8.17"
|
||||
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.17.tgz#c4d598ead6949112653d6588b01a5cdcd9f90fdd"
|
||||
dependencies:
|
||||
@ -7468,10 +7469,10 @@ gatsby-core-utils@^1.0.28:
|
||||
ci-info "2.0.0"
|
||||
node-object-hash "^2.0.0"
|
||||
|
||||
gatsby-graphiql-explorer@^0.2.33:
|
||||
version "0.2.33"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.33.tgz#0414f50369c82f3b156fbb1b0968d81ca8bc8bc3"
|
||||
integrity sha512-prc/OU9dcrQQDRswguLuRqlBLGNZO/oadRR0rhmxVPrTVps3RyX4VDYvGBzaMhSfr4tMNAVDYP5iPjaaQz+D8A==
|
||||
gatsby-graphiql-explorer@^0.2.34:
|
||||
version "0.2.34"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.34.tgz#ed3e8406e7f263687727717481ccee9e5b4cb83c"
|
||||
integrity sha512-r3JW4NPC69kRV8VTlDYrR9E9ROyw3Po4qKB5C067fE0bRhtU3DTSSf6MT+C97XS+JqKEZAaub0unptB//gnaCw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.6"
|
||||
|
||||
@ -7543,10 +7544,10 @@ gatsby-plugin-manifest@^2.2.41:
|
||||
semver "^5.7.1"
|
||||
sharp "^0.23.4"
|
||||
|
||||
gatsby-plugin-netlify-cms@^4.1.38:
|
||||
version "4.1.38"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify-cms/-/gatsby-plugin-netlify-cms-4.1.38.tgz#ddba90b931c9ba73d4906a40bde97aa3716cecc0"
|
||||
integrity sha512-GqlZBbhHFwR/QIzPr3GlNjdJxYB8zvi6LUjTajBaUj7SX4e5brY9acCFHq8NmfSZc+875L5EV0U0XsiYt/yLpg==
|
||||
gatsby-plugin-netlify-cms@^4.1.39:
|
||||
version "4.1.39"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify-cms/-/gatsby-plugin-netlify-cms-4.1.39.tgz#855aa9cc94ffa66912ed4f0f83ca8f262719c2bb"
|
||||
integrity sha512-hdpRJDXTkVu1AJaUA3aN9bn+YSX1cpa/stRseI3rAjQYg2biyxf1Zj47J9twz4RMwupR+2/h/KWKgZI5dfG0Aw==
|
||||
dependencies:
|
||||
"@pieh/friendly-errors-webpack-plugin" "1.7.0-chalk-2"
|
||||
copy-webpack-plugin "^5.1.0"
|
||||
@ -7849,10 +7850,10 @@ gatsby-transformer-sharp@^2.3.14:
|
||||
semver "^5.7.1"
|
||||
sharp "^0.23.4"
|
||||
|
||||
gatsby@^2.19.12:
|
||||
version "2.19.12"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.19.12.tgz#9819d47407386912ad89f8067d69cec4ef7aec23"
|
||||
integrity sha512-oI76KUEIebmaVOwtHuRINBspLvKHCIOdVPiNdgT/ly05iJLg9OsKd6/eYZ/rO+YYWew8t+MmoMVmRLpaWE2RBQ==
|
||||
gatsby@^2.19.16:
|
||||
version "2.19.16"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.19.16.tgz#9b302f4159b983b603341f1aba8b6d48c4bbb453"
|
||||
integrity sha512-p+hHj68rD5ebyJaxBd9RCCloiEK7WteWLSf1K/Ak7SnrGih4f3UCW0Ue1NaA+gzwi43YQ+IEGFDFwwTuEM4mWg==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.5.5"
|
||||
"@babel/core" "^7.7.5"
|
||||
@ -7863,7 +7864,7 @@ gatsby@^2.19.12:
|
||||
"@hapi/joi" "^15.1.1"
|
||||
"@mikaelkristiansson/domready" "^1.0.10"
|
||||
"@pieh/friendly-errors-webpack-plugin" "1.7.0-chalk-2"
|
||||
"@reach/router" "1.2.1"
|
||||
"@reach/router" "^1.3.1"
|
||||
"@typescript-eslint/eslint-plugin" "^2.11.0"
|
||||
"@typescript-eslint/parser" "^2.11.0"
|
||||
address "1.1.2"
|
||||
@ -7875,7 +7876,7 @@ gatsby@^2.19.12:
|
||||
babel-plugin-add-module-exports "^0.3.3"
|
||||
babel-plugin-dynamic-import-node "^2.3.0"
|
||||
babel-plugin-remove-graphql-queries "^2.7.23"
|
||||
babel-preset-gatsby "^0.2.28"
|
||||
babel-preset-gatsby "^0.2.29"
|
||||
better-opn "1.0.0"
|
||||
better-queue "^3.8.10"
|
||||
bluebird "^3.7.2"
|
||||
@ -7915,7 +7916,7 @@ gatsby@^2.19.12:
|
||||
fs-extra "^8.1.0"
|
||||
gatsby-cli "^2.8.29"
|
||||
gatsby-core-utils "^1.0.28"
|
||||
gatsby-graphiql-explorer "^0.2.33"
|
||||
gatsby-graphiql-explorer "^0.2.34"
|
||||
gatsby-link "^2.2.29"
|
||||
gatsby-plugin-page-creator "^2.1.40"
|
||||
gatsby-react-router-scroll "^2.1.21"
|
||||
|
Loading…
Reference in New Issue
Block a user