File tree Expand file tree Collapse file tree 4 files changed +134
-72
lines changed Expand file tree Collapse file tree 4 files changed +134
-72
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments