Skip to content

Commit b360bd8

Browse files
committed
⬆️(frontend) upgrade blocknote to 0.17.0
Version 0.17.0 of Blocknote fixes the copy paste issue in the editor with Firefox.
1 parent 6a95d24 commit b360bd8

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
@@ -27,6 +27,7 @@ and this project adheres to
2727
- 🐛(frontend) invalidate queries after removing user #336
2828
- 🐛(backend) Fix dysfunctional permissions on document create #329
2929
- 🐛(backend) fix nginx docker container #340
30+
- 🐛(frontend) fix copy paste firefox #353
3031

3132
## [1.5.1] - 2024-10-10
3233

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.16.0",
29-
"@blocknote/mantine": "0.16.0",
30-
"@blocknote/react": "0.16.0",
28+
"@blocknote/core": "0.17.0",
29+
"@blocknote/mantine": "0.17.0",
30+
"@blocknote/react": "0.17.0",
3131
"@types/node": "20.16.12",
3232
"@types/react-dom": "18.3.1",
3333
"@typescript-eslint/eslint-plugin": "8.9.0",

src/frontend/yarn.lock

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

1010-
"@blocknote/core@*", "@blocknote/core@0.16.0", "@blocknote/core@^0.16.0":
1011-
version "0.16.0"
1012-
resolved "https://registry.yarnpkg.com/@blocknote/core/-/core-0.16.0.tgz#3904da086c4241d1bce41c3c1bdb910e68fe9eff"
1013-
integrity sha512-egX+GjlAB8r/zaox278zNTTUMNVRHVQ2qVlPHQZgGOXSDq2Z+Lm7i4xKYMz/UT/IdrL7iGxnHrAsbc0H/kqc9A==
1010+
"@blocknote/core@*", "@blocknote/core@0.17.0", "@blocknote/core@^0.17.0":
1011+
version "0.17.0"
1012+
resolved "https://registry.yarnpkg.com/@blocknote/core/-/core-0.17.0.tgz#c87e84ee8bd5b5d4c41e646002732d414d9f67f7"
1013+
integrity sha512-hvqOTgmYJejWczNb9wLCBEjE0lgrkmEJgqi+wka8Z2CRkLaMV4wB1XEoncjpjtoKJeJjvhmmGuCBrfoEoYgTWw==
10141014
dependencies:
10151015
"@emoji-mart/data" "^1.2.1"
10161016
"@tiptap/core" "^2.7.1"
@@ -1054,26 +1054,26 @@
10541054
y-protocols "^1.0.6"
10551055
yjs "^13.6.15"
10561056

1057-
"@blocknote/mantine@*", "@blocknote/mantine@0.16.0":
1058-
version "0.16.0"
1059-
resolved "https://registry.yarnpkg.com/@blocknote/mantine/-/mantine-0.16.0.tgz#513dadfe0c2891319ee684e1084a91b7ea983699"
1060-
integrity sha512-5jLXuKWz6xoba8odYv8+SalLSSE5YdYEvtuQyEO605VTtm37VELyjI5Tswwv/mcTd3th2AR3g4GY0Zj/T07lZw==
1057+
"@blocknote/mantine@*", "@blocknote/mantine@0.17.0":
1058+
version "0.17.0"
1059+
resolved "https://registry.yarnpkg.com/@blocknote/mantine/-/mantine-0.17.0.tgz#a7fd1c89a7dd2a28b8e7e547a8dbcde96d358f79"
1060+
integrity sha512-GPS7QH5UI543tQQMkyUd69Tf3nZ/r2VFbAJmllcgBni3bVgaIM3Cj7LJXbo4tOz60thUdzYt6qso5nmjhdn4aw==
10611061
dependencies:
1062-
"@blocknote/core" "^0.16.0"
1063-
"@blocknote/react" "^0.16.0"
1062+
"@blocknote/core" "^0.17.0"
1063+
"@blocknote/react" "^0.17.0"
10641064
"@mantine/core" "^7.10.1"
10651065
"@mantine/hooks" "^7.10.1"
10661066
"@mantine/utils" "^6.0.21"
10671067
react "^18"
10681068
react-dom "^18"
10691069
react-icons "^5.2.1"
10701070

1071-
"@blocknote/react@*", "@blocknote/react@0.16.0", "@blocknote/react@^0.16.0":
1072-
version "0.16.0"
1073-
resolved "https://registry.yarnpkg.com/@blocknote/react/-/react-0.16.0.tgz#a5d7de21914aab467b2e849e34a4d00dc1732542"
1074-
integrity sha512-vEwAp4z1FBqcH75OEbEW/yd4nj8XcSKAzCElV7aL6nVhPiKgYzrzG/WVckTq1h9lMaGeAuYqLErww4IIsbiawg==
1071+
"@blocknote/react@*", "@blocknote/react@0.17.0", "@blocknote/react@^0.17.0":
1072+
version "0.17.0"
1073+
resolved "https://registry.yarnpkg.com/@blocknote/react/-/react-0.17.0.tgz#fe1ce962b2fe402798b4c6e764f06ea6a97a058c"
1074+
integrity sha512-a/ViJKyuC029nrGgVPey/+nIkspWkceW/WwhSWUymem8GfZAI02PJoUWq2riwhgaDsEDJyw7ufiVg6ZA8FvdPw==
10751075
dependencies:
1076-
"@blocknote/core" "^0.16.0"
1076+
"@blocknote/core" "^0.17.0"
10771077
"@floating-ui/react" "^0.26.4"
10781078
"@tiptap/core" "^2.7.1"
10791079
"@tiptap/react" "^2.7.1"

0 commit comments

Comments
 (0)