build(deps): bump gatsby-plugin-mdx from 2.8.0 to 2.10.1 in /docs (#2150)

Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 2.8.0 to 2.10.1.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-mdx@2.10.1/packages/gatsby-plugin-mdx/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.10.1/packages/gatsby-plugin-mdx)

---
updated-dependencies:
- dependency-name: gatsby-plugin-mdx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-08-02 14:11:08 +08:00 committed by GitHub
parent d2f5b20b4b
commit 0890715071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 105 additions and 84 deletions

187
docs/package-lock.json generated
View File

@ -20,7 +20,7 @@
"gatsby-plugin-emotion": "^5.0.0", "gatsby-plugin-emotion": "^5.0.0",
"gatsby-plugin-google-analytics": "^3.10.0", "gatsby-plugin-google-analytics": "^3.10.0",
"gatsby-plugin-manifest": "^2.12.1", "gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-mdx": "^2.8.0", "gatsby-plugin-mdx": "^2.10.1",
"gatsby-plugin-netlify": "^2.11.1", "gatsby-plugin-netlify": "^2.11.1",
"gatsby-plugin-netlify-cache": "^2.0.0", "gatsby-plugin-netlify-cache": "^2.0.0",
"gatsby-plugin-offline": "^4.8.0", "gatsby-plugin-offline": "^4.8.0",
@ -11828,17 +11828,17 @@
} }
}, },
"node_modules/gatsby-plugin-mdx": { "node_modules/gatsby-plugin-mdx": {
"version": "2.8.0", "version": "2.10.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.8.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.10.1.tgz",
"integrity": "sha512-N404gnmS+U70HtOsU5iL94GcdDVia2Ir/InSx5PlZCJd8neCbU4ROA2IKx3yrLRd7aryNjA9ZnP4LbwqXeUneg==", "integrity": "sha512-wyxDXLv4dtEW8rAaZE5KhHnAJr+aNYBkf1hcuxuLX/AHzyAjhonsn1ZoHz2NEdGQ6vOPI9Vs9ehgW2gB49b1bA==",
"dependencies": { "dependencies": {
"@babel/core": "^7.14.0", "@babel/core": "^7.14.6",
"@babel/generator": "^7.14.0", "@babel/generator": "^7.14.5",
"@babel/helper-plugin-utils": "^7.14.0", "@babel/helper-plugin-utils": "^7.14.0",
"@babel/plugin-proposal-object-rest-spread": "^7.14.0", "@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/preset-env": "^7.14.0", "@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.0", "@babel/preset-react": "^7.14.0",
"@babel/types": "^7.14.0", "@babel/types": "^7.14.5",
"camelcase-css": "^2.0.1", "camelcase-css": "^2.0.1",
"change-case": "^3.1.0", "change-case": "^3.1.0",
"core-js": "^3.6.5", "core-js": "^3.6.5",
@ -11847,7 +11847,7 @@
"escape-string-regexp": "^1.0.5", "escape-string-regexp": "^1.0.5",
"eval": "^0.1.4", "eval": "^0.1.4",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.8.0", "gatsby-core-utils": "^2.10.0",
"gray-matter": "^4.0.2", "gray-matter": "^4.0.2",
"json5": "^2.1.3", "json5": "^2.1.3",
"loader-utils": "^1.4.0", "loader-utils": "^1.4.0",
@ -11908,25 +11908,25 @@
"integrity": "sha512-MQx/7TLgmmDVamSyfE+O+5BHvG1aUGj/gHhLn1wVtm2B5u1eVIPvh7vkfjwWKNCjrTJB8+He99IntSQ1qP+vYQ==" "integrity": "sha512-MQx/7TLgmmDVamSyfE+O+5BHvG1aUGj/gHhLn1wVtm2B5u1eVIPvh7vkfjwWKNCjrTJB8+He99IntSQ1qP+vYQ=="
}, },
"node_modules/gatsby-plugin-mdx/node_modules/file-type": { "node_modules/gatsby-plugin-mdx/node_modules/file-type": {
"version": "16.5.0", "version": "16.5.2",
"resolved": "https://registry.npmjs.org/file-type/-/file-type-16.5.0.tgz", "resolved": "https://registry.npmjs.org/file-type/-/file-type-16.5.2.tgz",
"integrity": "sha512-OxgWA9tbL8N/WP00GD1z8O0MiwQKFyWRs1q+3FhjdvcGgKqwxcejyGWso3n4/IMU6DdwV+ARZ4A7TTnPkDcSiw==", "integrity": "sha512-lnHRZj2USLF3v4C5ZY7/vQQeoTVA1YV9TtD6UUCr9z5Cd0uyutqxPBJxkXzM6lufPNuSfefq/yFmnSPz0C3wNw==",
"dependencies": { "dependencies": {
"readable-web-to-node-stream": "^3.0.0", "readable-web-to-node-stream": "^3.0.0",
"strtok3": "^6.0.3", "strtok3": "6.1.3",
"token-types": "^2.0.0" "token-types": "^3.0.0"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=10"
}, },
"funding": { "funding": {
"url": "https://github.com/sindresorhus/file-type?sponsor=1" "url": "https://github.com/sindresorhus/file-type?sponsor=1"
} }
}, },
"node_modules/gatsby-plugin-mdx/node_modules/gatsby-core-utils": { "node_modules/gatsby-plugin-mdx/node_modules/gatsby-core-utils": {
"version": "2.8.0", "version": "2.10.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.8.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.10.0.tgz",
"integrity": "sha512-CadvILN4ZyYMYQAp+haxSgE/0k5zIu6y2WcqVSJaQLmmWq0o49Gv4CftVKOEXOtXaN0DEr9e4wWFVBRAYaRHGA==", "integrity": "sha512-xvVebKSrjHkZQQkeEjuAekCAg17KT2l44d/yn7w2dzBGay244m8hoY8LRtLRdsrSp30ix89QklefuP9frEfhbA==",
"dependencies": { "dependencies": {
"ci-info": "2.0.0", "ci-info": "2.0.0",
"configstore": "^5.0.1", "configstore": "^5.0.1",
@ -11941,6 +11941,22 @@
"node": ">=12.13.0" "node": ">=12.13.0"
} }
}, },
"node_modules/gatsby-plugin-mdx/node_modules/token-types": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/token-types/-/token-types-3.1.0.tgz",
"integrity": "sha512-WhoeIW7UTn7NC7L0t/4x3vU/YYSS1oeUxYgiGXQLd82Kaf1qtlxOex3ETY0+o2QuRgAdyursMlUhQBKDCfMUkQ==",
"dependencies": {
"@tokenizer/token": "^0.1.1",
"ieee754": "^1.2.1"
},
"engines": {
"node": ">=10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
}
},
"node_modules/gatsby-plugin-mdx/node_modules/unified": { "node_modules/gatsby-plugin-mdx/node_modules/unified": {
"version": "8.4.2", "version": "8.4.2",
"resolved": "https://registry.npmjs.org/unified/-/unified-8.4.2.tgz", "resolved": "https://registry.npmjs.org/unified/-/unified-8.4.2.tgz",
@ -15499,9 +15515,23 @@
"integrity": "sha512-slx8Q6oywCCSfKgPgL0sEsXtPVnSbTLWpyiDcu6msHOyKOLari1TD1qocXVCft80umnkk3/Qqh3lwoFt8T/BPQ==" "integrity": "sha512-slx8Q6oywCCSfKgPgL0sEsXtPVnSbTLWpyiDcu6msHOyKOLari1TD1qocXVCft80umnkk3/Qqh3lwoFt8T/BPQ=="
}, },
"node_modules/ieee754": { "node_modules/ieee754": {
"version": "1.1.13", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
"integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
}, },
"node_modules/iferr": { "node_modules/iferr": {
"version": "0.1.5", "version": "0.1.5",
@ -20227,11 +20257,15 @@
} }
}, },
"node_modules/peek-readable": { "node_modules/peek-readable": {
"version": "3.1.3", "version": "3.1.4",
"resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-3.1.3.tgz", "resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-3.1.4.tgz",
"integrity": "sha512-mpAcysyRJxmICBcBa5IXH7SZPvWkcghm6Fk8RekoS3v+BpbSzlZzuWbMx+GXrlUwESi9qHar4nVEZNMKylIHvg==", "integrity": "sha512-DX7ec7frSMtCWw+zMd27f66hcxIz/w9LQTY2RflB4WNHCVPAye1pJiP2t3gvaaOhu7IOhtPbHw8MemMj+F5lrg==",
"engines": { "engines": {
"node": ">=8" "node": ">=8"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
} }
}, },
"node_modules/pend": { "node_modules/pend": {
@ -24711,23 +24745,21 @@
} }
}, },
"node_modules/strtok3": { "node_modules/strtok3": {
"version": "6.0.8", "version": "6.1.3",
"resolved": "https://registry.npmjs.org/strtok3/-/strtok3-6.0.8.tgz", "resolved": "https://registry.npmjs.org/strtok3/-/strtok3-6.1.3.tgz",
"integrity": "sha512-QLgv+oiXwXgCgp2PdPPa+Jpp4D9imK9e/0BsyfeFMr6QL6wMVqoVn9+OXQ9I7MZbmUzN6lmitTJ09uwS2OmGcw==", "integrity": "sha512-ssWSKFOeUTurMSucgyUf+a6Z9mVTYrsYiyEK5RLnh8BM6sFrKSljVlnjZXIDxMguYfdQI+mUPFHo88FYTxq1XA==",
"dependencies": { "dependencies": {
"@tokenizer/token": "^0.1.1", "@tokenizer/token": "^0.1.1",
"@types/debug": "^4.1.5", "peek-readable": "^3.1.4"
"peek-readable": "^3.1.3"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Borewit"
} }
}, },
"node_modules/strtok3/node_modules/@types/debug": {
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.5.tgz",
"integrity": "sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ=="
},
"node_modules/style-loader": { "node_modules/style-loader": {
"version": "0.23.1", "version": "0.23.1",
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz", "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz",
@ -25377,11 +25409,6 @@
"node": ">=0.1.98" "node": ">=0.1.98"
} }
}, },
"node_modules/token-types/node_modules/ieee754": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
},
"node_modules/traverse": { "node_modules/traverse": {
"version": "0.6.6", "version": "0.6.6",
"resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz", "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz",
@ -38686,17 +38713,17 @@
} }
}, },
"gatsby-plugin-mdx": { "gatsby-plugin-mdx": {
"version": "2.8.0", "version": "2.10.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.8.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.10.1.tgz",
"integrity": "sha512-N404gnmS+U70HtOsU5iL94GcdDVia2Ir/InSx5PlZCJd8neCbU4ROA2IKx3yrLRd7aryNjA9ZnP4LbwqXeUneg==", "integrity": "sha512-wyxDXLv4dtEW8rAaZE5KhHnAJr+aNYBkf1hcuxuLX/AHzyAjhonsn1ZoHz2NEdGQ6vOPI9Vs9ehgW2gB49b1bA==",
"requires": { "requires": {
"@babel/core": "^7.14.0", "@babel/core": "^7.14.6",
"@babel/generator": "^7.14.0", "@babel/generator": "^7.14.5",
"@babel/helper-plugin-utils": "^7.14.0", "@babel/helper-plugin-utils": "^7.14.0",
"@babel/plugin-proposal-object-rest-spread": "^7.14.0", "@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/preset-env": "^7.14.0", "@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.0", "@babel/preset-react": "^7.14.0",
"@babel/types": "^7.14.0", "@babel/types": "^7.14.5",
"camelcase-css": "^2.0.1", "camelcase-css": "^2.0.1",
"change-case": "^3.1.0", "change-case": "^3.1.0",
"core-js": "^3.6.5", "core-js": "^3.6.5",
@ -38705,7 +38732,7 @@
"escape-string-regexp": "^1.0.5", "escape-string-regexp": "^1.0.5",
"eval": "^0.1.4", "eval": "^0.1.4",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.8.0", "gatsby-core-utils": "^2.10.0",
"gray-matter": "^4.0.2", "gray-matter": "^4.0.2",
"json5": "^2.1.3", "json5": "^2.1.3",
"loader-utils": "^1.4.0", "loader-utils": "^1.4.0",
@ -38751,19 +38778,19 @@
"integrity": "sha512-MQx/7TLgmmDVamSyfE+O+5BHvG1aUGj/gHhLn1wVtm2B5u1eVIPvh7vkfjwWKNCjrTJB8+He99IntSQ1qP+vYQ==" "integrity": "sha512-MQx/7TLgmmDVamSyfE+O+5BHvG1aUGj/gHhLn1wVtm2B5u1eVIPvh7vkfjwWKNCjrTJB8+He99IntSQ1qP+vYQ=="
}, },
"file-type": { "file-type": {
"version": "16.5.0", "version": "16.5.2",
"resolved": "https://registry.npmjs.org/file-type/-/file-type-16.5.0.tgz", "resolved": "https://registry.npmjs.org/file-type/-/file-type-16.5.2.tgz",
"integrity": "sha512-OxgWA9tbL8N/WP00GD1z8O0MiwQKFyWRs1q+3FhjdvcGgKqwxcejyGWso3n4/IMU6DdwV+ARZ4A7TTnPkDcSiw==", "integrity": "sha512-lnHRZj2USLF3v4C5ZY7/vQQeoTVA1YV9TtD6UUCr9z5Cd0uyutqxPBJxkXzM6lufPNuSfefq/yFmnSPz0C3wNw==",
"requires": { "requires": {
"readable-web-to-node-stream": "^3.0.0", "readable-web-to-node-stream": "^3.0.0",
"strtok3": "^6.0.3", "strtok3": "6.1.3",
"token-types": "^2.0.0" "token-types": "^3.0.0"
} }
}, },
"gatsby-core-utils": { "gatsby-core-utils": {
"version": "2.8.0", "version": "2.10.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.8.0.tgz", "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.10.0.tgz",
"integrity": "sha512-CadvILN4ZyYMYQAp+haxSgE/0k5zIu6y2WcqVSJaQLmmWq0o49Gv4CftVKOEXOtXaN0DEr9e4wWFVBRAYaRHGA==", "integrity": "sha512-xvVebKSrjHkZQQkeEjuAekCAg17KT2l44d/yn7w2dzBGay244m8hoY8LRtLRdsrSp30ix89QklefuP9frEfhbA==",
"requires": { "requires": {
"ci-info": "2.0.0", "ci-info": "2.0.0",
"configstore": "^5.0.1", "configstore": "^5.0.1",
@ -38775,6 +38802,15 @@
"xdg-basedir": "^4.0.0" "xdg-basedir": "^4.0.0"
} }
}, },
"token-types": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/token-types/-/token-types-3.1.0.tgz",
"integrity": "sha512-WhoeIW7UTn7NC7L0t/4x3vU/YYSS1oeUxYgiGXQLd82Kaf1qtlxOex3ETY0+o2QuRgAdyursMlUhQBKDCfMUkQ==",
"requires": {
"@tokenizer/token": "^0.1.1",
"ieee754": "^1.2.1"
}
},
"unified": { "unified": {
"version": "8.4.2", "version": "8.4.2",
"resolved": "https://registry.npmjs.org/unified/-/unified-8.4.2.tgz", "resolved": "https://registry.npmjs.org/unified/-/unified-8.4.2.tgz",
@ -41662,9 +41698,9 @@
"integrity": "sha512-slx8Q6oywCCSfKgPgL0sEsXtPVnSbTLWpyiDcu6msHOyKOLari1TD1qocXVCft80umnkk3/Qqh3lwoFt8T/BPQ==" "integrity": "sha512-slx8Q6oywCCSfKgPgL0sEsXtPVnSbTLWpyiDcu6msHOyKOLari1TD1qocXVCft80umnkk3/Qqh3lwoFt8T/BPQ=="
}, },
"ieee754": { "ieee754": {
"version": "1.1.13", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
"integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
}, },
"iferr": { "iferr": {
"version": "0.1.5", "version": "0.1.5",
@ -45512,9 +45548,9 @@
} }
}, },
"peek-readable": { "peek-readable": {
"version": "3.1.3", "version": "3.1.4",
"resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-3.1.3.tgz", "resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-3.1.4.tgz",
"integrity": "sha512-mpAcysyRJxmICBcBa5IXH7SZPvWkcghm6Fk8RekoS3v+BpbSzlZzuWbMx+GXrlUwESi9qHar4nVEZNMKylIHvg==" "integrity": "sha512-DX7ec7frSMtCWw+zMd27f66hcxIz/w9LQTY2RflB4WNHCVPAye1pJiP2t3gvaaOhu7IOhtPbHw8MemMj+F5lrg=="
}, },
"pend": { "pend": {
"version": "1.2.0", "version": "1.2.0",
@ -49349,20 +49385,12 @@
} }
}, },
"strtok3": { "strtok3": {
"version": "6.0.8", "version": "6.1.3",
"resolved": "https://registry.npmjs.org/strtok3/-/strtok3-6.0.8.tgz", "resolved": "https://registry.npmjs.org/strtok3/-/strtok3-6.1.3.tgz",
"integrity": "sha512-QLgv+oiXwXgCgp2PdPPa+Jpp4D9imK9e/0BsyfeFMr6QL6wMVqoVn9+OXQ9I7MZbmUzN6lmitTJ09uwS2OmGcw==", "integrity": "sha512-ssWSKFOeUTurMSucgyUf+a6Z9mVTYrsYiyEK5RLnh8BM6sFrKSljVlnjZXIDxMguYfdQI+mUPFHo88FYTxq1XA==",
"requires": { "requires": {
"@tokenizer/token": "^0.1.1", "@tokenizer/token": "^0.1.1",
"@types/debug": "^4.1.5", "peek-readable": "^3.1.4"
"peek-readable": "^3.1.3"
},
"dependencies": {
"@types/debug": {
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.5.tgz",
"integrity": "sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ=="
}
} }
}, },
"style-loader": { "style-loader": {
@ -49894,13 +49922,6 @@
"requires": { "requires": {
"@tokenizer/token": "^0.1.1", "@tokenizer/token": "^0.1.1",
"ieee754": "^1.2.1" "ieee754": "^1.2.1"
},
"dependencies": {
"ieee754": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
}
} }
}, },
"traverse": { "traverse": {

View File

@ -17,7 +17,7 @@
"gatsby-plugin-emotion": "^5.0.0", "gatsby-plugin-emotion": "^5.0.0",
"gatsby-plugin-google-analytics": "^3.10.0", "gatsby-plugin-google-analytics": "^3.10.0",
"gatsby-plugin-manifest": "^2.12.1", "gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-mdx": "^2.8.0", "gatsby-plugin-mdx": "^2.10.1",
"gatsby-plugin-netlify": "^2.11.1", "gatsby-plugin-netlify": "^2.11.1",
"gatsby-plugin-netlify-cache": "^2.0.0", "gatsby-plugin-netlify-cache": "^2.0.0",
"gatsby-plugin-offline": "^4.8.0", "gatsby-plugin-offline": "^4.8.0",