⬆️(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

@@ -15,9 +15,9 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@blocknote/core": "0.14.2",
"@blocknote/mantine": "0.14.2",
"@blocknote/react": "0.14.2",
"@blocknote/core": "*",
"@blocknote/mantine": "*",
"@blocknote/react": "*",
"@gouvfr-lasuite/integration": "1.0.1",
"@openfun/cunningham-react": "2.9.3",
"@tanstack/react-query": "5.48.0",