chore: upgrade Lexical and fix list style position

This commit is contained in:
Aman Harwara
2023-02-04 00:42:20 +05:30
parent 449199195c
commit cc959738c7
32 changed files with 169 additions and 169 deletions

View File

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