chore: update deps

This commit is contained in:
Cory Dransfeldt 2024-10-30 17:06:54 -07:00
parent bc561bcb27
commit 75882730b2
No known key found for this signature in database
4 changed files with 38 additions and 16 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "2.4.1",
"version": "2.4.3",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
@ -27,9 +27,9 @@
"license": "MIT",
"dependencies": {
"@11ty/eleventy-fetch": "4.0.1",
"@cdransf/api-text": "^1.7.0",
"@cdransf/api-text": "^1.8.0",
"@cdransf/select-pagination": "^1.3.1",
"@cdransf/theme-toggle": "^3.2.0",
"@cdransf/theme-toggle": "^3.2.1",
"@daviddarnes/mastodon-post": "^1.3.0",
"http-proxy-middleware": "3.0.3",
"minisearch": "^7.1.0",
@ -39,7 +39,7 @@
"@11ty/eleventy": "v3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@cdransf/eleventy-plugin-tabler-icons": "^2.1.0",
"@supabase/supabase-js": "^2.46.0",
"@supabase/supabase-js": "^2.46.1",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"dotenv-flow": "^4.1.0",