chore: upgrade web deps and lexical (#2094)

This commit is contained in:
Mo
2022-12-19 11:11:32 -06:00
committed by GitHub
parent e8ada146e1
commit 889f245ab9
62 changed files with 516 additions and 211 deletions

View File

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