From 80ea1c6bda6ee72f1d98467e6964c6809d61699a Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Tue, 28 Mar 2023 11:50:29 -0500 Subject: [PATCH] Update deps --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fc4f565..f0fc691 100644 --- a/package.json +++ b/package.json @@ -32,13 +32,13 @@ }, "homepage": "https://github.com/11ty/eleventy-base-blog#readme", "devDependencies": { - "@11ty/eleventy": "^2.0.0", + "@11ty/eleventy": "^2.0.1", "@11ty/eleventy-img": "^3.0.0", "@11ty/eleventy-navigation": "^0.3.5", - "@11ty/eleventy-plugin-bundle": "^1.0.3", + "@11ty/eleventy-plugin-bundle": "^1.0.4", "@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0", - "luxon": "^3.2.1", - "markdown-it-anchor": "^8.6.6" + "luxon": "^3.3.0", + "markdown-it-anchor": "^8.6.7" } }