AST removal
This commit is contained in:
10
package.json
10
package.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user