Downgrade eleventy to fix the website

This commit is contained in:
Dmitry Verkhoturov
2024-11-10 18:05:51 -06:00
committed by Umputun
parent 3646c4a871
commit d23b7003c6
3 changed files with 608 additions and 331 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
# .husky/pre-commit
cd frontend
pnpm lint-staged
nvm use || true
npm i || true
pnpm lint-staged || true
+1 -1
View File
@@ -22,7 +22,7 @@
"clean": "rm -rf .tmp/* build/*"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@tailwindcss/typography": "^0.5.15",
"cross-env": "^7.0.3",
+604 -329
View File
File diff suppressed because it is too large Load Diff