Skip to content

Commit 191b046

Browse files
committed
📌(frontend) pin Blocknote to fix mounting issue
We have a mounting issue with the Blocknote version 0.42.1. To not wait for the next Blocknote release, we pin the Blocknote packages to a specific pull request version.
1 parent aeac49d commit 191b046

File tree

3 files changed

+118
-52
lines changed

3 files changed

+118
-52
lines changed

src/frontend/apps/impress/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
},
2020
"dependencies": {
2121
"@ag-media/react-pdf-table": "2.0.3",
22-
"@blocknote/code-block": "0.42.1",
23-
"@blocknote/core": "0.42.1",
24-
"@blocknote/mantine": "0.42.1",
25-
"@blocknote/react": "0.42.1",
26-
"@blocknote/xl-docx-exporter": "0.42.1",
27-
"@blocknote/xl-multi-column": "0.42.1",
28-
"@blocknote/xl-odt-exporter": "0.42.1",
29-
"@blocknote/xl-pdf-exporter": "0.42.1",
22+
"@blocknote/code-block": "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/code-block@2183",
23+
"@blocknote/core": "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@2183",
24+
"@blocknote/mantine": "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/mantine@2183",
25+
"@blocknote/react": "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/react@2183",
26+
"@blocknote/xl-docx-exporter": "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-docx-exporter@2183",
27+
"@blocknote/xl-multi-column": "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-multi-column@2183",
28+
"@blocknote/xl-odt-exporter": "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-odt-exporter@2183",
29+
"@blocknote/xl-pdf-exporter": "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-pdf-exporter@2183",
3030
"@dnd-kit/core": "6.3.1",
3131
"@dnd-kit/modifiers": "9.0.0",
3232
"@emoji-mart/data": "1.2.1",

src/frontend/servers/y-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"node": ">=22"
1717
},
1818
"dependencies": {
19-
"@blocknote/server-util": "0.42.1",
19+
"@blocknote/server-util": "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/server-util@2183",
2020
"@hocuspocus/server": "3.4.0",
2121
"@sentry/node": "10.22.0",
2222
"@sentry/profiling-node": "10.22.0",
@@ -30,7 +30,7 @@
3030
"yjs": "*"
3131
},
3232
"devDependencies": {
33-
"@blocknote/core": "0.42.1",
33+
"@blocknote/core": "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@2183",
3434
"@hocuspocus/provider": "3.4.0",
3535
"@types/cors": "2.8.19",
3636
"@types/express": "5.0.5",

src/frontend/yarn.lock

Lines changed: 108 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,23 +1070,21 @@
10701070
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
10711071
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
10721072

1073-
"@blocknote/code-block@0.42.1":
1073+
"@blocknote/code-block@https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/code-block@2183":
10741074
version "0.42.1"
1075-
resolved "https://registry.yarnpkg.com/@blocknote/code-block/-/code-block-0.42.1.tgz#53e4c6f5eb86c6ff4d7d49a437b94154e91e70f3"
1076-
integrity sha512-IcxHZ7vLlHpyaUCTxK95/XvY+9KjNBBSb8yF66DQfyZ/wzpOvcaNvmX5okfI38e4sOmOLrNMwG9h2d38ddy9Dw==
1075+
resolved "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/code-block@2183#ccc7b2181cce68d16411e3f245f13bcdc0d50be9"
10771076
dependencies:
1078-
"@blocknote/core" "0.42.1"
1077+
"@blocknote/core" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@009cb604565b1348591048dc374763b4308e3880"
10791078
"@shikijs/core" "^3.13.0"
10801079
"@shikijs/engine-javascript" "^3.13.0"
10811080
"@shikijs/langs" "^3.13.0"
10821081
"@shikijs/langs-precompiled" "^3.13.0"
10831082
"@shikijs/themes" "^3.13.0"
10841083
"@shikijs/types" "^3.13.0"
10851084

1086-
"@blocknote/core@0.42.1":
1085+
"@blocknote/core@https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@009cb604565b1348591048dc374763b4308e3880":
10871086
version "0.42.1"
1088-
resolved "https://registry.yarnpkg.com/@blocknote/core/-/core-0.42.1.tgz#46933ceb51f13fd0286e42c814c20a15ec6865e8"
1089-
integrity sha512-WfGgCp6l1oM3yGHHc0XSGp7CdrD8j5WCrg8VCGJyIpJW4oD0VZFH5t/4c2SjfCNDHA/DYtVGyOSVI+ezZD7uEA==
1087+
resolved "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@009cb604565b1348591048dc374763b4308e3880#90ca822cfee74cb17612fe66bf23ecca8ebfa68b"
10901088
dependencies:
10911089
"@emoji-mart/data" "^1.2.1"
10921090
"@shikijs/types" "3.13.0"
@@ -1128,21 +1126,64 @@
11281126
y-protocols "^1.0.6"
11291127
yjs "^13.6.27"
11301128

1131-
"@blocknote/mantine@0.42.1":
1129+
"@blocknote/core@https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@2183":
11321130
version "0.42.1"
1133-
resolved "https://registry.yarnpkg.com/@blocknote/mantine/-/mantine-0.42.1.tgz#f98ffe50b1b6d7c6125a5c50623de5b0dfa5e2e4"
1134-
integrity sha512-u5reSCpBJRWtMkfSr+K/bHgxVsTrUo1/hg9f5QzsAZuzKhFM+XLlsE9psGqXwYd9mOYPTc5xgWKLC0wa160jog==
1131+
uid "90ca822cfee74cb17612fe66bf23ecca8ebfa68b"
1132+
resolved "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@2183#90ca822cfee74cb17612fe66bf23ecca8ebfa68b"
11351133
dependencies:
1136-
"@blocknote/core" "0.42.1"
1137-
"@blocknote/react" "0.42.1"
1134+
"@emoji-mart/data" "^1.2.1"
1135+
"@shikijs/types" "3.13.0"
1136+
"@tiptap/core" "^3.10.2"
1137+
"@tiptap/extension-bold" "^3.7.2"
1138+
"@tiptap/extension-code" "^3.7.2"
1139+
"@tiptap/extension-gapcursor" "^3.7.2"
1140+
"@tiptap/extension-history" "^3.7.2"
1141+
"@tiptap/extension-horizontal-rule" "^3.7.2"
1142+
"@tiptap/extension-italic" "^3.7.2"
1143+
"@tiptap/extension-link" "^3.7.2"
1144+
"@tiptap/extension-paragraph" "^3.7.2"
1145+
"@tiptap/extension-strike" "^3.7.2"
1146+
"@tiptap/extension-text" "^3.7.2"
1147+
"@tiptap/extension-underline" "^3.7.2"
1148+
"@tiptap/pm" "^3.10.2"
1149+
emoji-mart "^5.6.0"
1150+
fast-deep-equal "^3.1.3"
1151+
hast-util-from-dom "^5.0.1"
1152+
prosemirror-dropcursor "^1.8.2"
1153+
prosemirror-highlight "^0.13.0"
1154+
prosemirror-model "^1.25.4"
1155+
prosemirror-state "^1.4.4"
1156+
prosemirror-tables "^1.8.1"
1157+
prosemirror-transform "^1.10.4"
1158+
prosemirror-view "^1.41.3"
1159+
rehype-format "^5.0.1"
1160+
rehype-parse "^9.0.1"
1161+
rehype-remark "^10.0.1"
1162+
rehype-stringify "^10.0.1"
1163+
remark-gfm "^4.0.1"
1164+
remark-parse "^11.0.0"
1165+
remark-rehype "^11.1.2"
1166+
remark-stringify "^11.0.0"
1167+
unified "^11.0.5"
1168+
unist-util-visit "^5.0.0"
1169+
uuid "^8.3.2"
1170+
y-prosemirror "^1.3.7"
1171+
y-protocols "^1.0.6"
1172+
yjs "^13.6.27"
1173+
1174+
"@blocknote/mantine@https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/mantine@2183":
1175+
version "0.42.1"
1176+
resolved "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/mantine@2183#74214c65fcd365e68351217066a9249103e70174"
1177+
dependencies:
1178+
"@blocknote/core" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@009cb604565b1348591048dc374763b4308e3880"
1179+
"@blocknote/react" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/react@009cb604565b1348591048dc374763b4308e3880"
11381180
react-icons "^5.5.0"
11391181

1140-
"@blocknote/react@0.42.1":
1182+
"@blocknote/react@https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/react@009cb604565b1348591048dc374763b4308e3880":
11411183
version "0.42.1"
1142-
resolved "https://registry.yarnpkg.com/@blocknote/react/-/react-0.42.1.tgz#4fea38aeff56438858cf324d7dbab56059799ffc"
1143-
integrity sha512-AlS0Xyz6DFCg+Rm+W8Yaa+/30H0yezD9Ky1blIHT4DogQttp2D0iov38d0Gjk8kkBEV1/HtLdjfnjw2qYkXF9A==
1184+
resolved "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/react@009cb604565b1348591048dc374763b4308e3880#2703eed2efd77d578c2094c3dea6c832cf28d6bd"
11441185
dependencies:
1145-
"@blocknote/core" "0.42.1"
1186+
"@blocknote/core" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@009cb604565b1348591048dc374763b4308e3880"
11461187
"@emoji-mart/data" "^1.2.1"
11471188
"@floating-ui/react" "^0.27.16"
11481189
"@tiptap/core" "^3.10.2"
@@ -1152,38 +1193,65 @@
11521193
lodash.merge "^4.6.2"
11531194
react-icons "^5.5.0"
11541195

1155-
"@blocknote/server-util@0.42.1":
1196+
"@blocknote/react@https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/react@2183":
11561197
version "0.42.1"
1157-
resolved "https://registry.yarnpkg.com/@blocknote/server-util/-/server-util-0.42.1.tgz#f9229f111efab90fe2f35ea2f4434d6e755d2bf5"
1158-
integrity sha512-SK2KVBy6xbtssAdotBKuri9XjSBP2OAYBw2QAwlxSR23RCB2blmV/d2ejt1E1lgfN1KAdPg8gUdf3FOJMlPhtA==
1198+
uid "2703eed2efd77d578c2094c3dea6c832cf28d6bd"
1199+
resolved "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/react@2183#2703eed2efd77d578c2094c3dea6c832cf28d6bd"
11591200
dependencies:
1160-
"@blocknote/core" "0.42.1"
1161-
"@blocknote/react" "0.42.1"
1201+
"@blocknote/core" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@009cb604565b1348591048dc374763b4308e3880"
1202+
"@emoji-mart/data" "^1.2.1"
1203+
"@floating-ui/react" "^0.27.16"
1204+
"@tiptap/core" "^3.10.2"
1205+
"@tiptap/pm" "^3.10.2"
1206+
"@tiptap/react" "^3.10.2"
1207+
emoji-mart "^5.6.0"
1208+
lodash.merge "^4.6.2"
1209+
react-icons "^5.5.0"
1210+
1211+
"@blocknote/server-util@https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/server-util@2183":
1212+
version "0.42.1"
1213+
resolved "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/server-util@2183#c3de87251492fec0a6ef1887a40e4cf6076f813b"
1214+
dependencies:
1215+
"@blocknote/core" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@009cb604565b1348591048dc374763b4308e3880"
1216+
"@blocknote/react" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/react@009cb604565b1348591048dc374763b4308e3880"
11621217
"@tiptap/core" "^3.10.2"
11631218
"@tiptap/pm" "^3.10.2"
11641219
jsdom "^25.0.1"
11651220
y-prosemirror "^1.3.7"
11661221
y-protocols "^1.0.6"
11671222
yjs "^13.6.27"
11681223

1169-
"@blocknote/xl-docx-exporter@0.42.1":
1224+
"@blocknote/xl-docx-exporter@https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-docx-exporter@2183":
11701225
version "0.42.1"
1171-
resolved "https://registry.yarnpkg.com/@blocknote/xl-docx-exporter/-/xl-docx-exporter-0.42.1.tgz#894875f1d71e8d6d10b35a682f327648b11bea99"
1172-
integrity sha512-6czqjsVlfFCJmd696b3eiKtNzWg22Z8Ydc7YYO2NpABnTmqs6aEQ782+TvREpZ2MH7z3qgNzsp0YWVh8U6BrRw==
1226+
resolved "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-docx-exporter@2183#c8dbd76d3e5344c9b134cc900cf87f5ed9292a33"
11731227
dependencies:
1174-
"@blocknote/core" "0.42.1"
1175-
"@blocknote/xl-multi-column" "0.42.1"
1228+
"@blocknote/core" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@009cb604565b1348591048dc374763b4308e3880"
1229+
"@blocknote/xl-multi-column" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-multi-column@009cb604565b1348591048dc374763b4308e3880"
11761230
buffer "^6.0.3"
11771231
docx "^9.5.1"
11781232
image-meta "^0.2.2"
11791233

1180-
"@blocknote/xl-multi-column@0.42.1":
1234+
"@blocknote/xl-multi-column@https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-multi-column@009cb604565b1348591048dc374763b4308e3880":
1235+
version "0.42.1"
1236+
uid c48272172892e1cb19c3c3e229ff7c53679d551a
1237+
resolved "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-multi-column@009cb604565b1348591048dc374763b4308e3880#c48272172892e1cb19c3c3e229ff7c53679d551a"
1238+
dependencies:
1239+
"@blocknote/core" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@009cb604565b1348591048dc374763b4308e3880"
1240+
"@blocknote/react" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/react@009cb604565b1348591048dc374763b4308e3880"
1241+
"@tiptap/core" "^3.10.2"
1242+
prosemirror-model "^1.25.4"
1243+
prosemirror-state "^1.4.4"
1244+
prosemirror-tables "^1.8.1"
1245+
prosemirror-transform "^1.10.4"
1246+
prosemirror-view "^1.41.3"
1247+
react-icons "^5.5.0"
1248+
1249+
"@blocknote/xl-multi-column@https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-multi-column@2183":
11811250
version "0.42.1"
1182-
resolved "https://registry.yarnpkg.com/@blocknote/xl-multi-column/-/xl-multi-column-0.42.1.tgz#d79d982470f24c1f25bc41d30336f48d12412120"
1183-
integrity sha512-7LkmNcR2xB/HBb9wxIr9UvIr0PuUWkpr7p0cX44qmWR+IUJeck7/AwA74J8b/Aq/ICS9xBy7ED3Ci95tLwveeA==
1251+
resolved "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-multi-column@2183#c48272172892e1cb19c3c3e229ff7c53679d551a"
11841252
dependencies:
1185-
"@blocknote/core" "0.42.1"
1186-
"@blocknote/react" "0.42.1"
1253+
"@blocknote/core" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@009cb604565b1348591048dc374763b4308e3880"
1254+
"@blocknote/react" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/react@009cb604565b1348591048dc374763b4308e3880"
11871255
"@tiptap/core" "^3.10.2"
11881256
prosemirror-model "^1.25.4"
11891257
prosemirror-state "^1.4.4"
@@ -1192,25 +1260,23 @@
11921260
prosemirror-view "^1.41.3"
11931261
react-icons "^5.5.0"
11941262

1195-
"@blocknote/xl-odt-exporter@0.42.1":
1263+
"@blocknote/xl-odt-exporter@https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-odt-exporter@2183":
11961264
version "0.42.1"
1197-
resolved "https://registry.yarnpkg.com/@blocknote/xl-odt-exporter/-/xl-odt-exporter-0.42.1.tgz#ec45b2a0a386a31ff5d4cc7022284a0bc678832e"
1198-
integrity sha512-Vb3QJJZyfOYMRu7P+pAH9KAw+n3F6yJlsLI4ZdCYRAeSluq8/frZUmt7UlPtVDgurlVbOQ1pXMBt13Fx1jJ53g==
1265+
resolved "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-odt-exporter@2183#33af5cd93f776967be5e936be6514f4e380dbcf6"
11991266
dependencies:
1200-
"@blocknote/core" "0.42.1"
1201-
"@blocknote/xl-multi-column" "0.42.1"
1267+
"@blocknote/core" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@009cb604565b1348591048dc374763b4308e3880"
1268+
"@blocknote/xl-multi-column" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-multi-column@009cb604565b1348591048dc374763b4308e3880"
12021269
"@zip.js/zip.js" "^2.8.8"
12031270
buffer "^6.0.3"
12041271
image-meta "^0.2.2"
12051272

1206-
"@blocknote/xl-pdf-exporter@0.42.1":
1273+
"@blocknote/xl-pdf-exporter@https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-pdf-exporter@2183":
12071274
version "0.42.1"
1208-
resolved "https://registry.yarnpkg.com/@blocknote/xl-pdf-exporter/-/xl-pdf-exporter-0.42.1.tgz#bada55cc85e809a9509b86b9928881f6e54868a0"
1209-
integrity sha512-fGiWUoQAjKwGGAfgxezki5PvnNLqTgPnAvh9yX7jN8zwrD/ssOGBHYnt/aPkWBkHVXD140kpRKxro8eTCI3bAA==
1275+
resolved "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-pdf-exporter@2183#cba855bbc19941f842eab8cfe65089d16a6f0fc7"
12101276
dependencies:
1211-
"@blocknote/core" "0.42.1"
1212-
"@blocknote/react" "0.42.1"
1213-
"@blocknote/xl-multi-column" "0.42.1"
1277+
"@blocknote/core" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/core@009cb604565b1348591048dc374763b4308e3880"
1278+
"@blocknote/react" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/react@009cb604565b1348591048dc374763b4308e3880"
1279+
"@blocknote/xl-multi-column" "https://pkg.pr.new/TypeCellOS/BlockNote/@blocknote/xl-multi-column@009cb604565b1348591048dc374763b4308e3880"
12141280
"@react-pdf/renderer" "^4.3.0"
12151281
buffer "^6.0.3"
12161282
docx "^9.5.1"

0 commit comments

Comments
 (0)