Update Blocknote (#2872)

* - update blocknote
- fix line break in notes

* - fixed parsing body error on image block

* add feature flag
This commit is contained in:
brendanlaschke
2023-12-09 10:40:54 +01:00
committed by GitHub
parent 3913e1b6a0
commit 130e4c8313
7 changed files with 300 additions and 106 deletions

View File

@ -5,8 +5,8 @@
"dependencies": {
"@air/react-drag-to-select": "^5.0.8",
"@apollo/client": "^3.7.17",
"@blocknote/core": "^0.8.2",
"@blocknote/react": "^0.8.2",
"@blocknote/core": "^0.10.1",
"@blocknote/react": "^0.10.1",
"@chakra-ui/accordion": "^2.3.0",
"@chakra-ui/system": "^2.6.0",
"@emotion/react": "^11.10.6",