mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
chore(deps): update gatsby
This commit is contained in:
parent
2d770efa66
commit
6c95e6cfd2
50
package.json
50
package.json
@ -41,33 +41,33 @@
|
||||
"bluebird": "^3.7.0",
|
||||
"classnames": "^2.2.6",
|
||||
"codecov": "^3.6.1",
|
||||
"gatsby": "^2.15.29",
|
||||
"gatsby-link": "^2.2.18",
|
||||
"gatsby-plugin-catch-links": "^2.1.12",
|
||||
"gatsby-plugin-feed": "^2.3.15",
|
||||
"gatsby-plugin-flow": "^1.1.9",
|
||||
"gatsby-plugin-google-gtag": "^1.1.11",
|
||||
"gatsby-plugin-manifest": "^2.2.20",
|
||||
"gatsby-plugin-netlify": "^2.1.17",
|
||||
"gatsby-plugin-netlify-cms": "^4.1.22",
|
||||
"gatsby-plugin-offline": "^3.0.11",
|
||||
"gatsby": "^2.15.34",
|
||||
"gatsby-link": "^2.2.19",
|
||||
"gatsby-plugin-catch-links": "^2.1.13",
|
||||
"gatsby-plugin-feed": "^2.3.16",
|
||||
"gatsby-plugin-flow": "^1.1.10",
|
||||
"gatsby-plugin-google-gtag": "^1.1.12",
|
||||
"gatsby-plugin-manifest": "^2.2.21",
|
||||
"gatsby-plugin-netlify": "^2.1.19",
|
||||
"gatsby-plugin-netlify-cms": "^4.1.23",
|
||||
"gatsby-plugin-offline": "^3.0.13",
|
||||
"gatsby-plugin-optimize-svgs": "^1.0.3",
|
||||
"gatsby-plugin-react-helmet": "^3.1.10",
|
||||
"gatsby-plugin-sass": "^2.1.17",
|
||||
"gatsby-plugin-sharp": "^2.2.28",
|
||||
"gatsby-plugin-sitemap": "^2.2.16",
|
||||
"gatsby-remark-autolink-headers": "^2.1.13",
|
||||
"gatsby-remark-copy-linked-files": "^2.1.24",
|
||||
"gatsby-plugin-react-helmet": "^3.1.11",
|
||||
"gatsby-plugin-sass": "^2.1.18",
|
||||
"gatsby-plugin-sharp": "^2.2.29",
|
||||
"gatsby-plugin-sitemap": "^2.2.17",
|
||||
"gatsby-remark-autolink-headers": "^2.1.14",
|
||||
"gatsby-remark-copy-linked-files": "^2.1.26",
|
||||
"gatsby-remark-external-links": "0.0.4",
|
||||
"gatsby-remark-images": "^3.1.25",
|
||||
"gatsby-remark-katex": "^3.1.12",
|
||||
"gatsby-remark-prismjs": "^3.3.17",
|
||||
"gatsby-remark-images": "^3.1.26",
|
||||
"gatsby-remark-katex": "^3.1.13",
|
||||
"gatsby-remark-prismjs": "^3.3.18",
|
||||
"gatsby-remark-relative-images": "^0.2.3",
|
||||
"gatsby-remark-responsive-iframe": "^2.2.21",
|
||||
"gatsby-remark-smartypants": "^2.1.11",
|
||||
"gatsby-source-filesystem": "^2.1.29",
|
||||
"gatsby-transformer-remark": "^2.6.27",
|
||||
"gatsby-transformer-sharp": "^2.2.20",
|
||||
"gatsby-remark-responsive-iframe": "^2.2.23",
|
||||
"gatsby-remark-smartypants": "^2.1.12",
|
||||
"gatsby-source-filesystem": "^2.1.31",
|
||||
"gatsby-transformer-remark": "^2.6.28",
|
||||
"gatsby-transformer-sharp": "^2.2.21",
|
||||
"invariant": "^2.2.4",
|
||||
"katex": "^0.11.1",
|
||||
"lodash": "^4.17.15",
|
||||
@ -92,7 +92,7 @@
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-eslint": "10.0.3",
|
||||
"babel-jest": "24.9.0",
|
||||
"babel-preset-gatsby": "0.2.17",
|
||||
"babel-preset-gatsby": "0.2.18",
|
||||
"browserslist": "4.7.0",
|
||||
"concurrently": "4.1.2",
|
||||
"eslint": "6.5.1",
|
||||
|
562
yarn.lock
562
yarn.lock
@ -8,7 +8,7 @@
|
||||
dependencies:
|
||||
"@babel/highlight" "^7.0.0"
|
||||
|
||||
"@babel/core@7.6.2", "@babel/core@^7.6.2":
|
||||
"@babel/core@7.6.2":
|
||||
version "7.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.2.tgz#069a776e8d5e9eefff76236bc8845566bd31dd91"
|
||||
integrity sha512-l8zto/fuoZIbncm+01p8zPSDZu/VuuJhAfA7d/AbzM09WR7iVhavvfNDYCNpo1VvLk6E6xgAoP9P+/EMJHuRkQ==
|
||||
@ -48,6 +48,26 @@
|
||||
semver "^5.4.1"
|
||||
source-map "^0.5.0"
|
||||
|
||||
"@babel/core@^7.6.3":
|
||||
version "7.6.3"
|
||||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.3.tgz#44de824e89eaa089bb12da7337bc9bdff2ab68f9"
|
||||
integrity sha512-QfQ5jTBgXLzJuo7Mo8bZK/ePywmgNRgk/UQykiKwEtZPiFIn8ZqE6jB+AnD1hbB1S2xQyL4//it5vuAUOVAMTw==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.5.5"
|
||||
"@babel/generator" "^7.6.3"
|
||||
"@babel/helpers" "^7.6.2"
|
||||
"@babel/parser" "^7.6.3"
|
||||
"@babel/template" "^7.6.0"
|
||||
"@babel/traverse" "^7.6.3"
|
||||
"@babel/types" "^7.6.3"
|
||||
convert-source-map "^1.1.0"
|
||||
debug "^4.1.0"
|
||||
json5 "^2.1.0"
|
||||
lodash "^4.17.13"
|
||||
resolve "^1.3.2"
|
||||
semver "^5.4.1"
|
||||
source-map "^0.6.1"
|
||||
|
||||
"@babel/generator@^7.0.0", "@babel/generator@^7.4.0", "@babel/generator@^7.5.5":
|
||||
version "7.5.5"
|
||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf"
|
||||
@ -68,6 +88,16 @@
|
||||
lodash "^4.17.13"
|
||||
source-map "^0.5.0"
|
||||
|
||||
"@babel/generator@^7.6.3":
|
||||
version "7.6.3"
|
||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.3.tgz#71d5375264f93ec7bac7d9f35a67067733f5578e"
|
||||
integrity sha512-hLhYbAb3pHwxjlijC4AQ7mqZdcoujiNaW7izCT04CIowHK8psN0IN8QjDv0iyFtycF5FowUOTwDloIheI25aMw==
|
||||
dependencies:
|
||||
"@babel/types" "^7.6.3"
|
||||
jsesc "^2.5.1"
|
||||
lodash "^4.17.13"
|
||||
source-map "^0.6.1"
|
||||
|
||||
"@babel/helper-annotate-as-pure@^7.0.0":
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
|
||||
@ -261,6 +291,11 @@
|
||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.2.tgz#205e9c95e16ba3b8b96090677a67c9d6075b70a1"
|
||||
integrity sha512-mdFqWrSPCmikBoaBYMuBulzTIKuXVPtEISFbRRVNwMWpCms/hmE2kRq0bblUHaNRKrjRlmVbx1sDHmjmRgD2Xg==
|
||||
|
||||
"@babel/parser@^7.6.3":
|
||||
version "7.6.3"
|
||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.3.tgz#9eff8b9c3eeae16a74d8d4ff30da2bd0d6f0487e"
|
||||
integrity sha512-sUZdXlva1dt2Vw2RqbMkmfoImubO0D0gaCrNngV6Hi0DA4x3o4mlrq0tbfY0dZEUIccH8I6wQ4qgEtwcpOR6Qg==
|
||||
|
||||
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
|
||||
version "7.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
|
||||
@ -418,6 +453,14 @@
|
||||
"@babel/helper-plugin-utils" "^7.0.0"
|
||||
lodash "^4.17.13"
|
||||
|
||||
"@babel/plugin-transform-block-scoping@^7.6.3":
|
||||
version "7.6.3"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.3.tgz#6e854e51fbbaa84351b15d4ddafe342f3a5d542a"
|
||||
integrity sha512-7hvrg75dubcO3ZI2rjYTzUrEuh1E9IyDEhhB6qfcooxhDA33xx2MasuLVgdxzcP6R/lipAC6n9ub9maNW6RKdw==
|
||||
dependencies:
|
||||
"@babel/helper-plugin-utils" "^7.0.0"
|
||||
lodash "^4.17.13"
|
||||
|
||||
"@babel/plugin-transform-classes@^7.0.0", "@babel/plugin-transform-classes@^7.5.5":
|
||||
version "7.5.5"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz#d094299d9bd680a14a2a0edae38305ad60fb4de9"
|
||||
@ -553,6 +596,13 @@
|
||||
dependencies:
|
||||
regexpu-core "^4.6.0"
|
||||
|
||||
"@babel/plugin-transform-named-capturing-groups-regex@^7.6.3":
|
||||
version "7.6.3"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.3.tgz#aaa6e409dd4fb2e50b6e2a91f7e3a3149dbce0cf"
|
||||
integrity sha512-jTkk7/uE6H2s5w6VlMHeWuH+Pcy2lmdwFoeWCVnvIrDUnB5gQqTVI8WfmEAhF2CDEarGrknZcmSFg1+bkfCoSw==
|
||||
dependencies:
|
||||
regexpu-core "^4.6.0"
|
||||
|
||||
"@babel/plugin-transform-new-target@^7.4.4":
|
||||
version "7.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.4.tgz#18d120438b0cc9ee95a47f2c72bc9768fbed60a5"
|
||||
@ -693,7 +743,7 @@
|
||||
core-js "^2.6.5"
|
||||
regenerator-runtime "^0.13.2"
|
||||
|
||||
"@babel/preset-env@7.6.2", "@babel/preset-env@^7.6.2":
|
||||
"@babel/preset-env@7.6.2":
|
||||
version "7.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.2.tgz#abbb3ed785c7fe4220d4c82a53621d71fc0c75d3"
|
||||
integrity sha512-Ru7+mfzy9M1/YTEtlDS8CD45jd22ngb9tXnn64DvQK3ooyqSw9K4K9DUWmYknTTVk4TqygL9dqCrZgm1HMea/Q==
|
||||
@ -749,6 +799,62 @@
|
||||
js-levenshtein "^1.1.3"
|
||||
semver "^5.5.0"
|
||||
|
||||
"@babel/preset-env@^7.6.3":
|
||||
version "7.6.3"
|
||||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.3.tgz#9e1bf05a2e2d687036d24c40e4639dc46cef2271"
|
||||
integrity sha512-CWQkn7EVnwzlOdR5NOm2+pfgSNEZmvGjOhlCHBDq0J8/EStr+G+FvPEiz9B56dR6MoiUFjXhfE4hjLoAKKJtIQ==
|
||||
dependencies:
|
||||
"@babel/helper-module-imports" "^7.0.0"
|
||||
"@babel/helper-plugin-utils" "^7.0.0"
|
||||
"@babel/plugin-proposal-async-generator-functions" "^7.2.0"
|
||||
"@babel/plugin-proposal-dynamic-import" "^7.5.0"
|
||||
"@babel/plugin-proposal-json-strings" "^7.2.0"
|
||||
"@babel/plugin-proposal-object-rest-spread" "^7.6.2"
|
||||
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
|
||||
"@babel/plugin-proposal-unicode-property-regex" "^7.6.2"
|
||||
"@babel/plugin-syntax-async-generators" "^7.2.0"
|
||||
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
|
||||
"@babel/plugin-syntax-json-strings" "^7.2.0"
|
||||
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
|
||||
"@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
|
||||
"@babel/plugin-transform-arrow-functions" "^7.2.0"
|
||||
"@babel/plugin-transform-async-to-generator" "^7.5.0"
|
||||
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
|
||||
"@babel/plugin-transform-block-scoping" "^7.6.3"
|
||||
"@babel/plugin-transform-classes" "^7.5.5"
|
||||
"@babel/plugin-transform-computed-properties" "^7.2.0"
|
||||
"@babel/plugin-transform-destructuring" "^7.6.0"
|
||||
"@babel/plugin-transform-dotall-regex" "^7.6.2"
|
||||
"@babel/plugin-transform-duplicate-keys" "^7.5.0"
|
||||
"@babel/plugin-transform-exponentiation-operator" "^7.2.0"
|
||||
"@babel/plugin-transform-for-of" "^7.4.4"
|
||||
"@babel/plugin-transform-function-name" "^7.4.4"
|
||||
"@babel/plugin-transform-literals" "^7.2.0"
|
||||
"@babel/plugin-transform-member-expression-literals" "^7.2.0"
|
||||
"@babel/plugin-transform-modules-amd" "^7.5.0"
|
||||
"@babel/plugin-transform-modules-commonjs" "^7.6.0"
|
||||
"@babel/plugin-transform-modules-systemjs" "^7.5.0"
|
||||
"@babel/plugin-transform-modules-umd" "^7.2.0"
|
||||
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.3"
|
||||
"@babel/plugin-transform-new-target" "^7.4.4"
|
||||
"@babel/plugin-transform-object-super" "^7.5.5"
|
||||
"@babel/plugin-transform-parameters" "^7.4.4"
|
||||
"@babel/plugin-transform-property-literals" "^7.2.0"
|
||||
"@babel/plugin-transform-regenerator" "^7.4.5"
|
||||
"@babel/plugin-transform-reserved-words" "^7.2.0"
|
||||
"@babel/plugin-transform-shorthand-properties" "^7.2.0"
|
||||
"@babel/plugin-transform-spread" "^7.6.2"
|
||||
"@babel/plugin-transform-sticky-regex" "^7.2.0"
|
||||
"@babel/plugin-transform-template-literals" "^7.4.4"
|
||||
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
|
||||
"@babel/plugin-transform-unicode-regex" "^7.6.2"
|
||||
"@babel/types" "^7.6.3"
|
||||
browserslist "^4.6.0"
|
||||
core-js-compat "^3.1.1"
|
||||
invariant "^2.2.2"
|
||||
js-levenshtein "^1.1.3"
|
||||
semver "^5.5.0"
|
||||
|
||||
"@babel/preset-flow@^7.0.0":
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.0.0.tgz#afd764835d9535ec63d8c7d4caf1c06457263da2"
|
||||
@ -757,7 +863,7 @@
|
||||
"@babel/helper-plugin-utils" "^7.0.0"
|
||||
"@babel/plugin-transform-flow-strip-types" "^7.0.0"
|
||||
|
||||
"@babel/preset-react@7.0.0", "@babel/preset-react@^7.0.0":
|
||||
"@babel/preset-react@7.0.0":
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.0.0.tgz#e86b4b3d99433c7b3e9e91747e2653958bc6b3c0"
|
||||
dependencies:
|
||||
@ -767,6 +873,17 @@
|
||||
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
|
||||
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
|
||||
|
||||
"@babel/preset-react@^7.6.3":
|
||||
version "7.6.3"
|
||||
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.6.3.tgz#d5242c828322520205ae4eda5d4f4f618964e2f6"
|
||||
integrity sha512-07yQhmkZmRAfwREYIQgW0HEwMY9GBJVuPY4Q12UC72AbfaawuupVWa8zQs2tlL+yun45Nv/1KreII/0PLfEsgA==
|
||||
dependencies:
|
||||
"@babel/helper-plugin-utils" "^7.0.0"
|
||||
"@babel/plugin-transform-react-display-name" "^7.0.0"
|
||||
"@babel/plugin-transform-react-jsx" "^7.0.0"
|
||||
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
|
||||
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
|
||||
|
||||
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.3", "@babel/runtime@^7.4.5":
|
||||
version "7.5.5"
|
||||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132"
|
||||
@ -774,10 +891,10 @@
|
||||
dependencies:
|
||||
regenerator-runtime "^0.13.2"
|
||||
|
||||
"@babel/runtime@^7.6.2":
|
||||
version "7.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.2.tgz#c3d6e41b304ef10dcf13777a33e7694ec4a9a6dd"
|
||||
integrity sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==
|
||||
"@babel/runtime@^7.6.3":
|
||||
version "7.6.3"
|
||||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.3.tgz#935122c74c73d2240cafd32ddb5fc2a6cd35cf1f"
|
||||
integrity sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA==
|
||||
dependencies:
|
||||
regenerator-runtime "^0.13.2"
|
||||
|
||||
@ -827,6 +944,21 @@
|
||||
globals "^11.1.0"
|
||||
lodash "^4.17.13"
|
||||
|
||||
"@babel/traverse@^7.6.3":
|
||||
version "7.6.3"
|
||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9"
|
||||
integrity sha512-unn7P4LGsijIxaAJo/wpoU11zN+2IaClkQAxcJWBNCMS6cmVh802IyLHNkAjQ0iYnRS3nnxk5O3fuXW28IMxTw==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.5.5"
|
||||
"@babel/generator" "^7.6.3"
|
||||
"@babel/helper-function-name" "^7.1.0"
|
||||
"@babel/helper-split-export-declaration" "^7.4.4"
|
||||
"@babel/parser" "^7.6.3"
|
||||
"@babel/types" "^7.6.3"
|
||||
debug "^4.1.0"
|
||||
globals "^11.1.0"
|
||||
lodash "^4.17.13"
|
||||
|
||||
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5":
|
||||
version "7.5.5"
|
||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
|
||||
@ -844,6 +976,15 @@
|
||||
lodash "^4.17.13"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@babel/types@^7.6.3":
|
||||
version "7.6.3"
|
||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09"
|
||||
integrity sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA==
|
||||
dependencies:
|
||||
esutils "^2.0.2"
|
||||
lodash "^4.17.13"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@cnakazawa/watch@^1.0.3":
|
||||
version "1.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
|
||||
@ -2239,7 +2380,7 @@ auto-bind@^2.0.0:
|
||||
dependencies:
|
||||
"@types/react" "^16.8.12"
|
||||
|
||||
autoprefixer@9.6.4:
|
||||
autoprefixer@9.6.4, autoprefixer@^9.6.4:
|
||||
version "9.6.4"
|
||||
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.6.4.tgz#e6453be47af316b2923eaeaed87860f52ad4b7eb"
|
||||
integrity sha512-Koz2cJU9dKOxG8P1f8uVaBntOv9lP4yz9ffWvWaicv9gHBPhpQB22nGijwd8gqW9CNT+UdkbQOQNLVI8jN1ZfQ==
|
||||
@ -2252,7 +2393,7 @@ autoprefixer@9.6.4:
|
||||
postcss "^7.0.18"
|
||||
postcss-value-parser "^4.0.2"
|
||||
|
||||
autoprefixer@^9.5.1, autoprefixer@^9.6.1:
|
||||
autoprefixer@^9.5.1:
|
||||
version "9.6.1"
|
||||
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.6.1.tgz#51967a02d2d2300bb01866c1611ec8348d355a47"
|
||||
integrity sha512-aVo5WxR3VyvyJxcJC3h4FKfwCQvQWb1tSI5VHNibddCVWrcD1NvlxEweg3TSgiPztMnWfjpy2FURKA2kvDE+Tw==
|
||||
@ -2415,10 +2556,10 @@ babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.6.1:
|
||||
cosmiconfig "^5.2.0"
|
||||
resolve "^1.10.0"
|
||||
|
||||
babel-plugin-remove-graphql-queries@^2.7.10:
|
||||
version "2.7.10"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.10.tgz#141bc6c8e13d6371d34f6f663954fd9ba5117a37"
|
||||
integrity sha512-J/4xsXYXlWwSuA/hktGx9xtWb+oKMhocwl3ztb17XB6S+x9XEIGKQnOj9nGh/Tr4x04unM/wa12UszzMXbwR+w==
|
||||
babel-plugin-remove-graphql-queries@^2.7.11:
|
||||
version "2.7.11"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.11.tgz#6090e6a1bc45a39dd056a61762e672dfccc74c10"
|
||||
integrity sha512-w3PNFlgtn2HIiEb4/67Q1WkRUCPm9o0czT6Ow98E92PtOfeervUgF8z+As66iWXj8snhQCA5nckGzcJ1NEOCsw==
|
||||
|
||||
babel-plugin-syntax-dynamic-import@^6.18.0:
|
||||
version "6.18.0"
|
||||
@ -2487,18 +2628,18 @@ 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.17, babel-preset-gatsby@^0.2.17:
|
||||
version "0.2.17"
|
||||
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.2.17.tgz#d5dae9962604ad53692675b60d5b768cf1747b43"
|
||||
integrity sha512-6jR7z54Rj1QYUN5UMYOMWYpY0cGNRVyqT9bOgao32c9Fs7AUi5m6mgTDW/jHuhND0HQy8Hfstc1apoXr/D5KQg==
|
||||
babel-preset-gatsby@0.2.18, babel-preset-gatsby@^0.2.18:
|
||||
version "0.2.18"
|
||||
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.2.18.tgz#9c823a3b1944e449e8836b808db4d6334bec067a"
|
||||
integrity sha512-shJDlx0Fgof1mb8jHM1EOgAcf/k7utMBiQYp+6me8L5J6DNLjJqfNUoHroqwSZjGLvr7cF0siKF9pxVrQ5J2uA==
|
||||
dependencies:
|
||||
"@babel/plugin-proposal-class-properties" "^7.5.5"
|
||||
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
|
||||
"@babel/plugin-transform-runtime" "^7.6.2"
|
||||
"@babel/plugin-transform-spread" "^7.6.2"
|
||||
"@babel/preset-env" "^7.6.2"
|
||||
"@babel/preset-react" "^7.0.0"
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/preset-env" "^7.6.3"
|
||||
"@babel/preset-react" "^7.6.3"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
babel-plugin-dynamic-import-node "^1.2.0"
|
||||
babel-plugin-macros "^2.6.1"
|
||||
babel-plugin-transform-react-remove-prop-types "^0.4.24"
|
||||
@ -4993,7 +5134,7 @@ eslint-plugin-react-hooks@^1.7.0:
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.7.0.tgz#6210b6d5a37205f0b92858f895a4e827020a7d04"
|
||||
integrity sha512-iXTCFcOmlWvw4+TOE8CLWj6yX1GwzT0Y6cUfHHZqWnSk144VmVIRcVGtUAzrLES7C798lmvnt02C7rxaOX1HNA==
|
||||
|
||||
eslint-plugin-react@7.16.0, eslint-plugin-react@^7.15.1:
|
||||
eslint-plugin-react@7.16.0, eslint-plugin-react@^7.16.0:
|
||||
version "7.16.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.16.0.tgz#9928e4f3e2122ed3ba6a5b56d0303ba3e41d8c09"
|
||||
integrity sha512-GacBAATewhhptbK3/vTP09CbFrgUJmBSaaRcWdbQLFvUZy9yVcQxigBNHGPU/KE2AyHpzj3AWXpxoMTsIDiHug==
|
||||
@ -5981,13 +6122,13 @@ fuzzy@^0.1.1:
|
||||
version "0.1.3"
|
||||
resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8"
|
||||
|
||||
gatsby-cli@^2.7.54:
|
||||
version "2.7.54"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.7.54.tgz#759a78e2155f41d9a0c1446343d6ea1aa1ec38c1"
|
||||
integrity sha512-HylALiu1QnL0FwBQMidm8/zSc37F9OoBzqVg9Qc0gMlNlk75MLYPWlQY2MVrAZGm1ZLk6srH+SSitx6CykkzEQ==
|
||||
gatsby-cli@^2.7.57:
|
||||
version "2.7.57"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.7.57.tgz#416b1f89f3404fbf6db268a2183b5644c2a2d209"
|
||||
integrity sha512-t2XH1qLWeoyXdB6AROJmPP86E/3/1KqwkBla/as2SUgNRbCFYetI28ZOMPfphybi70YINiiv3cjjfqqRsFHXcQ==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.5.5"
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
"@hapi/joi" "^15.1.1"
|
||||
better-opn "^0.1.4"
|
||||
bluebird "^3.7.0"
|
||||
@ -6002,8 +6143,8 @@ gatsby-cli@^2.7.54:
|
||||
execa "^2.0.5"
|
||||
fs-exists-cached "^1.0.0"
|
||||
fs-extra "^8.1.0"
|
||||
gatsby-telemetry "^1.1.29"
|
||||
hosted-git-info "^3.0.0"
|
||||
gatsby-telemetry "^1.1.30"
|
||||
hosted-git-info "^3.0.2"
|
||||
is-valid-path "^0.1.1"
|
||||
lodash "^4.17.15"
|
||||
meant "^1.0.1"
|
||||
@ -6024,36 +6165,36 @@ gatsby-cli@^2.7.54:
|
||||
yargs "^12.0.5"
|
||||
yurnalist "^1.1.1"
|
||||
optionalDependencies:
|
||||
ink "^2.4.0"
|
||||
ink "^2.5.0"
|
||||
ink-spinner "^3.0.1"
|
||||
|
||||
gatsby-core-utils@^1.0.12:
|
||||
version "1.0.12"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.12.tgz#72f38677b9894d701b55f12b0c443a72274ae1c6"
|
||||
integrity sha512-Ryh0ILzG6zuYA88irnFQPKGe0NwEBh30FqAp7KNyYgsiOB41CSD0JfjIlFUgkU/gAoLlZKXyeFwbq3SVEBwNoA==
|
||||
gatsby-core-utils@^1.0.13:
|
||||
version "1.0.13"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.13.tgz#fdd89f70eac6f8eb08d53db34186a837aef20a66"
|
||||
integrity sha512-vRbsebZxQASxUNfWqoSP3i8r87ibgpksKCqdCkoQBXJwjVKd8VM2dfScheaHE2OuxFZa2AEA0uyCGSiaF6yzUA==
|
||||
|
||||
gatsby-graphiql-explorer@^0.2.22:
|
||||
version "0.2.22"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.22.tgz#1babf2f5a77754b876a9d5e807027432956ac979"
|
||||
integrity sha512-ZN5QTdRIktuy4AipVwhwcg3ayuGOm9EK9e3u3uoXg0ZRQEebQJWKG6FPjGG9t7yM4Iz9YKBvuMabDhUEz2b33A==
|
||||
gatsby-graphiql-explorer@^0.2.23:
|
||||
version "0.2.23"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.2.23.tgz#435ba64aa201634d367a1891cce7e0ad18ce8fde"
|
||||
integrity sha512-aX5dIQxmGGeUfvQx+sLvogq2I7+C/s1AZmgRgkeu+1XLC47g+SsulD92hyVI91Z7xLHTE0YX2OCGZfO7w/lm2A==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
|
||||
gatsby-link@^2.2.18:
|
||||
version "2.2.18"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.2.18.tgz#e655ef6845dc55313e114b79aafa7c4a39a487d1"
|
||||
integrity sha512-+ubAV0vWvNmCMn7ANdkAAu3UHL/wbi6ZjKXIioXynmN9RRYVF5E+P9Gnc1RbZck3suHo+xPSgMvrh7wBzoXA3w==
|
||||
gatsby-link@^2.2.19:
|
||||
version "2.2.19"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.2.19.tgz#982b86cd902b5da3d62aa98b5549449d6cd9d4d3"
|
||||
integrity sha512-Xpq358LpWxD7OdYFXJ+PSg0GnYL6ATpF08aOlgkp8w380+ntYWYfMpOKtaiHJR4D4wswO7c/w/AWK01Uup1PKw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
"@types/reach__router" "^1.2.5"
|
||||
prop-types "^15.7.2"
|
||||
|
||||
gatsby-page-utils@^0.0.24:
|
||||
version "0.0.24"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-0.0.24.tgz#2b1eff12dc23cfd5f43b4b970db889228784d4e5"
|
||||
integrity sha512-dZk5JFOUL2OVMsZaAU7++39P3aCSWxWBEaUdD6dIFreiBkqojJDoAd+cmkdBf4TupgcaVY32v7oouHkBiwA8xQ==
|
||||
gatsby-page-utils@^0.0.25:
|
||||
version "0.0.25"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-0.0.25.tgz#d0e275aeae433508ff1527630b7bb659117db6f5"
|
||||
integrity sha512-SJSBNg+wHi7xSYdE8Dme6faM26S7M6cO7pCVtxPSuEZvoXy1DTHRcfOAJzCdL9N2r+yYd/bMoqMX3llJjl1OoA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
bluebird "^3.7.0"
|
||||
chokidar "3.2.1"
|
||||
fs-exists-cached "^1.0.0"
|
||||
@ -6062,55 +6203,55 @@ gatsby-page-utils@^0.0.24:
|
||||
micromatch "^3.1.10"
|
||||
slash "^3.0.0"
|
||||
|
||||
gatsby-plugin-catch-links@^2.1.12:
|
||||
version "2.1.12"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.1.12.tgz#aaf55c1387f6ee4e3afdc808879b9ff11fe57dc2"
|
||||
integrity sha512-42BGcWaYNJ1fL702A2HZNsQyFL2+0FBdiJkBbizZyWRqhlo3+/YlcIqUCILICrrsCipyGdaR9RLnIlalBczRdg==
|
||||
gatsby-plugin-catch-links@^2.1.13:
|
||||
version "2.1.13"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.1.13.tgz#b7c72d3c2ca9822ab7a4a4d35f67b1134334d82b"
|
||||
integrity sha512-8rDkszTXF7mR/rFT0ItqoYfr9Hgx7sUFA0tRGeBbcAM1tpuXssvlTbxWzH8pph/PTQtOvDv1dPCGBntfnr1Waw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
escape-string-regexp "^1.0.5"
|
||||
|
||||
gatsby-plugin-feed@^2.3.15:
|
||||
version "2.3.15"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.3.15.tgz#06c6b0e96176485551ff83abb890184434009c18"
|
||||
integrity sha512-oe2EFpmHsBTCF2q4nVELnJOjkKCFwakckLdEmSuZaLD5KTuBi19tqysDc3cZgWcFVsrDl78HYkXqelsgYg9YJg==
|
||||
gatsby-plugin-feed@^2.3.16:
|
||||
version "2.3.16"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-2.3.16.tgz#c73169e82dd78bd65ae1808f6584ed57d6c06a71"
|
||||
integrity sha512-U6yLt09PP4+QlrzrXA9B8eSui8Uv/Y7VE6a+ZiKUD2xAjyrA9OrvrKT9xqNHsujOFxDfc1X4nQ1fG37cdDqPKw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
"@hapi/joi" "^15.1.1"
|
||||
fs-extra "^8.1.0"
|
||||
lodash.merge "^4.6.2"
|
||||
rss "^1.2.2"
|
||||
|
||||
gatsby-plugin-flow@^1.1.9:
|
||||
version "1.1.9"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-flow/-/gatsby-plugin-flow-1.1.9.tgz#6836cf8509221b7fed6cfc908be07765eb409dc6"
|
||||
integrity sha512-akXL/TI5ieklZQBI3yQ6tLw/bKKNPo4VO5aD3kHW7vw/LJLBNieRrhDL0ojfa9SI462fuG4PiI9bFMH7BN/CEA==
|
||||
gatsby-plugin-flow@^1.1.10:
|
||||
version "1.1.10"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-flow/-/gatsby-plugin-flow-1.1.10.tgz#25a6b70196785805c090e0db9f417df6eaa3d0c7"
|
||||
integrity sha512-QilpLDguN/lffZbjF7wPWYEz+fl9qoZs91hqJm7T8ew+AIR9ahpww6Hwabi+iv40Bawfjqj6Xpi1M6aRz2v8ng==
|
||||
dependencies:
|
||||
"@babel/preset-flow" "^7.0.0"
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
|
||||
gatsby-plugin-google-gtag@^1.1.11:
|
||||
version "1.1.11"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-1.1.11.tgz#ee1ca19e880b844083214e42e720ba41da969c0d"
|
||||
integrity sha512-JGGoCsD7RydCUH7SAScrrDjeEvrEWxzTTZE41/9M4et5Kq6mF7z7AQLNeSv9Iz2jHvDrYX6+UeX+6tASy8ce0g==
|
||||
gatsby-plugin-google-gtag@^1.1.12:
|
||||
version "1.1.12"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-google-gtag/-/gatsby-plugin-google-gtag-1.1.12.tgz#8e3d57c8c35d43d07609980ec806c447ce449c9b"
|
||||
integrity sha512-SLxs9ZQimEt/12yXTl/HSwuaCaFtl6kuBYWYYOQx2R8iDf6PwAQay7y4sObS0LlsWYiYwPg/xeLSzxbjnkp0ww==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
minimatch "^3.0.4"
|
||||
|
||||
gatsby-plugin-manifest@^2.2.20:
|
||||
version "2.2.20"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.20.tgz#67fa1d6335846097364c2eceece5a4bdc326706e"
|
||||
integrity sha512-VWDLZgOrVxQkEk6zjbvRv6lKvvrzLh9n385WisDGiU6X0cp58cpHdqJSTOEanqxbLW+/DX1M29RHLznYriS7Iw==
|
||||
gatsby-plugin-manifest@^2.2.21:
|
||||
version "2.2.21"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.21.tgz#3be76247d2f652fd17a8706fd040955201c21e70"
|
||||
integrity sha512-1q54c4AVA3IWF/oo9RbyWwiAjl5Q0t0wAEDncnNQ44amrOno1I5TDcX7uuQH5iMMIfSm6iv1fia9KcWw1/rv5g==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
gatsby-core-utils "^1.0.12"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
gatsby-core-utils "^1.0.13"
|
||||
semver "^5.7.1"
|
||||
sharp "^0.23.1"
|
||||
|
||||
gatsby-plugin-netlify-cms@^4.1.22:
|
||||
version "4.1.22"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify-cms/-/gatsby-plugin-netlify-cms-4.1.22.tgz#105e3f2aebe4a1610375b6de6cbd2a9a9ed799e3"
|
||||
integrity sha512-9v016hMa/t4klpHr/fNwk8FLBM1cmKRHZMByvuH1WSLki0hbGMm2FkIUWwwGazUww04MfaOWGyLVpxD8eQIbyQ==
|
||||
gatsby-plugin-netlify-cms@^4.1.23:
|
||||
version "4.1.23"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify-cms/-/gatsby-plugin-netlify-cms-4.1.23.tgz#dc88955a853bd16e4b56e159e1895ffb3bcd784a"
|
||||
integrity sha512-FZkFGp2LAsXlzr4zJ3yXrlb6O6CTzLMr2uCD8CO8m6m1lRojyZa/I1Zn7Bh0WgamMDtgk9wO2MxCSzmB99QchA==
|
||||
dependencies:
|
||||
"@pieh/friendly-errors-webpack-plugin" "1.7.0-chalk-2"
|
||||
html-webpack-exclude-assets-plugin "^0.0.7"
|
||||
@ -6120,23 +6261,23 @@ gatsby-plugin-netlify-cms@^4.1.22:
|
||||
netlify-identity-widget "^1.5.5"
|
||||
webpack "^4.41.0"
|
||||
|
||||
gatsby-plugin-netlify@^2.1.17:
|
||||
version "2.1.17"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify/-/gatsby-plugin-netlify-2.1.17.tgz#6e4baf7accf158da017e9526595823946b36fb6e"
|
||||
integrity sha512-ioxf2njL+8690UInlejGH6jsrG/3Gt+2jZ4+wUFQBaKPJlzKZ7PmiMyzcI9a3ugKdt5GedDXnYHaUE8a+DdEiA==
|
||||
gatsby-plugin-netlify@^2.1.19:
|
||||
version "2.1.19"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify/-/gatsby-plugin-netlify-2.1.19.tgz#95fb643f5e127d3a5c21392ae41a2b219f91f134"
|
||||
integrity sha512-uKs160SdvFA4VKIrqpko1AEQBSa+7R82N2IfhMkNxpwn3HrZwmHzbXUpRyrjcagOtHxpPCwRu+RF4AooGZYM5g==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
fs-extra "^8.1.0"
|
||||
kebab-hash "^0.1.2"
|
||||
lodash "^4.17.15"
|
||||
webpack-assets-manifest "^3.1.1"
|
||||
|
||||
gatsby-plugin-offline@^3.0.11:
|
||||
version "3.0.11"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.0.11.tgz#c2138647edd9e98c66cbf0df549b0a64cef5f4d8"
|
||||
integrity sha512-VHw7lrSt5sj3K9xWq4M8jaYEeBrNVA9qXvR614tMPiLqbm7ihA0mnqdCwC9BTS0Q+SSWAjpdC5ZWyterWrr4nA==
|
||||
gatsby-plugin-offline@^3.0.13:
|
||||
version "3.0.13"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.0.13.tgz#265a9b06aee83451740b0a52cb73f42b8cf636bc"
|
||||
integrity sha512-VAjVAArWTJy1Fj/2o+Myd4FZxlU89O5Lm9PAopg78I+xSSEfDVF6lKs5e/KaSY24gKl8HNZPeIJESdUs7/7dRw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
cheerio "^1.0.0-rc.3"
|
||||
glob "^7.1.4"
|
||||
idb-keyval "^3.2.0"
|
||||
@ -6152,44 +6293,44 @@ gatsby-plugin-optimize-svgs@^1.0.3:
|
||||
svgo "^1.3.0"
|
||||
walk "^2.3.14"
|
||||
|
||||
gatsby-plugin-page-creator@^2.1.24:
|
||||
version "2.1.24"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.24.tgz#394ff902a6b5a94e5d19fc9bf4dcbe9a014537fa"
|
||||
integrity sha512-Vx4kVeiracaduxd3IOX9jJasloKqh3/WRHilVqrZauEbv5TALCTG/SKV6fSZt9hdlVYWP1D/eEnZpzzUOeWOwg==
|
||||
gatsby-plugin-page-creator@^2.1.25:
|
||||
version "2.1.25"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.25.tgz#5fdb2f92d60a160cb6b42d0cbad7ae7d9b422918"
|
||||
integrity sha512-YfxA1rTjZKXry8NGqxrHXnJJj/zgRnckUeLA0sG7EWDse+n+WktKPRAaQF/A25q4uI9O9/wyYj9UM7UG0XrG3g==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
bluebird "^3.7.0"
|
||||
fs-exists-cached "^1.0.0"
|
||||
gatsby-page-utils "^0.0.24"
|
||||
gatsby-page-utils "^0.0.25"
|
||||
glob "^7.1.4"
|
||||
lodash "^4.17.15"
|
||||
micromatch "^3.1.10"
|
||||
|
||||
gatsby-plugin-react-helmet@^3.1.10:
|
||||
version "3.1.10"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.10.tgz#7e2a2c8addacdbd27d9b75d2b4928081d6da537c"
|
||||
integrity sha512-xv3FlZGDPscXkm0jwZJvcwe50T4EcU7t8TnCsf7FC7YBzfil7FQ2k5YUB8LaG4DNEM5Vl35WKS5ad/5eSkmGIA==
|
||||
gatsby-plugin-react-helmet@^3.1.11:
|
||||
version "3.1.11"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.11.tgz#14150138c5eb641023ca3de98d822a4cc9b137d9"
|
||||
integrity sha512-obVj6fzH0Hr6UdmQGaIYz29a1+h89pI+vKgIb2MwXCCDESCYgVYTcDmtBzYTZVLXupW6fqGlybFQwUKxEI0ZAQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
|
||||
gatsby-plugin-sass@^2.1.17:
|
||||
version "2.1.17"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-2.1.17.tgz#0c0735f9c61601a80ebb14a5f286b8d90e643b03"
|
||||
integrity sha512-SiCbX2RH1WpQOIdnljLviV5N94wmDZoqEPZlTbZinr0TePYOLMVu5Wio/yEZm9sFzVeEpkxQt3AeKaMozsyOIw==
|
||||
gatsby-plugin-sass@^2.1.18:
|
||||
version "2.1.18"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-2.1.18.tgz#b9acbe994a79aa96b7595943c8292f81b0b4d9f8"
|
||||
integrity sha512-NOpFUX7eX1DoSzNI51GV5s1nYFmWFkbL85P9CWExQM23r8gDT6Kdv1Rgj8WZ1wwq/Bmr6UnJxFGy5PawBCaR1g==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
sass-loader "^7.3.1"
|
||||
|
||||
gatsby-plugin-sharp@^2.2.28:
|
||||
version "2.2.28"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.2.28.tgz#673c503a9585c88e66bb82e3c76ff860c006d917"
|
||||
integrity sha512-+EJVf6X9kyTrh4Ja6VWaYboC2bZHaNrbTu/3xOBi4CLVbALdVxf9ssN4SoIZwqq/byAXKIE8kz4zG/bUeBr6PQ==
|
||||
gatsby-plugin-sharp@^2.2.29:
|
||||
version "2.2.29"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.2.29.tgz#91f4f9437f999e5f3c918d0046f68a8d5b78ad62"
|
||||
integrity sha512-PGSnBU90s6qsY8tufaQhFvA00ZfV7Q+9EkRTAc01YiHg92Vepn5B2JY/RKVaoPAOX5I2EcJGD/rIYy1wsseKFA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
async "^2.6.3"
|
||||
bluebird "^3.7.0"
|
||||
fs-extra "^8.1.0"
|
||||
gatsby-core-utils "^1.0.12"
|
||||
gatsby-core-utils "^1.0.13"
|
||||
got "^8.3.2"
|
||||
imagemin "^6.1.0"
|
||||
imagemin-mozjpeg "^8.0.0"
|
||||
@ -6205,42 +6346,42 @@ gatsby-plugin-sharp@^2.2.28:
|
||||
svgo "^1.3.0"
|
||||
uuid "^3.3.3"
|
||||
|
||||
gatsby-plugin-sitemap@^2.2.16:
|
||||
version "2.2.16"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.2.16.tgz#1d8054ce8c78d91618707284d82c1e92782fd68b"
|
||||
integrity sha512-Khs7uZg8bRJZ9OrO1p5yiHyuzhMx0OtSR6wPPMlqOjR9ag9qpRfDwbMG9lEjNxKyl0MGDSEnRWOnZteGcPzq5Q==
|
||||
gatsby-plugin-sitemap@^2.2.17:
|
||||
version "2.2.17"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.2.17.tgz#d601bf6f56eb09412a3af39c148d58019e3de685"
|
||||
integrity sha512-vL4LHX+ieisv5vilU5qBIQcV9bNLTQy5Inwq9puUnZyjSpDYozkwYwDOPraJoWhbIyxdiBnBVWVcuLOPPL3ctg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
minimatch "^3.0.4"
|
||||
pify "^3.0.0"
|
||||
sitemap "^1.13.0"
|
||||
|
||||
gatsby-react-router-scroll@^2.1.11:
|
||||
version "2.1.11"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.11.tgz#d5605632e84be21ba5a8970944bc5a3ece82eeb0"
|
||||
integrity sha512-ZIT/T5eciL/p2Bk6oAy2R8gVQCBQosjKciHBWMYIlHP95FbV7TVoMfP8cI+8xNXb61N9o1f7r8HNOADpx4uMvw==
|
||||
gatsby-react-router-scroll@^2.1.12:
|
||||
version "2.1.12"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-2.1.12.tgz#188c41711becc414874bcfac5b0f00be18d68d47"
|
||||
integrity sha512-2uB7PrSiPUbHj9hcv3XHlNyG4s/wm+lHiqHbTHGsU0LwbeQjRQ7hW0sCHGKq2tSvrLudkiCARB2KtS+4hECX7Q==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
scroll-behavior "^0.9.10"
|
||||
warning "^3.0.0"
|
||||
|
||||
gatsby-remark-autolink-headers@^2.1.13:
|
||||
version "2.1.13"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-autolink-headers/-/gatsby-remark-autolink-headers-2.1.13.tgz#f707e6d5ab063aae368604edfae0c948e8154884"
|
||||
integrity sha512-DQnb1eLfMFX5QXn2LDV/eu587dEBrjKuVB+Pt1Q3cVr3BpyFHjDiDYxMgGfgNJ5L1omB3DFHiuBrUmng6XJtWA==
|
||||
gatsby-remark-autolink-headers@^2.1.14:
|
||||
version "2.1.14"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-autolink-headers/-/gatsby-remark-autolink-headers-2.1.14.tgz#723718ad1fb9254ff81b021ec2c50559c8802fcb"
|
||||
integrity sha512-gHEXvu68dHvyKsVdrUtRRIOFXacjCKYW6Xw7ZSwK/PA7EVjEkPeOkoQ9s/BHoZk+KR4/lBIfsoW1OCaXHm0MDg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
github-slugger "^1.2.1"
|
||||
lodash "^4.17.15"
|
||||
mdast-util-to-string "^1.0.6"
|
||||
unist-util-visit "^1.4.1"
|
||||
|
||||
gatsby-remark-copy-linked-files@^2.1.24:
|
||||
version "2.1.24"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.1.24.tgz#ae2df5393fe5026509c3bbfd2c7d1f0a351572cb"
|
||||
integrity sha512-B5uoYZR1yVFaCOxZgWe8mAyadVia7ODqnPEZ2EuS8obRDUTTNJTvX1AdYdqn9RVe3vUFjj43Vmu4RxQ8R9Ty8A==
|
||||
gatsby-remark-copy-linked-files@^2.1.26:
|
||||
version "2.1.26"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.1.26.tgz#4970c65608401e891e6f53957bea3b30595e6e8c"
|
||||
integrity sha512-oCYER9x7ayGAQ3wxKrnJycXQwuMNCizdJ3gxlMLsZ2QMg7APVjAXXUO0i8yphq/dLhVF4QO9F9lVvPpV9R2UPQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
cheerio "^1.0.0-rc.3"
|
||||
fs-extra "^8.1.0"
|
||||
is-relative-url "^3.0.0"
|
||||
@ -6258,12 +6399,12 @@ gatsby-remark-external-links@0.0.4:
|
||||
unist-util-find "^1.0.1"
|
||||
unist-util-visit "^1.1.3"
|
||||
|
||||
gatsby-remark-images@^3.1.25:
|
||||
version "3.1.25"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-3.1.25.tgz#a252bdf8ce3d0bb9b2d3850fc5840b1d48921732"
|
||||
integrity sha512-Btb5D2PuUtFCdptuuqB5UufG5JQuTeU5DxyyMIvcr48knFq0s2jnfls2X1T0RbMeQDqS2Z9HNo++H2ewCoeDgg==
|
||||
gatsby-remark-images@^3.1.26:
|
||||
version "3.1.26"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-3.1.26.tgz#5c26c5b7cf98b903b831f500bc19f0b1928bfa2e"
|
||||
integrity sha512-1fF89SATsIA1yBI1FD6Y4ZKodgijM+RK1qBTXzXhtoWtMIc8//nlMRAIVR3B+rF77hoQXQN1mUaQvyAnCbYA8g==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
chalk "^2.4.2"
|
||||
cheerio "^1.0.0-rc.3"
|
||||
is-relative-url "^3.0.0"
|
||||
@ -6275,21 +6416,21 @@ gatsby-remark-images@^3.1.25:
|
||||
unist-util-select "^1.5.0"
|
||||
unist-util-visit-parents "^2.1.2"
|
||||
|
||||
gatsby-remark-katex@^3.1.12:
|
||||
version "3.1.12"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-katex/-/gatsby-remark-katex-3.1.12.tgz#93c609b385af2036859b439f9d22d63e4d04161b"
|
||||
integrity sha512-hxxBGkahZ5oENWe0yLmL2Iie2wG1X296HG+L8lvMtvIa29EmO7op6lxe/4OUPFeBCtOs+TpKSwF54C9UFy/W3g==
|
||||
gatsby-remark-katex@^3.1.13:
|
||||
version "3.1.13"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-katex/-/gatsby-remark-katex-3.1.13.tgz#321ded20c8908b6c4210b12ada22312f0777e09e"
|
||||
integrity sha512-PZeaAfX2d9TO1GfhtKVAgvnmJsfTSWKrh3UViZNCFQap5xjsRRqQueQUp7slwOFritDFxQlKeNVeqPEvFzcAvQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
remark-math "^1.0.6"
|
||||
unist-util-visit "^1.4.1"
|
||||
|
||||
gatsby-remark-prismjs@^3.3.17:
|
||||
version "3.3.17"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-prismjs/-/gatsby-remark-prismjs-3.3.17.tgz#61a4fc04d1ce9be7bf0297a91613a88bcac83ca8"
|
||||
integrity sha512-V8Aas0s2l7kofk6bBsHKeW0TImZefb9idUpQN6K1AIvqktDrU4vOSpdiIWmkBiWzGA9QSTdQjnfZb7Sj1psEEQ==
|
||||
gatsby-remark-prismjs@^3.3.18:
|
||||
version "3.3.18"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-prismjs/-/gatsby-remark-prismjs-3.3.18.tgz#720996abcb1e7bc9eb00745c7248d10aede8c8aa"
|
||||
integrity sha512-QhYPy2XaB7+NNdgaCPaOhrE2m5XoVT1+lLA1IBDNVHzYJ9qI5so8reGsWqR1jqMkSImEeiNC3ndaVZ/mSJFrZw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
parse-numeric-range "^0.0.2"
|
||||
unist-util-visit "^1.4.1"
|
||||
|
||||
@ -6306,39 +6447,39 @@ gatsby-remark-relative-images@^0.2.3:
|
||||
slash "^2.0.0"
|
||||
unist-util-select "^1.5.0"
|
||||
|
||||
gatsby-remark-responsive-iframe@^2.2.21:
|
||||
version "2.2.21"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-2.2.21.tgz#4848660104f0974b053fa58667293979553c51bc"
|
||||
integrity sha512-3S/KALH5qvMz75uZ5CVX+r45y864aTlEbgfu6ikH3cIx4495N2dc2uW6Q9mvZSn+u8LuooPio/hgkcnvZe/PAw==
|
||||
gatsby-remark-responsive-iframe@^2.2.23:
|
||||
version "2.2.23"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-2.2.23.tgz#f257b835a242587be714adf46a2d994fd54a6996"
|
||||
integrity sha512-RGSh+98VjqqpORO1LddhEQzWiCjry3Rp8pLuRrh5KVgj83bGIISh2l7hf+jopxIs9Rq0Yk2p7sTooisRvuTdPw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
bluebird "^3.7.0"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
cheerio "^1.0.0-rc.3"
|
||||
common-tags "^1.8.0"
|
||||
lodash "^4.17.15"
|
||||
unist-util-visit "^1.4.1"
|
||||
|
||||
gatsby-remark-smartypants@^2.1.11:
|
||||
version "2.1.11"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.1.11.tgz#88fe206bb72c9b2c9ab71f709a25f6a67a3f215c"
|
||||
integrity sha512-ueQTjmxy5WxLiAdW+Hr9BzxrESec38YC1wzThLqtRuS2kTF17mmJVLSkCom/G20nxmOhUXX6nPYEacIjrAm1AQ==
|
||||
gatsby-remark-smartypants@^2.1.12:
|
||||
version "2.1.12"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-remark-smartypants/-/gatsby-remark-smartypants-2.1.12.tgz#34d2b63fc4c77ac0e01d485a7564963ca77a8ad5"
|
||||
integrity sha512-ABFYbAAbZvAVxyFN+VZPNtBNYJ+2ucF4MxvUu3Q6WhKCm+iXfrkYFJUbh8WtJyD8amjnPuD5DVDHoANF4znVOA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
retext "^5.0.0"
|
||||
retext-smartypants "^3.0.3"
|
||||
unist-util-visit "^1.4.1"
|
||||
|
||||
gatsby-source-filesystem@^2.1.29:
|
||||
version "2.1.29"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.29.tgz#ca4dd77c850152b1a57d91b6535930b67b35fe73"
|
||||
integrity sha512-MRJ3jkGhxJDztXzw0oeh4hizLzs5hGIc/Jq5gwUi5NcrKCR5HDbOFvVVE8irfkoNh7TuvHf6sjWFzDgzlUADgw==
|
||||
gatsby-source-filesystem@^2.1.31:
|
||||
version "2.1.31"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.31.tgz#60bd38c8d190a34d18268d143a4c946f333a021b"
|
||||
integrity sha512-+P/2jKYKH3UWDgvvO2XpYy9izjXGAsvekomykf8usJpGMu+mLMEMmmM0CPEGMCMxo1HB74xEMjYxtw9KCtUaEw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
better-queue "^3.8.10"
|
||||
bluebird "^3.7.0"
|
||||
chokidar "3.2.1"
|
||||
file-type "^12.3.0"
|
||||
fs-extra "^8.1.0"
|
||||
gatsby-core-utils "^1.0.12"
|
||||
gatsby-core-utils "^1.0.13"
|
||||
got "^7.1.0"
|
||||
md5-file "^3.2.3"
|
||||
mime "^2.4.4"
|
||||
@ -6348,13 +6489,13 @@ gatsby-source-filesystem@^2.1.29:
|
||||
valid-url "^1.0.9"
|
||||
xstate "^4.6.7"
|
||||
|
||||
gatsby-telemetry@^1.1.29:
|
||||
version "1.1.29"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.1.29.tgz#d8a70420cc12d2ac311514e0c81319870964401d"
|
||||
integrity sha512-lrdA51Cr+LDeDvmk8ksG4LMmXPlEfjTSVh65is9Wr0vjGUvl0ZX+tSsQaTf2nmMdD7+qlIIM97BVqQ2VqvKDSQ==
|
||||
gatsby-telemetry@^1.1.30:
|
||||
version "1.1.30"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.1.30.tgz#0b37417092a584880a84e230f3f0a731f4b701b5"
|
||||
integrity sha512-q2Mzcn9wk2iRlk1iDdrCFnWOw2tfzuiCnNEM+x/gsjtU4FWwDiCdcV0QIxwcPc5wDVxBB3dKrCh1EfZ7hHX9sg==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.5.5"
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
bluebird "^3.7.0"
|
||||
boxen "^3.2.0"
|
||||
ci-info "2.0.0"
|
||||
@ -6371,14 +6512,14 @@ gatsby-telemetry@^1.1.29:
|
||||
stack-utils "1.0.2"
|
||||
uuid "3.3.3"
|
||||
|
||||
gatsby-transformer-remark@^2.6.27:
|
||||
version "2.6.27"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.27.tgz#f755d6e993a20d7ca21dcde6f85e24a48fdbd670"
|
||||
integrity sha512-116aFyLC8GeVfQbFUiP6rJdM+8iNm013NqMG3aTwwLtlHev957M/062KezjiDdZDRUPmOATwq0QNqUXiwF9s+g==
|
||||
gatsby-transformer-remark@^2.6.28:
|
||||
version "2.6.28"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.28.tgz#fd0d1cc530c8f0e2f48a984fc9c4bf60c8c7445b"
|
||||
integrity sha512-3hKZQeFi0xF2Gw6x5IYCyuyhtYxbywguz6K7nGp66GE0wKKbD9qwkg7/sJVMIKKExmiA+uVUIUwW4mfXsbkMvA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
bluebird "^3.7.0"
|
||||
gatsby-core-utils "^1.0.12"
|
||||
gatsby-core-utils "^1.0.13"
|
||||
gray-matter "^4.0.2"
|
||||
hast-util-raw "^4.0.0"
|
||||
hast-util-to-html "^4.0.1"
|
||||
@ -6398,12 +6539,12 @@ gatsby-transformer-remark@^2.6.27:
|
||||
unist-util-select "^1.5.0"
|
||||
unist-util-visit "^1.4.1"
|
||||
|
||||
gatsby-transformer-sharp@^2.2.20:
|
||||
version "2.2.20"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.20.tgz#ea15b35e2727433ebc0190b9068db26634d30010"
|
||||
integrity sha512-mTFPP1SVk0rF1ooJNAzVeWn+8loQezQOJCA8zHtndbY63fhNUOKvWtQ737WHCepzINrxPeWH05YBUe35Ky3aOg==
|
||||
gatsby-transformer-sharp@^2.2.21:
|
||||
version "2.2.21"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.2.21.tgz#74aece990d083b1f8629147554ce860230165e45"
|
||||
integrity sha512-GjwXrxorTb6zAkdDwlxKpvBa6aXw1tOBgpURxW+xjivCi3sZnpjCEG38HaxsYoaOfutk+Q4xxoFIWCnZJCg15g==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
bluebird "^3.7.0"
|
||||
fs-extra "^8.1.0"
|
||||
potrace "^2.1.2"
|
||||
@ -6411,17 +6552,17 @@ gatsby-transformer-sharp@^2.2.20:
|
||||
semver "^5.7.1"
|
||||
sharp "^0.23.1"
|
||||
|
||||
gatsby@^2.15.29:
|
||||
version "2.15.29"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.15.29.tgz#ed3a809dcde91018ba0921cd58ebfed30144d3a2"
|
||||
integrity sha512-DFRjGgnfEIEZHKEpyM0GMxHaMGOMMcRrVIah7YWAKxpzQz6msXj95EjLv7MSEvWqTTr5Xxmmt3KcG+bJJ3Wp4g==
|
||||
gatsby@^2.15.34:
|
||||
version "2.15.34"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.15.34.tgz#9884f76144af41e36bfa9670a462474345ea5c42"
|
||||
integrity sha512-E/qZHzb7pPoGZD6rbYLgvYtubTeJSgDfPYrZuc/YwvXQy+bA/WaOylEMTZbYO9AqJArMSWCJUxiEMagZLGJsYA==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.5.5"
|
||||
"@babel/core" "^7.6.2"
|
||||
"@babel/parser" "^7.6.2"
|
||||
"@babel/core" "^7.6.3"
|
||||
"@babel/parser" "^7.6.3"
|
||||
"@babel/polyfill" "^7.6.0"
|
||||
"@babel/runtime" "^7.6.2"
|
||||
"@babel/traverse" "^7.6.2"
|
||||
"@babel/runtime" "^7.6.3"
|
||||
"@babel/traverse" "^7.6.3"
|
||||
"@gatsbyjs/relay-compiler" "2.0.0-printer-fix.4"
|
||||
"@hapi/joi" "^15.1.1"
|
||||
"@mikaelkristiansson/domready" "^1.0.9"
|
||||
@ -6430,15 +6571,15 @@ gatsby@^2.15.29:
|
||||
"@typescript-eslint/eslint-plugin" "^1.13.0"
|
||||
"@typescript-eslint/parser" "^1.13.0"
|
||||
address "1.1.2"
|
||||
autoprefixer "^9.6.1"
|
||||
autoprefixer "^9.6.4"
|
||||
axios "^0.19.0"
|
||||
babel-core "7.0.0-bridge.0"
|
||||
babel-eslint "^10.0.3"
|
||||
babel-loader "^8.0.6"
|
||||
babel-plugin-add-module-exports "^0.3.3"
|
||||
babel-plugin-dynamic-import-node "^1.2.0"
|
||||
babel-plugin-remove-graphql-queries "^2.7.10"
|
||||
babel-preset-gatsby "^0.2.17"
|
||||
babel-plugin-remove-graphql-queries "^2.7.11"
|
||||
babel-preset-gatsby "^0.2.18"
|
||||
better-opn "1.0.0"
|
||||
better-queue "^3.8.10"
|
||||
bluebird "^3.7.0"
|
||||
@ -6466,7 +6607,7 @@ gatsby@^2.15.29:
|
||||
eslint-plugin-graphql "^3.1.0"
|
||||
eslint-plugin-import "^2.18.2"
|
||||
eslint-plugin-jsx-a11y "^6.2.3"
|
||||
eslint-plugin-react "^7.15.1"
|
||||
eslint-plugin-react "^7.16.0"
|
||||
eslint-plugin-react-hooks "^1.7.0"
|
||||
event-source-polyfill "^1.0.9"
|
||||
express "^4.17.1"
|
||||
@ -6476,13 +6617,13 @@ gatsby@^2.15.29:
|
||||
flat "^4.1.0"
|
||||
fs-exists-cached "1.0.0"
|
||||
fs-extra "^8.1.0"
|
||||
gatsby-cli "^2.7.54"
|
||||
gatsby-core-utils "^1.0.12"
|
||||
gatsby-graphiql-explorer "^0.2.22"
|
||||
gatsby-link "^2.2.18"
|
||||
gatsby-plugin-page-creator "^2.1.24"
|
||||
gatsby-react-router-scroll "^2.1.11"
|
||||
gatsby-telemetry "^1.1.29"
|
||||
gatsby-cli "^2.7.57"
|
||||
gatsby-core-utils "^1.0.13"
|
||||
gatsby-graphiql-explorer "^0.2.23"
|
||||
gatsby-link "^2.2.19"
|
||||
gatsby-plugin-page-creator "^2.1.25"
|
||||
gatsby-react-router-scroll "^2.1.12"
|
||||
gatsby-telemetry "^1.1.30"
|
||||
glob "^7.1.4"
|
||||
got "8.3.2"
|
||||
graphql "^14.5.8"
|
||||
@ -6520,7 +6661,7 @@ gatsby@^2.15.29:
|
||||
raw-loader "^0.5.1"
|
||||
react-dev-utils "^4.2.3"
|
||||
react-error-overlay "^3.0.0"
|
||||
react-hot-loader "^4.12.14"
|
||||
react-hot-loader "^4.12.15"
|
||||
redux "^4.0.4"
|
||||
redux-thunk "^2.3.0"
|
||||
semver "^5.7.1"
|
||||
@ -7311,10 +7452,10 @@ hosted-git-info@^2.1.4:
|
||||
version "2.7.1"
|
||||
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
|
||||
|
||||
hosted-git-info@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-3.0.0.tgz#dd8af49cd01e73cc8e61ba13e217a772fd4ecd2d"
|
||||
integrity sha512-zYSx1cP4MLsvKtTg8DF/PI6e6FHZ3wcawcTGsrLU2TM+UfD4jmSrn2wdQT16TFbH3lO4PIdjLG0E+cuYDgFD9g==
|
||||
hosted-git-info@^3.0.2:
|
||||
version "3.0.2"
|
||||
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-3.0.2.tgz#8b7e3bd114b59b51786f8bade0f39ddc80275a97"
|
||||
integrity sha512-ezZMWtHXm7Eb7Rq4Mwnx2vs79WUx2QmRg3+ZqeGroKzfDO+EprOcgRPYghsOP9JuYBfK18VojmRTGCg8Ma+ktw==
|
||||
dependencies:
|
||||
lru-cache "^5.1.1"
|
||||
|
||||
@ -7708,12 +7849,13 @@ ink-spinner@^3.0.1:
|
||||
cli-spinners "^1.0.0"
|
||||
prop-types "^15.5.10"
|
||||
|
||||
ink@^2.4.0:
|
||||
version "2.4.0"
|
||||
resolved "https://registry.yarnpkg.com/ink/-/ink-2.4.0.tgz#991f8264d90b81b94fe963c96fccdf26afb6b436"
|
||||
integrity sha512-dEEqRo2AgvJZy2o+ltQkHtS4BwPHPHfcNlt74R8gljH/KX265N6aIAAPhYpO3VJjnkoO4/y7MYAYeDDsLDlrNA==
|
||||
ink@^2.5.0:
|
||||
version "2.5.0"
|
||||
resolved "https://registry.yarnpkg.com/ink/-/ink-2.5.0.tgz#66cf988b65ca06d14f00f385eb531fde29f95819"
|
||||
integrity sha512-HUkVglJ11cXK+W1a5cKNoOCxLkDi5hbDMAWSFDcwF2kpNd0eoX+2/cpaTP9BTFaQ8RJk7O59NxKMmyPXkmxo7w==
|
||||
dependencies:
|
||||
"@types/react" "^16.8.6"
|
||||
ansi-escapes "^4.2.1"
|
||||
arrify "^1.0.1"
|
||||
auto-bind "^2.0.0"
|
||||
chalk "^2.4.1"
|
||||
@ -12119,10 +12261,10 @@ react-helmet@^5.2.1:
|
||||
react-fast-compare "^2.0.2"
|
||||
react-side-effect "^1.1.0"
|
||||
|
||||
react-hot-loader@^4.12.14:
|
||||
version "4.12.14"
|
||||
resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-4.12.14.tgz#81ca06ffda0b90aad15d6069339f73ed6428340a"
|
||||
integrity sha512-ecxH4eBvEaJ9onT8vkEmK1FAAJUh1PqzGqds9S3k+GeihSp7nKAp4fOxytO+Ghr491LiBD38jaKyDXYnnpI9pQ==
|
||||
react-hot-loader@^4.12.15:
|
||||
version "4.12.15"
|
||||
resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-4.12.15.tgz#6bf3984e52edbdf02ea8952777f53da1b3c68c95"
|
||||
integrity sha512-sgkN6g+tgPE6xZzD0Ysqll7KUFYJbMX0DrczT5OxD6S7hZlSnmqSC3ceudwCkiDd65ZTtm+Ayk4Y9k5xxCvpOw==
|
||||
dependencies:
|
||||
fast-levenshtein "^2.0.6"
|
||||
global "^4.3.0"
|
||||
|
Loading…
Reference in New Issue
Block a user