From a190ecdc3f0e06c35b0bfb3ba825a1b29b162f37 Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Fri, 21 Jun 2024 21:59:53 +0530 Subject: Update deps and updated the about page. On branch main Your branch is up to date with 'origin/main'. Changes to be committed: modified: 404.html modified: _includes/base.html new file: _includes/main.css modified: _includes/page.html modified: _includes/post.html modified: about.html deleted: assets/main.css deleted: atom.xml.njk modified: eleventy.config.js modified: index.html modified: package-lock.json modified: package.json modified: posts.html modified: posts/posts.11tydata.js --- package.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 356ff08..49b5f84 100644 --- a/package.json +++ b/package.json @@ -8,15 +8,20 @@ }, "author": "Marc Pervaz Boocha", "dependencies": { - "@11ty/eleventy": "^3.0.0-alpha.5", + "@11ty/eleventy": "^3.0.0-alpha.13", "@11ty/eleventy-img": "^4.0.2", "@11ty/eleventy-navigation": "^0.3.5", - "@11ty/eleventy-plugin-bundle": "^1.0.5", + "@11ty/eleventy-plugin-bundle": "^2.0.2", "@11ty/eleventy-plugin-directory-output": "^1.0.1", - "@11ty/eleventy-plugin-rss": "^1.2.0", + "@11ty/eleventy-plugin-rss": "^2.0.1", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11ty/eleventy-plugin-webc": "^0.11.2", "@sindresorhus/slugify": "^2.2.1", + "cssnano": "^7.0.3", + "html-min": "^0.0.4", + "html-minifier": "^4.0.0", + "modern-normalize": "^2.0.0", + "postcss": "^8.4.38", "prismjs": "^1.29.0" } } -- cgit v1.2.3-70-g09d2