⬆️(frontend) upgrade blocknote to 0.17.0

Version 0.17.0 of Blocknote fixes the
copy paste issue in the editor with Firefox.
This commit is contained in:
Anthony LC
2024-10-17 17:04:55 +02:00
committed by Anthony LC
parent 6a95d24441
commit b360bd8494
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.16.0",
"@blocknote/mantine": "0.16.0",
"@blocknote/react": "0.16.0",
"@blocknote/core": "0.17.0",
"@blocknote/mantine": "0.17.0",
"@blocknote/react": "0.17.0",
"@types/node": "20.16.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.9.0",