Skip to content

Commit 725fff9

Browse files
authored
Update eleventy to 3.0.1 as well as other node deps (#6507)
This includes some serving fixes and performance improvements to the edit/refresh cycle.
1 parent a76452f commit 725fff9

File tree

2 files changed

+224
-254
lines changed

2 files changed

+224
-254
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"node": ">=22.10.0",
1818
"pnpm": ">=9.12.3"
1919
},
20-
"packageManager": "pnpm@10.5.0",
20+
"packageManager": "pnpm@10.7.0",
2121
"devDependencies": {
22-
"@11ty/eleventy": "^3.0.0",
22+
"@11ty/eleventy": "3.0.1-alpha.5",
2323
"@types/hast": "^3.0.4",
2424
"@types/markdown-it": "^14.1.2",
2525
"@types/node": "^22.13.14",
26-
"firebase-tools": "^14.0.0",
26+
"firebase-tools": "^14.0.1",
2727
"hast-util-from-html": "^2.0.3",
2828
"hast-util-select": "^6.0.4",
2929
"hast-util-to-text": "^4.0.2",
@@ -40,7 +40,11 @@
4040
},
4141
"pnpm": {
4242
"onlyBuiltDependencies": [
43-
"esbuild"
43+
"esbuild",
44+
"re2"
45+
],
46+
"ignoredBuiltDependencies": [
47+
"re2"
4448
]
4549
}
4650
}

0 commit comments

Comments
 (0)