Skip to content

Commit

Permalink
Updated Mantine (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlipski authored Jan 22, 2024
1 parent cd6e1ae commit 5062e0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@blocknote/core": "^0.11.0",
"@blocknote/react": "^0.11.0",
"@mantine/core": "^7.3.1",
"@mantine/core": "^7.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@
"clean": "rimraf dist && rimraf types"
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@emotion/serialize": "^1.1.1",
"@emotion/utils": "^1.2.0",
"@tiptap/core": "^2.0.3",
"@tiptap/extension-bold": "^2.0.3",
"@tiptap/extension-code": "^2.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"dependencies": {
"@blocknote/core": "^0.11.0",
"@floating-ui/react": "^0.26.4",
"@mantine/core": "^7.3.1",
"@mantine/hooks": "^7.3.1",
"@mantine/utils": "^6.0.5",
"@mantine/core": "^7.4.2",
"@mantine/hooks": "7.4.2",
"@mantine/utils": "^6.0.21",
"@tiptap/core": "^2.0.3",
"@tiptap/react": "^2.0.3",
"lodash.foreach": "^4.5.0",
Expand Down

2 comments on commit 5062e0b

@vercel
Copy link

@vercel vercel bot commented on 5062e0b Jan 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 5062e0b Jan 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.