chore: Update Lexical to 0.7.5 (#2117)

This commit is contained in:
Aman Harwara
2022-12-23 22:22:19 +05:30
committed by GitHub
parent 1ec173dcd6
commit 2f3bc9b85b
43 changed files with 217 additions and 164 deletions

View File

@@ -7,11 +7,11 @@
"tsc": "tsc -p tsconfig.json"
},
"dependencies": {
"@lexical/react": "^0.6.5",
"@lexical/react": "0.7.5",
"@standardnotes/icons": "workspace:*",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"lexical": "^0.6.5",
"lexical": "0.7.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},