diff --git a/package.json b/package.json index 77d12f092..1ba0c50bc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "async.queue": "0.5.2", "babel-plugin-styled-components": "1.12.0", "classnames": "2.2.6", - "gatsby": "3.0.4", + "gatsby": "3.1.0", "gatsby-cli": "3.1.0", "gatsby-image": "3.0.0", "gatsby-plugin-canonical-urls": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 232f79bec..5b8279e06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3624,10 +3624,10 @@ 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@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-1.0.0.tgz#14bcb46e45bfee12d095819f1f439415401377b7" - integrity sha512-3jCjp/yhbgbvSxj9j6ieF6h1JKi9Kfot8N+NSh80GDQ5iwhg/x+Ev7ocyU0UKm89t5QaZuPcGY/RopK0gck+pg== +babel-preset-gatsby@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-1.1.0.tgz#53176fd26bb798d91b0891d9dffcde5b1a8558cd" + integrity sha512-GM21xzM1mlUvCmA4pjJxyG3Q2abcrIn1wfGgCBUfw3mwHuy/RibF0L9QzpZUcQTRWy82oAjJteA0qaTLFhOD+g== dependencies: "@babel/plugin-proposal-class-properties" "^7.12.1" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1" @@ -3642,8 +3642,8 @@ babel-preset-gatsby@^1.0.0: 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 "^2.0.0" - gatsby-legacy-polyfills "^1.0.0" + gatsby-core-utils "^2.1.0" + gatsby-legacy-polyfills "^1.1.0" babel-runtime@^6.26.0: version "6.26.0" @@ -5000,7 +5000,15 @@ copyfiles@^2.3.0: untildify "^4.0.0" yargs "^16.1.0" -core-js-compat@^3.6.5, core-js-compat@^3.8.1, core-js-compat@^3.9.0: +core-js-compat@3.9.0: + version "3.9.0" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.9.0.tgz#29da39385f16b71e1915565aa0385c4e0963ad56" + integrity sha512-YK6fwFjCOKWwGnjFUR3c544YsnA/7DoLL0ysncuOJ4pwbriAtOpvM2bygdlcXbvQCQZ7bBU9CL4t7tGl7ETRpQ== + dependencies: + browserslist "^4.16.3" + semver "7.0.0" + +core-js-compat@^3.8.1, core-js-compat@^3.9.0: version "3.9.1" resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.9.1.tgz#4e572acfe90aff69d76d8c37759d21a5c59bb455" integrity sha512-jXAirMQxrkbiiLsCx9bQPJFA6llDadKMpYrBJQJ3/c4/vsPP/fAf29h24tviRlvwUL6AmY5CHLu2GvjuYviQqA== @@ -5018,7 +5026,7 @@ core-js@^2.4.0, core-js@^2.4.1, core-js@^2.6.5: resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec" integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== -core-js@^3.6.5: +core-js@^3.6.5, core-js@^3.9.0: version "3.9.1" resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.9.1.tgz#cec8de593db8eb2a85ffb0dbdeb312cb6e5460ae" integrity sha512-gSjRvzkxQc1zjM/5paAmL4idJBFzuJoo+jDjF1tStYFMV2ERfD02HhahhCGXUyHxQRG4yFKVSdO6g62eoRMcDg== @@ -7457,7 +7465,7 @@ functional-red-black-tree@^1.0.1: resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= -gatsby-cli@3.1.0, gatsby-cli@^3.0.0: +gatsby-cli@3.1.0, gatsby-cli@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-3.1.0.tgz#e67deb874d24c02b7d47a3fdf51f2d06bb2d50ae" integrity sha512-SOEXePHvk+Lj3XezFOjmtidMUq39hRHQsDa9iAtMvFc6bJxVIm4oGMu59mUWijGEVTlL1kwMOY7kAq1DEEtfNA== @@ -7515,10 +7523,10 @@ gatsby-core-utils@^2.0.0, gatsby-core-utils@^2.1.0: tmp "^0.2.1" xdg-basedir "^4.0.0" -gatsby-graphiql-explorer@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.0.0.tgz#5de202dfcf266f4b5e661230e3b862b43c5d3682" - integrity sha512-1ZoeCAEWDLhHLlRwIWG8HjiylgezSXksOYgVn3GfkgwySzFrpqR2CZQlPF342RCoIX2LgcOs2s9It8WT1MDc1A== +gatsby-graphiql-explorer@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.1.0.tgz#00e4cfcad769363e6ea97cf6e36ff618c5e31923" + integrity sha512-+HqRSR3tkIAqMloEmLxpnfTpAWF9zHyRfPYw6nOhVmEkC75zNrT22XkFp9toitr0qdCVavpAJMhjBpypL9l3qQ== dependencies: "@babel/runtime" "^7.12.5" @@ -7531,34 +7539,34 @@ gatsby-image@3.0.0: object-fit-images "^3.2.4" prop-types "^15.7.2" -gatsby-legacy-polyfills@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.0.0.tgz#42e740b9a62df1a4be022b7519e77a504788f857" - integrity sha512-whGt//oMbsQvr2uok4qkd1MrlbpSKYXl1lifkwZnrHTvAAf5wreeOZKbzM/C3SWLb0lmD2X7WO7gAamOBj7PwA== +gatsby-legacy-polyfills@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.1.0.tgz#70b0a42d1121b04c872b6320ade0efd8b996aaa8" + integrity sha512-h+1dvamBzeItxkWUyjlEJ5/1mBR8nOiS2ZO8L6VOL/s4egwTFbL8ehE/yhn/41nSB/KCKjMY9mv7orU/v/Xdaw== dependencies: - core-js-compat "^3.6.5" + core-js-compat "3.9.0" -gatsby-link@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-3.0.1.tgz#7fdef329da4cc9e53f9a306a68024fa4faa9b00c" - integrity sha512-lHzlYoBHB5tP4/3fb4crtleductDMoi5DcC140u4KKo7JyDqp24v8zDrd/iYa3sHlZagx1CxAtkghsIOJJbnBg== +gatsby-link@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-3.1.0.tgz#a64795edc032483450103ab235bab68a6f8dc2b8" + integrity sha512-5l84aGNGYp+8QDWnM030R1TjBms+zgdsNSZrRmwcQ57EF2IW6zRrw+ENSlBrxeV40mkmIXkVmIVbB8XuNKZNrg== dependencies: "@babel/runtime" "^7.12.5" "@types/reach__router" "^1.3.7" prop-types "^15.7.2" -gatsby-page-utils@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-1.0.0.tgz#1a9a09cc19e26449950b683dbb7e52ce6d661641" - integrity sha512-2NwkABVWqMtlL4HV0JiJJdd94Hib+qi/sOi2zeASLKjw6Ow7p2wqBrI+O6IfOXlFt9T4xq0BbG6YyzyBAptWaA== +gatsby-page-utils@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-1.1.0.tgz#44bbc38a5baf96b97c70ec5be607c594fe12b054" + integrity sha512-hNjEuWYtU95t6ypXn82eC+7OoArH4i/PnlhHt9DS8xdpf7Ad95Bk+wAhpIlF8iv9f/uf/e5DdbQeSXj1E1TeRw== dependencies: "@babel/runtime" "^7.12.5" bluebird "^3.7.2" chokidar "^3.5.1" fs-exists-cached "^1.0.0" - gatsby-core-utils "^2.0.0" + gatsby-core-utils "^2.1.0" glob "^7.1.6" - lodash "^4.17.20" + lodash "^4.17.21" micromatch "^4.0.2" gatsby-plugin-canonical-urls@3.0.0: @@ -7674,19 +7682,19 @@ gatsby-plugin-mdx@2.1.0: unist-util-remove "^1.0.3" unist-util-visit "^1.4.1" -gatsby-plugin-page-creator@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.0.0.tgz#546a7d7303d2af775bb07ca4663053efd7705e0a" - integrity sha512-xlywUGKkFZpPNXNJ64H/+aJ+ovFV4FK+cNxy+6M9PP10yayZqEtW+nNujil5yTJwPqcuBhtnQEmQrXhYgE/HqQ== +gatsby-plugin-page-creator@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.1.0.tgz#98df02c01beabd6274c1f920d5785ec70f6e9c17" + integrity sha512-0Ji3U8/oPgUCIHUmm5QI09Yz98j8qslqdzDv7veE75+Qqr1oC4ZD650TwH9GVjRKitxwntK+GaNPMS6nDq24kw== dependencies: "@babel/traverse" "^7.12.5" "@sindresorhus/slugify" "^1.1.0" chokidar "^3.5.1" fs-exists-cached "^1.0.0" - gatsby-page-utils "^1.0.0" - gatsby-telemetry "^2.0.0" + gatsby-page-utils "^1.1.0" + gatsby-telemetry "^2.1.0" globby "^11.0.2" - lodash "^4.17.20" + lodash "^4.17.21" gatsby-plugin-preconnect@1.2.0: version "1.2.0" @@ -7798,7 +7806,7 @@ gatsby-plugin-ts-config@1.1.5: lodash.mergewith "^4.6.2" ts-node "^9.0.0" -gatsby-plugin-typescript@3.0.0, gatsby-plugin-typescript@^3.0.0: +gatsby-plugin-typescript@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.0.0.tgz#09464dcab1f88d572ba2dedd970cef430a05fd5c" integrity sha512-s9bhqc8FI12iu07KHzYeQ2yf2LRh0NsfPysKR5prhy9+tmtHT5n7r/JLYJ4AaEycuJfqBYLo4UbR5+WqwVe3sg== @@ -7811,6 +7819,19 @@ gatsby-plugin-typescript@3.0.0, gatsby-plugin-typescript@^3.0.0: "@babel/runtime" "^7.12.5" babel-plugin-remove-graphql-queries "^3.0.0" +gatsby-plugin-typescript@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.1.0.tgz#dafb86c481f8bad84ad761e08f7d6ae83a7c73ba" + integrity sha512-p1tk/7ECbLefJzmEEl/n6qKofNIXIH2B9Bz0XnKyVaRxXNIbE3VI76qFCm3dFh+MUUg8Q4JKc2WAZcBYIdQeZA== + dependencies: + "@babel/core" "^7.12.3" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1" + "@babel/plugin-proposal-numeric-separator" "^7.12.5" + "@babel/plugin-proposal-optional-chaining" "^7.12.1" + "@babel/preset-typescript" "^7.12.1" + "@babel/runtime" "^7.12.5" + babel-plugin-remove-graphql-queries "^3.1.0" + gatsby-plugin-typography@3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/gatsby-plugin-typography/-/gatsby-plugin-typography-3.1.0.tgz#b4a914d80977b4f11149fc05057ae6eb0cf95126" @@ -7818,7 +7839,7 @@ gatsby-plugin-typography@3.1.0: dependencies: "@babel/runtime" "^7.12.5" -gatsby-plugin-utils@^1.0.0, gatsby-plugin-utils@^1.1.0: +gatsby-plugin-utils@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-1.1.0.tgz#b73f3f196323df3c75e6edb345d221f003b5c152" integrity sha512-B21V3tFskfZcVSJVaYy6rLrxHcumbcmhKAYKniKThxCP/0KSqHkfC9+Bopsonk8npRKbVX924OI3UOCKfbgFsg== @@ -7833,10 +7854,10 @@ gatsby-plugin-web-font-loader@1.0.4: babel-runtime "^6.26.0" webfontloader "^1.6.28" -gatsby-react-router-scroll@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.0.1.tgz#ac9b7722057b7f14a28136f77e6aa984dbceff03" - integrity sha512-I0owccfyHioK6V8LhbRXkQde9YPbiDzMyA3SGy7p9zRWO5lqmpJU/0g+qf7UAZYYTeoaDyYOP9pek6KcIUwf8Q== +gatsby-react-router-scroll@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.1.0.tgz#582a693048cf9a485a567afa11964df366d104fe" + integrity sha512-P2RIO7Py7QQvIntzmrpiz93B6jZsOwVhSVWp3dDa1YrD4/y43553zrEwczifWicLYcgCy/miMnuctfoKCJuxlg== dependencies: "@babel/runtime" "^7.12.5" @@ -8063,10 +8084,10 @@ gatsby-transformer-sharp@3.0.0: semver "^7.3.4" sharp "^0.27.0" -gatsby@3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.0.4.tgz#dce3e44cb85ee6a4cdc71a5be9b3485206bea0fc" - integrity sha512-LIBeox/O4XlgfpPYScS5LwFreWlZuuz4OZl0cnkA3M8EfxelHwLpqMvOeSYsoMHvogBJzlLocfRQIgzqvXS7kA== +gatsby@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.1.0.tgz#88bfd1053d7a6574208d5fb525186a6a20ca8ffd" + integrity sha512-AnEMYZk5f5zEPZ4yHUaJk9G98RyoWdnkif1k2GvEyRrMbPOW6VpZdFnxZKVGfX/AZcA+pA0szuY8f46GASaXEg== dependencies: "@babel/code-frame" "^7.10.4" "@babel/core" "^7.12.3" @@ -8077,7 +8098,6 @@ gatsby@3.0.4: "@babel/types" "^7.12.6" "@gatsbyjs/reach-router" "^1.3.6" "@gatsbyjs/webpack-hot-middleware" "^2.25.2" - "@hapi/joi" "^15.1.1" "@mikaelkristiansson/domready" "^1.0.10" "@nodelib/fs.walk" "^1.2.4" "@pmmmwh/react-refresh-webpack-plugin" "^0.4.3" @@ -8093,8 +8113,8 @@ gatsby@3.0.4: babel-plugin-add-module-exports "^1.0.4" babel-plugin-dynamic-import-node "^2.3.3" babel-plugin-lodash "^3.3.4" - babel-plugin-remove-graphql-queries "^3.0.0" - babel-preset-gatsby "^1.0.0" + babel-plugin-remove-graphql-queries "^3.1.0" + babel-preset-gatsby "^1.1.0" better-opn "^2.0.0" better-queue "^3.8.10" bluebird "^3.7.2" @@ -8106,7 +8126,7 @@ gatsby@3.0.4: common-tags "^1.8.0" compression "^1.7.4" copyfiles "^2.3.0" - core-js "^3.6.5" + core-js "^3.9.0" cors "^2.8.5" css-loader "^5.0.1" css-minimizer-webpack-plugin "^1.2.0" @@ -8136,16 +8156,16 @@ gatsby@3.0.4: find-cache-dir "^3.3.1" fs-exists-cached "1.0.0" fs-extra "^8.1.0" - gatsby-cli "^3.0.0" - gatsby-core-utils "^2.0.0" - gatsby-graphiql-explorer "^1.0.0" - gatsby-legacy-polyfills "^1.0.0" - gatsby-link "^3.0.1" - gatsby-plugin-page-creator "^3.0.0" - gatsby-plugin-typescript "^3.0.0" - gatsby-plugin-utils "^1.0.0" - gatsby-react-router-scroll "^4.0.1" - gatsby-telemetry "^2.0.0" + gatsby-cli "^3.1.0" + gatsby-core-utils "^2.1.0" + gatsby-graphiql-explorer "^1.1.0" + gatsby-legacy-polyfills "^1.1.0" + gatsby-link "^3.1.0" + gatsby-plugin-page-creator "^3.1.0" + gatsby-plugin-typescript "^3.1.0" + gatsby-plugin-utils "^1.1.0" + gatsby-react-router-scroll "^4.1.0" + gatsby-telemetry "^2.1.0" glob "^7.1.6" got "8.3.2" graphql "^15.4.0" @@ -8161,7 +8181,7 @@ gatsby@3.0.4: json-loader "^0.5.7" json-stringify-safe "^5.0.1" latest-version "5.1.0" - lodash "^4.17.20" + lodash "^4.17.21" md5-file "^5.0.0" meant "^1.0.1" memoizee "^0.4.15"