Skip to content

Commit 647e6c1

Browse files
committed
⬆️(frontend) upgrade blocknote to 0.16.0
Version 0.16.0 of Blocknote fixes the breakline issue.
1 parent 98b60eb commit 647e6c1

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ and this project adheres to
2929
- 🛂(frontend) redirect to the OIDC when private doc and unauthentified #292
3030
- ♻️(backend) getting list of document versions available for a user #258
3131
- 🔧(backend) fix configuration to avoid different ssl warning #297
32+
- 🐛(frontend) fix editor break line not working #302
3233

3334

3435
## [1.4.0] - 2024-09-17

src/frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"i18n:test": "yarn I18N run test"
2626
},
2727
"resolutions": {
28-
"@blocknote/core": "0.15.10",
29-
"@blocknote/mantine": "0.15.10",
30-
"@blocknote/react": "0.15.10",
28+
"@blocknote/core": "0.16.0",
29+
"@blocknote/mantine": "0.16.0",
30+
"@blocknote/react": "0.16.0",
3131
"@types/node": "20.16.10",
3232
"@types/react-dom": "18.3.0",
3333
"@typescript-eslint/eslint-plugin": "8.7.0",

src/frontend/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,10 +1053,10 @@
10531053
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
10541054
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
10551055

1056-
"@blocknote/core@*", "@blocknote/core@0.15.10", "@blocknote/core@^0.15.10":
1057-
version "0.15.10"
1058-
resolved "https://registry.yarnpkg.com/@blocknote/core/-/core-0.15.10.tgz#c62db00d6dec3938f64fefd4d95db015cc767e34"
1059-
integrity sha512-ZgAoh2e+IDa+nQwi2k1QiEFOQlQaF8gFYDkLaB+jbQTYqNKyM2bj4UkjMTQVJVkD+hiUz8gdwO5GrrD27DYp+A==
1056+
"@blocknote/core@*", "@blocknote/core@0.16.0", "@blocknote/core@^0.16.0":
1057+
version "0.16.0"
1058+
resolved "https://registry.yarnpkg.com/@blocknote/core/-/core-0.16.0.tgz#3904da086c4241d1bce41c3c1bdb910e68fe9eff"
1059+
integrity sha512-egX+GjlAB8r/zaox278zNTTUMNVRHVQ2qVlPHQZgGOXSDq2Z+Lm7i4xKYMz/UT/IdrL7iGxnHrAsbc0H/kqc9A==
10601060
dependencies:
10611061
"@emoji-mart/data" "^1.2.1"
10621062
"@tiptap/core" "^2.7.1"
@@ -1100,26 +1100,26 @@
11001100
y-protocols "^1.0.6"
11011101
yjs "^13.6.15"
11021102

1103-
"@blocknote/mantine@*", "@blocknote/mantine@0.15.10":
1104-
version "0.15.10"
1105-
resolved "https://registry.yarnpkg.com/@blocknote/mantine/-/mantine-0.15.10.tgz#66ad765a664fa81e6f99a044a8a1e03afc501cbd"
1106-
integrity sha512-oYmYFNSfZ9m7IywKj29zDCrd9RrfinfiyMmiK0jJfe8vg3ibOIyq/WaDaJkfPpXBu0VIKw5eeKPh3vRnetbDgQ==
1103+
"@blocknote/mantine@*", "@blocknote/mantine@0.16.0":
1104+
version "0.16.0"
1105+
resolved "https://registry.yarnpkg.com/@blocknote/mantine/-/mantine-0.16.0.tgz#513dadfe0c2891319ee684e1084a91b7ea983699"
1106+
integrity sha512-5jLXuKWz6xoba8odYv8+SalLSSE5YdYEvtuQyEO605VTtm37VELyjI5Tswwv/mcTd3th2AR3g4GY0Zj/T07lZw==
11071107
dependencies:
1108-
"@blocknote/core" "^0.15.10"
1109-
"@blocknote/react" "^0.15.10"
1108+
"@blocknote/core" "^0.16.0"
1109+
"@blocknote/react" "^0.16.0"
11101110
"@mantine/core" "^7.10.1"
11111111
"@mantine/hooks" "^7.10.1"
11121112
"@mantine/utils" "^6.0.21"
11131113
react "^18"
11141114
react-dom "^18"
11151115
react-icons "^5.2.1"
11161116

1117-
"@blocknote/react@*", "@blocknote/react@0.15.10", "@blocknote/react@^0.15.10":
1118-
version "0.15.10"
1119-
resolved "https://registry.yarnpkg.com/@blocknote/react/-/react-0.15.10.tgz#8076210f6c5737fac7480e0aaa5afbbf10822efb"
1120-
integrity sha512-gRobsw4n+LBNUH/teaDxTxIsJsycK4q4TWPcDKRNBEvTAJAXYzUIAeXA9X2GzRkBYWlRPIyCn1r4ve2xD5lrXQ==
1117+
"@blocknote/react@*", "@blocknote/react@0.16.0", "@blocknote/react@^0.16.0":
1118+
version "0.16.0"
1119+
resolved "https://registry.yarnpkg.com/@blocknote/react/-/react-0.16.0.tgz#a5d7de21914aab467b2e849e34a4d00dc1732542"
1120+
integrity sha512-vEwAp4z1FBqcH75OEbEW/yd4nj8XcSKAzCElV7aL6nVhPiKgYzrzG/WVckTq1h9lMaGeAuYqLErww4IIsbiawg==
11211121
dependencies:
1122-
"@blocknote/core" "^0.15.10"
1122+
"@blocknote/core" "^0.16.0"
11231123
"@floating-ui/react" "^0.26.4"
11241124
"@tiptap/core" "^2.7.1"
11251125
"@tiptap/react" "^2.7.1"

0 commit comments

Comments
 (0)