fix(lint): address render preflight review feedback (#2739)

This commit is contained in:
James Russo
2026-07-22 22:59:12 -04:00
committed by GitHub
parent 948264d6b2
commit 7a294f1956
10 changed files with 788 additions and 8 deletions
+2 -1
View File
@@ -56,7 +56,8 @@
"@hyperframes/parsers": "workspace:*",
"htmlparser2": "^10.1.0",
"linkedom": "^0.18.12",
"postcss": "^8.5.8"
"postcss": "^8.5.8",
"postcss-selector-parser": "^7.1.4"
},
"devDependencies": {
"@types/node": "^25.0.10",