chore: upgrade lexical

This commit is contained in:
Aman Harwara
2023-02-10 15:10:50 +05:30
parent 7c84b77a62
commit 2c54554325
38 changed files with 164 additions and 163 deletions

View File

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