refactor: rollback lexical update

This commit is contained in:
Aman Harwara
2023-02-09 16:30:50 +05:30
parent 3c068656e0
commit 3932363797
27 changed files with 159 additions and 159 deletions

View File

@@ -9,11 +9,11 @@
"lint:fix": "eslint src/ --fix"
},
"dependencies": {
"@lexical/react": "0.7.8",
"@lexical/react": "0.7.7",
"@standardnotes/icons": "workspace:*",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"lexical": "0.7.8",
"lexical": "0.7.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},