AST removal

This commit is contained in:
jae kaplan
2025-10-17 20:19:07 -04:00
parent 732e0c4db6
commit fecb2e27d2
6 changed files with 53 additions and 162 deletions

View File

@@ -26,26 +26,20 @@
"@types/luxon": "^3.7.1",
"@types/mdast": "^3.0.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"hast-util-sanitize": "^5.0.2",
"html-to-text": "^9.0.5",
"lodash": "^4.17.21",
"rollup": "^4.52.4",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"react": "^18",
"react-dom": "^18"
"react": "^18"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
"react": ">=16"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"dependencies": {