Skip to content

Commit 89c6e1a

Browse files
committed
Merge branch 'main' into new-releases
2 parents 0910662 + 16d0094 commit 89c6e1a

File tree

4 files changed

+91
-114
lines changed

4 files changed

+91
-114
lines changed

examples/editor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@blocknote/core": "^0.11.0",
1414
"@blocknote/react": "^0.11.0",
15-
"@mantine/core": "^7.3.1",
15+
"@mantine/core": "^7.4.2",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
1818
"react-router-dom": "^6.20.0",

package-lock.json

+87-107
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@
5050
"clean": "rimraf dist && rimraf types"
5151
},
5252
"dependencies": {
53-
"@emotion/cache": "^11.10.5",
54-
"@emotion/serialize": "^1.1.1",
55-
"@emotion/utils": "^1.2.0",
5653
"@tiptap/core": "^2.0.3",
5754
"@tiptap/extension-bold": "^2.0.3",
5855
"@tiptap/extension-code": "^2.0.3",

packages/react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"dependencies": {
5353
"@blocknote/core": "^0.11.0",
5454
"@floating-ui/react": "^0.26.4",
55-
"@mantine/core": "^7.3.1",
56-
"@mantine/hooks": "^7.3.1",
57-
"@mantine/utils": "^6.0.5",
55+
"@mantine/core": "^7.4.2",
56+
"@mantine/hooks": "7.4.2",
57+
"@mantine/utils": "^6.0.21",
5858
"@tiptap/core": "^2.0.3",
5959
"@tiptap/react": "^2.0.3",
6060
"lodash.foreach": "^4.5.0",

0 commit comments

Comments
 (0)