From c700f094a6c1f2c5ba4eb142a6ad1c605049c8fb Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Thu, 4 Apr 2019 17:36:37 -0500 Subject: [PATCH] Updates dependencies. --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2651721..437e237 100644 --- a/package.json +++ b/package.json @@ -22,11 +22,11 @@ }, "homepage": "https://github.com/11ty/eleventy-base-blog#readme", "devDependencies": { - "@11ty/eleventy": "^0.7.1", - "@11ty/eleventy-plugin-rss": "^1.0.3", - "@11ty/eleventy-plugin-syntaxhighlight": "^2.0.0", - "luxon": "^1.0.0", - "markdown-it": "^8.4.1", + "@11ty/eleventy": "^0.8.0", + "@11ty/eleventy-plugin-rss": "^1.0.6", + "@11ty/eleventy-plugin-syntaxhighlight": "^2.0.1", + "luxon": "^1.12.0", + "markdown-it": "^8.4.2", "markdown-it-anchor": "^5.0.2" } }