Skip to content

Commit

Permalink
Update gatsby monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 24, 2020
1 parent b2e4555 commit 6a12e85
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 71 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -21,22 +21,22 @@
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"dependencies": {
"gatsby": "2.23.9",
"gatsby": "2.23.10",
"gatsby-awesome-pagination": "0.3.5",
"gatsby-image": "2.4.8",
"gatsby-plugin-google-analytics": "2.3.5",
"gatsby-plugin-manifest": "2.4.13",
"gatsby-plugin-offline": "3.2.12",
"gatsby-plugin-postcss": "2.3.5",
"gatsby-plugin-react-helmet": "3.3.5",
"gatsby-image": "2.4.9",
"gatsby-plugin-google-analytics": "2.3.6",
"gatsby-plugin-manifest": "2.4.14",
"gatsby-plugin-offline": "3.2.13",
"gatsby-plugin-postcss": "2.3.6",
"gatsby-plugin-react-helmet": "3.3.6",
"gatsby-plugin-sharp": "2.6.13",
"gatsby-remark-embed-gist": "1.1.9",
"gatsby-remark-images": "3.3.12",
"gatsby-remark-prismjs": "3.5.5",
"gatsby-remark-prismjs": "3.5.6",
"gatsby-remark-reading-time": "1.1.0",
"gatsby-source-filesystem": "2.3.13",
"gatsby-transformer-remark": "2.8.18",
"gatsby-transformer-sharp": "2.5.6",
"gatsby-transformer-sharp": "2.5.7",
"prismjs": "1.19.0",
"prop-types": "15.7.2",
"react": "16.13.0",
Expand All @@ -47,7 +47,7 @@
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
"@babel/plugin-proposal-optional-chaining": "7.8.3",
"babel-eslint": "10.1.0",
"babel-preset-gatsby": "0.4.11",
"babel-preset-gatsby": "0.4.12",
"cssnano": "4.1.10",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.0.1",
Expand Down
159 changes: 98 additions & 61 deletions yarn.lock
Expand Up @@ -990,7 +990,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.10.1"

"@babel/plugin-transform-runtime@^7.10.1":
"@babel/plugin-transform-runtime@^7.10.1", "@babel/plugin-transform-runtime@^7.10.3":
version "7.10.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.10.3.tgz#3b287b06acc534a7cb6e6c71d6b1d88b1922dd6c"
integrity sha512-b5OzMD1Hi8BBzgQdRHyVVaYrk9zG0wset1it2o3BgonkPadXfOv0aXRqd7864DeOIu3FGKP/h6lr15FE5mahVw==
Expand Down Expand Up @@ -1069,7 +1069,7 @@
core-js "^2.6.5"
regenerator-runtime "^0.13.4"

"@babel/preset-env@^7.10.2":
"@babel/preset-env@^7.10.2", "@babel/preset-env@^7.10.3":
version "7.10.3"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.3.tgz#3e58c9861bbd93b6a679987c7e4bd365c56c80c9"
integrity sha512-jHaSUgiewTmly88bJtMHbOd1bJf2ocYxb5BWKSDQIP5tmgFuS/n0gl+nhSrYDhT33m0vPxp+rP8oYYgPgMNQlg==
Expand Down Expand Up @@ -1187,7 +1187,7 @@
core-js-pure "^3.0.0"
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2":
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3":
version "7.10.3"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.3.tgz#670d002655a7c366540c67f6fd3342cd09500364"
integrity sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw==
Expand Down Expand Up @@ -2085,6 +2085,11 @@
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==

"@types/common-tags@^1.8.0":
version "1.8.0"
resolved "https://registry.yarnpkg.com/@types/common-tags/-/common-tags-1.8.0.tgz#79d55e748d730b997be5b7fce4b74488d8b26a6b"
integrity sha512-htRqZr5qn8EzMelhX/Xmx142z218lLyGaeZ3YR8jlze4TATRU9huKKvuBmAJEW4LCC4pnY1N6JAm6p85fMHjhg==

"@types/configstore@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@types/configstore/-/configstore-2.1.1.tgz#cd1e8553633ad3185c3f2f239ecff5d2643e92b6"
Expand Down Expand Up @@ -3183,7 +3188,26 @@ babel-preset-fbjs@^3.3.0:
"@babel/plugin-transform-template-literals" "^7.0.0"
babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0"

babel-preset-gatsby@0.4.11, babel-preset-gatsby@^0.4.11:
babel-preset-gatsby@0.4.12:
version "0.4.12"
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.4.12.tgz#f69cbcb5e212761a6a11cd2d7a6032bfc672d22b"
integrity sha512-qsrIrZmwFhXyThBopqkhKqLLeKuNwjUA4CGRbW1ZXLdQhkbIcdOhbfmUfVibP1Nxao+l64XkeADdrLIFwfiZOw==
dependencies:
"@babel/plugin-proposal-class-properties" "^7.10.1"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.1"
"@babel/plugin-proposal-optional-chaining" "^7.10.3"
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
"@babel/plugin-transform-runtime" "^7.10.3"
"@babel/plugin-transform-spread" "^7.10.1"
"@babel/preset-env" "^7.10.3"
"@babel/preset-react" "^7.10.1"
"@babel/runtime" "^7.10.3"
babel-plugin-dynamic-import-node "^2.3.3"
babel-plugin-macros "^2.8.0"
babel-plugin-transform-react-remove-prop-types "^0.4.24"
gatsby-core-utils "^1.3.8"

babel-preset-gatsby@^0.4.11:
version "0.4.11"
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.4.11.tgz#f1bd0e5856647302b209e9d78c99e48f3dc35cc0"
integrity sha512-ynaQxUfvbWv0upQKxNFYXU1vMyo8+FjnruBJLCKVyA9JX4xV57nDDUB0WrSa9rcv7k4r4EOlpSA2ONy+oj98rQ==
Expand Down Expand Up @@ -6754,14 +6778,15 @@ gatsby-awesome-pagination@0.3.5:
dependencies:
lodash "^4.17.15"

gatsby-cli@^2.12.49:
version "2.12.49"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.12.49.tgz#1aa15e2565a0915bac0a7ae0b7e55db98707896a"
integrity sha512-uTw4JVnz02/GPH2EeomoqopyXLBf2ZiYEeqg/zF5VFsDpveCaQVKV9t/XOi+k9bjCjrguswfXoVtxcEnqnj0Pw==
gatsby-cli@^2.12.50:
version "2.12.50"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.12.50.tgz#c9c46cbbefe85d55d69fefbb9f5064defed70808"
integrity sha512-fBVKKtClQhbG29k7GhhGaG6bCcJJ3bMYWaLoN9GtQuM2DMPSNzLuUK/fV0oHEaDGlBCM1hbLJDKRKLHxzJuiGA==
dependencies:
"@babel/code-frame" "^7.10.1"
"@babel/runtime" "^7.10.2"
"@hapi/joi" "^15.1.1"
"@types/common-tags" "^1.8.0"
better-opn "^1.0.0"
bluebird "^3.7.2"
chalk "^2.4.2"
Expand Down Expand Up @@ -6814,19 +6839,31 @@ gatsby-core-utils@^1.3.7:
proper-lockfile "^4.1.1"
xdg-basedir "^4.0.0"

gatsby-core-utils@^1.3.8:
version "1.3.8"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.8.tgz#e6d15d8cb24fa7e16a0af01a5e262ac9c4f31913"
integrity sha512-wVUqF8/DQMhiCyIKxVKjeDp4aN8x4/f+e/gS78sgaU0fleUpMMbQmeV+ASLh0Kk11yFs0fl4+EWWLFCHY2sWmg==
dependencies:
ci-info "2.0.0"
configstore "^5.0.1"
fs-extra "^8.1.0"
node-object-hash "^2.0.0"
proper-lockfile "^4.1.1"
xdg-basedir "^4.0.0"

gatsby-graphiql-explorer@^0.4.6:
version "0.4.6"
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.6.tgz#78e0d51ba15fe45f78f9fee2ce88dcf05fe0a5ec"
integrity sha512-lsymFpPe3iLAPH+zxr0JnxIF7kIbNwADyWEgcOX0YuvsVbo1NJCiSnq6Gj2/ERdVadGkY38t7H0H027RrZQ8jQ==
dependencies:
"@babel/runtime" "^7.10.2"

gatsby-image@2.4.8:
version "2.4.8"
resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.4.8.tgz#af896d68cf9a6f1083b42865fcd820c4d2dfb4d8"
integrity sha512-pTIiAOj85SVpVHEG2x0E5ip79zXZSvw3rmRatZFDm+e1htBI2wNBJMJcUyTq+yVXIjJjEREivoonvz40yMj/Kw==
gatsby-image@2.4.9:
version "2.4.9"
resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.4.9.tgz#67f8251a77fa0acaa746179b725f445f4025fdd8"
integrity sha512-bTH4xp7Ck8nCwUiiTO9V65cwX1Aco78q8VlL/aulfZuzRMfy/CjaSHGOUTU4aYTPZWQyXKH7CAxTqJXo7sbCXg==
dependencies:
"@babel/runtime" "^7.10.2"
"@babel/runtime" "^7.10.3"
object-fit-images "^3.2.4"
prop-types "^15.7.2"

Expand All @@ -6853,32 +6890,32 @@ gatsby-page-utils@^0.2.11:
lodash "^4.17.15"
micromatch "^3.1.10"

gatsby-plugin-google-analytics@2.3.5:
version "2.3.5"
resolved "https://registry.yarnpkg.com/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.3.5.tgz#a11ce7777342be7af7c22e13ecb11d83c68106c8"
integrity sha512-b6b09zxB+3XMs2Df0wihBlJ1OOgHvKkhYw7eR69Sk7wSZRrG9m2bBOnsmhuvBJ8U/a1lNF40S2Rjzg4eRBDqmg==
gatsby-plugin-google-analytics@2.3.6:
version "2.3.6"
resolved "https://registry.yarnpkg.com/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.3.6.tgz#3867732a1ae65a3a00d23217cd131025f33942b4"
integrity sha512-hm+PXjl46mtpQ+EBXVcS4YvrewvdPi5KoPkOKrd4ivK0uAUT0rjY5vcYr1NdvF7uAFDoInL/lj1X5gMMlEXp/g==
dependencies:
"@babel/runtime" "^7.10.2"
"@babel/runtime" "^7.10.3"
minimatch "3.0.4"

gatsby-plugin-manifest@2.4.13:
version "2.4.13"
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.13.tgz#49e4ed03f46f0d9bbcdd4a9dc4be8d2fb68ecb30"
integrity sha512-GLp8E2DEzfNr1DFHTSPnoAGMGoSEe6zN99YgeelswxGwirncHcAGLiIiaHPfrrtxTy/3AVhNkSHH38c4SUjuZw==
gatsby-plugin-manifest@2.4.14:
version "2.4.14"
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.14.tgz#9d82fbf81fc568860b1b3cc8cc0bf6cd8513b229"
integrity sha512-yWrAGS/LN9MEbtllG9ZsU4mIAQZJsfzdpq3YL3HO6LYJWGngD/JzkXUfOYhH5cT/WVgU5vMxkcyFrwj0J5xWNw==
dependencies:
"@babel/runtime" "^7.10.2"
gatsby-core-utils "^1.3.7"
"@babel/runtime" "^7.10.3"
gatsby-core-utils "^1.3.8"
semver "^5.7.1"
sharp "^0.25.1"

gatsby-plugin-offline@3.2.12:
version "3.2.12"
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.12.tgz#5a6a88b8d4f130487769e2be3a3bb609ab135fec"
integrity sha512-Vu+sgPwD4sGyXP0ENafvr6Lp2si6CqNkYVA6d8o2G05nyuhjaCU+UloAOXaXWISiG/uNyg7/keVBdfbtTAKtXw==
gatsby-plugin-offline@3.2.13:
version "3.2.13"
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.13.tgz#49f49539d3ee552da30fe8bf0fb05721fc6e48da"
integrity sha512-3AXw3MFBJRHVInn+7rh14b5/rREgIuAVqg430B91c6nDTCLsxwd/TGbWvQvBDO35hXs3yuoluuTANcu++AEuIg==
dependencies:
"@babel/runtime" "^7.10.2"
"@babel/runtime" "^7.10.3"
cheerio "^1.0.0-rc.3"
gatsby-core-utils "^1.3.7"
gatsby-core-utils "^1.3.8"
glob "^7.1.6"
idb-keyval "^3.2.0"
lodash "^4.17.15"
Expand All @@ -6897,20 +6934,20 @@ gatsby-plugin-page-creator@^2.3.11:
lodash "^4.17.15"
micromatch "^3.1.10"

gatsby-plugin-postcss@2.3.5:
version "2.3.5"
resolved "https://registry.yarnpkg.com/gatsby-plugin-postcss/-/gatsby-plugin-postcss-2.3.5.tgz#fb864344eb716db60aedecd46f51d6d577329066"
integrity sha512-AQjgo8wtCr6WWzrOv8V2yE6ZKsA0zAcUrNcpmiDXS+oo6q4TnWJrCpzJ+KtBsF0rmfNh2+yc5FBbezd7jj9Psw==
gatsby-plugin-postcss@2.3.6:
version "2.3.6"
resolved "https://registry.yarnpkg.com/gatsby-plugin-postcss/-/gatsby-plugin-postcss-2.3.6.tgz#d0d8b19f9edf845b54ea49a2cdd9ceb2a52f10f5"
integrity sha512-rJ7GihxGc6pA3KapR2kFPYkDyVc/18Yt2nROxL893epv2nYn99H2XaeLOFvglr6FrpFkJP0TvUvwDOfQOuTz8A==
dependencies:
"@babel/runtime" "^7.10.2"
"@babel/runtime" "^7.10.3"
postcss-loader "^3.0.0"

gatsby-plugin-react-helmet@3.3.5:
version "3.3.5"
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.5.tgz#03b219cb117e8f82276071df71e4decdf354d51a"
integrity sha512-9bLtE9frjQhxT9P026Z88IhisoxreixWmPWFGXP4Umq5jp1rEBWXok7A3hduc/Iv0/nI+B1onYunWkjXWvNqtQ==
gatsby-plugin-react-helmet@3.3.6:
version "3.3.6"
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.6.tgz#824202bdb2e83f90956e4ca1c076fd4dbbf97e61"
integrity sha512-KEmgL5TxdMsMNm6p5jgz422p8qwogriDlm0WPgObFshR3fkAFtbqEX6FlZW0Vv8itt6tP3YbKHN4exxIA2Hc8g==
dependencies:
"@babel/runtime" "^7.10.2"
"@babel/runtime" "^7.10.3"

gatsby-plugin-sharp@2.6.13:
version "2.6.13"
Expand Down Expand Up @@ -6950,12 +6987,12 @@ gatsby-plugin-typescript@^2.4.7:
"@babel/runtime" "^7.10.2"
babel-plugin-remove-graphql-queries "^2.9.6"

gatsby-react-router-scroll@^3.0.5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-3.0.5.tgz#38038bf068d3ce2459c4934f5a57ba76f7359ea6"
integrity sha512-o4NRxr70mGvh7O/mL9LoOJAwTG1htoHVby7Fj5GjmB4JQJhSvX5S+qtvL598aRBMdcTR9m5T5D7JqUxQdhz1ag==
gatsby-react-router-scroll@^3.0.6:
version "3.0.7"
resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-3.0.7.tgz#53e9e4e81dfde94c23d724f8e6b4778db9d7edb1"
integrity sha512-IW1Bb4wGS56pNulLwAf/g87sGxdydfkmezhsBdMV/p1eVyZBorRjsXlD6i5VZX1/dzeBcInRP4L0Jg6uOWGREQ==
dependencies:
"@babel/runtime" "^7.10.2"
"@babel/runtime" "^7.10.3"

gatsby-recipes@^0.1.42:
version "0.1.42"
Expand Down Expand Up @@ -7063,12 +7100,12 @@ gatsby-remark-images@3.3.12:
unist-util-select "^1.5.0"
unist-util-visit-parents "^2.1.2"

gatsby-remark-prismjs@3.5.5:
version "3.5.5"
resolved "https://registry.yarnpkg.com/gatsby-remark-prismjs/-/gatsby-remark-prismjs-3.5.5.tgz#86c05ce3a45979983a6919e565773a2d1b72bfe0"
integrity sha512-FPZ2hqllSoI1UHcRF6Nn5SFWds97bdu4kQou04RdYjnE16Jq1IR/h42SCh2Ixzbyv5DWRwI4UpKOBq64pGjqVw==
gatsby-remark-prismjs@3.5.6:
version "3.5.6"
resolved "https://registry.yarnpkg.com/gatsby-remark-prismjs/-/gatsby-remark-prismjs-3.5.6.tgz#933459bde4601f2f6bb2d6a8663743014407500b"
integrity sha512-TsMktFfbl7Wq/koQItAxuhM+kbUkIFeGCOMfDsalAF0PvzXp1200m3gn0EyAVhzlVI6+UXFPXyCCVHqHOYVafA==
dependencies:
"@babel/runtime" "^7.10.2"
"@babel/runtime" "^7.10.3"
parse-numeric-range "^0.0.2"
unist-util-visit "^1.4.1"

Expand Down Expand Up @@ -7150,23 +7187,23 @@ gatsby-transformer-remark@2.8.18:
unist-util-select "^1.5.0"
unist-util-visit "^1.4.1"

gatsby-transformer-sharp@2.5.6:
version "2.5.6"
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.6.tgz#71d3d82dfd6fabb41ffcca6b085ce004a1358fe2"
integrity sha512-DZtHt71pQc6LUMFC5AEivNDeErGfnuTCgfISR/RVhFj5ioMWdAboBvWLHOMLWL7vA+E4G3x2Eu1WoDehYSpLcw==
gatsby-transformer-sharp@2.5.7:
version "2.5.7"
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.7.tgz#21f4fabbf165dbd857fdbd0f8432b6690f18d46f"
integrity sha512-gDiknCxpKN7+Fm8vJQ7NIDXmBDn4s5yBeM9FtXBqkCW5vJtPzM661Ak+gP1pxFDKLVR7ay1vQM43C7wdf/QtNQ==
dependencies:
"@babel/runtime" "^7.10.2"
"@babel/runtime" "^7.10.3"
bluebird "^3.7.2"
fs-extra "^8.1.0"
potrace "^2.1.6"
probe-image-size "^4.1.1"
semver "^5.7.1"
sharp "^0.25.1"

gatsby@2.23.9:
version "2.23.9"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.23.9.tgz#ae022f4bd8f4e5224efedd53c4e5cf39cbad1217"
integrity sha512-T106dz2zgL9KkfIjEDpFWI715XuX614YTxqMYJyEJt2795fVzqtGGMfxPV64bI10dMpj14mH8R6h8fv7PKHnNw==
gatsby@2.23.10:
version "2.23.10"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.23.10.tgz#3809726944725ecbc21e4f80ae8f4a4b8a1de70f"
integrity sha512-/xSp0rsHRNS4+24KYmZZvUEIT39vldJ+6KupSbDj2qzEh13ocnF+REqdK8uTvo3kpaGR1YshvLLo8JWDe3Bv1Q==
dependencies:
"@babel/code-frame" "^7.10.1"
"@babel/core" "^7.10.2"
Expand Down Expand Up @@ -7230,13 +7267,13 @@ gatsby@2.23.9:
flat "^4.1.0"
fs-exists-cached "1.0.0"
fs-extra "^8.1.0"
gatsby-cli "^2.12.49"
gatsby-cli "^2.12.50"
gatsby-core-utils "^1.3.7"
gatsby-graphiql-explorer "^0.4.6"
gatsby-link "^2.4.7"
gatsby-plugin-page-creator "^2.3.11"
gatsby-plugin-typescript "^2.4.7"
gatsby-react-router-scroll "^3.0.5"
gatsby-react-router-scroll "^3.0.6"
gatsby-telemetry "^1.3.13"
glob "^7.1.6"
got "8.3.2"
Expand Down

0 comments on commit 6a12e85

Please sign in to comment.