Skip to content

Commit

Permalink
chore: update to Eleventy 3.0.0 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
riipandi committed Oct 2, 2024
1 parent ff1a25c commit 0a10e79
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 238 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,16 @@
"lint": "biome lint . --write"
},
"dependencies": {
"alpinejs": "^3.14.1",
"htmx.org": "^1.9.12"
"alpinejs": "^3.14.1"
},
"devDependencies": {
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-img": "^5.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/eleventy-plugin-vite": "^5.0.0-alpha.1",
"@11ty/eleventy": "^3.0.0-beta.1",
"@biomejs/biome": "1.9.2",
"@11ty/eleventy": "^3.0.0",
"@biomejs/biome": "1.9.3",
"@egoist/tailwindcss-icons": "^1.8.1",
"@iconify-json/lucide": "^1.2.6",
"@tailwindcss/aspect-ratio": "^0.4.2",
Expand Down
Loading

0 comments on commit 0a10e79

Please sign in to comment.