From 8c1df4dc585761ed5b8ce5c5195f5f2bc6efc4cf Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 22 Jun 2022 21:41:45 -0700 Subject: [PATCH] [Dev Deps] pin `@technote-space/doctoc` because v2.5 is a breaking change See https://github.com/DavidWells/markdown-magic/issues/62 and https://github.com/technote-space/doctoc/pull/73#issuecomment-1163919622 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 56d303b2b..6677ffc79 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "@babel/eslint-parser": "^7.18.2", "@babel/plugin-transform-flow-strip-types": "^7.17.12", "@babel/register": "^7.17.7", + "@technote-space/doctoc": "~2.4", "ast-types-flow": "^0.0.7", "aud": "^2.0.0", "babel-jest": "^24.9.0",