Skip to content

Commit

Permalink
Update 11ty to beta alongside other dep updates (#10986)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Aug 1, 2024
1 parent da7eb92 commit 3e80c2f
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 344 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"node": ">=20.12.0",
"pnpm": ">=9.1.0"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.6.0",
"scripts": {
"serve": "PRODUCTION=false eleventy --serve",
"build-site-for-staging": "PRODUCTION=false eleventy",
Expand All @@ -22,9 +22,9 @@
"bootstrap-scss": "^4.6.2"
},
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.14",
"@11ty/eleventy": "3.0.0-beta.1",
"diff2html": "^3.4.48",
"firebase-tools": "^13.13.0",
"firebase-tools": "^13.15.0",
"hast-util-from-html": "^2.0.1",
"hast-util-select": "^6.0.2",
"hast-util-to-text": "^4.0.2",
Expand All @@ -36,7 +36,7 @@
"markdown-it-container": "^4.0.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"sass": "^1.77.6",
"shiki": "^1.10.1"
"sass": "^1.77.8",
"shiki": "^1.12.1"
}
}
Loading

0 comments on commit 3e80c2f

Please sign in to comment.