⬆️(frontend) upgrade blocknote to 0.16.0

Version 0.16.0 of Blocknote fixes the breakline issue.
This commit is contained in:
Anthony LC
2024-10-04 10:29:22 +02:00
committed by Anthony LC
parent 98b60ebe93
commit 647e6c1cf5
3 changed files with 19 additions and 18 deletions

View File

@@ -25,9 +25,9 @@
"i18n:test": "yarn I18N run test"
},
"resolutions": {
"@blocknote/core": "0.15.10",
"@blocknote/mantine": "0.15.10",
"@blocknote/react": "0.15.10",
"@blocknote/core": "0.16.0",
"@blocknote/mantine": "0.16.0",
"@blocknote/react": "0.16.0",
"@types/node": "20.16.10",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.7.0",