Skip to content

Commit b5895bf

Browse files
committed
⬆️(frontend) fix blocknote conflicts
Different versions of blocknote were installed, we pint the same version in all packages.json.
1 parent 0fb0c71 commit b5895bf

File tree

4 files changed

+134
-72
lines changed

4 files changed

+134
-72
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
- "1081:1080"
1818

1919
minio:
20-
user: ${DOCKER_USER:-1000}
20+
# user: ${DOCKER_USER:-1000}
2121
image: minio/minio
2222
environment:
2323
- MINIO_ROOT_USER=impress

src/frontend/apps/impress/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"test:watch": "jest --watch"
1616
},
1717
"dependencies": {
18-
"@blocknote/core": "0.14.2",
19-
"@blocknote/mantine": "0.14.2",
20-
"@blocknote/react": "0.14.2",
18+
"@blocknote/core": "*",
19+
"@blocknote/mantine": "*",
20+
"@blocknote/react": "*",
2121
"@gouvfr-lasuite/integration": "1.0.1",
2222
"@openfun/cunningham-react": "2.9.3",
2323
"@tanstack/react-query": "5.48.0",

src/frontend/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"i18n:test": "yarn I18N run test"
2525
},
2626
"resolutions": {
27+
"@blocknote/core": "0.14.2",
28+
"@blocknote/mantine": "0.14.2",
29+
"@blocknote/react": "0.14.2",
2730
"@types/node": "20.14.9",
2831
"@types/react-dom": "18.3.0",
2932
"cross-env": "7.0.3",

0 commit comments

Comments
 (0)