⬆️(frontend) fix blocknote conflicts

Different versions of blocknote
were installed, we pint the same version
in all packages.json.
This commit is contained in:
Anthony LC
2024-07-08 16:59:31 +02:00
committed by Anthony LC
parent 0fb0c71cfa
commit b5895bf297
4 changed files with 134 additions and 72 deletions

View File

@@ -24,6 +24,9 @@
"i18n:test": "yarn I18N run test"
},
"resolutions": {
"@blocknote/core": "0.14.2",
"@blocknote/mantine": "0.14.2",
"@blocknote/react": "0.14.2",
"@types/node": "20.14.9",
"@types/react-dom": "18.3.0",
"cross-env": "7.0.3",