From 306c25d8f7e0e887b7b6b0cf488be46af3164805 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Wed, 21 Nov 2018 16:42:56 +0100 Subject: [PATCH] Update doctoc to version 1.4.0 When installing doctoc it throws some warnings about the markdown-to-ast package that moved to an own namespace. This patch updates to the version containing the new, namespaced, package. References: https://github.com/thlorenz/doctoc/pull/151 Signed-off-by: Sheogorath --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee3c383..b778e7e 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "babel-runtime": "^6.26.0", "copy-webpack-plugin": "^4.5.2", "css-loader": "^1.0.0", - "doctoc": "^1.3.0", + "doctoc": "^1.4.0", "ejs-loader": "^0.3.1", "eslint": "^5.9.0", "eslint-config-standard": "^12.0.0",