From 61964b908dd1070e25f9723900af3583ac0d3115 Mon Sep 17 00:00:00 2001 From: Jamie Gaehring Date: Fri, 30 Apr 2021 17:46:44 -0400 Subject: [PATCH] Install gatsby-remark-autolink-headers. --- gatsby-config.js | 1 + package-lock.json | 19 +++++++++++++++++++ package.json | 1 + 3 files changed, 21 insertions(+) diff --git a/gatsby-config.js b/gatsby-config.js index 650c6b3..2d7886a 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -28,6 +28,7 @@ module.exports = { prefix: "/farmos/docs", }, }, + 'gatsby-remark-autolink-headers', ], }, }, diff --git a/package-lock.json b/package-lock.json index 3a20c90..9947c6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8856,6 +8856,25 @@ } } }, + "gatsby-remark-autolink-headers": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-autolink-headers/-/gatsby-remark-autolink-headers-4.1.0.tgz", + "integrity": "sha512-LkAwFbPlQgRlu1M0Wx8xqirni89rSjsiWaJLGhLq17BqLTlGUMbic75dQg4ZQnmIs3wMjw1lL23Pau45aVgK7A==", + "requires": { + "@babel/runtime": "^7.12.5", + "github-slugger": "^1.3.0", + "lodash": "^4.17.21", + "mdast-util-to-string": "^2.0.0", + "unist-util-visit": "^2.0.3" + }, + "dependencies": { + "mdast-util-to-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz", + "integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==" + } + } + }, "gatsby-source-filesystem": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.0.0.tgz", diff --git a/package.json b/package.json index 1f19555..5fa6429 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "gatsby-plugin-manifest": "^3.0.0", "gatsby-plugin-react-helmet": "^4.0.0", "gatsby-plugin-sharp": "^3.0.1", + "gatsby-remark-autolink-headers": "^4.1.0", "gatsby-source-filesystem": "^3.0.0", "gatsby-source-git": "^1.1.0", "gatsby-theme-material-ui": "^1.0.13",