Skip to content

Commit ce995ee

Browse files
chore: bump the editor-dependencies group across 1 directory with 17 updates (#2314)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nick the Sick <computers@nickthesick.com>
1 parent da5db2a commit ce995ee

File tree

86 files changed

+1974
-1928
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+1974
-1928
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@liveblocks/react-blocknote": "3.7.1-tiptap3",
4141
"@liveblocks/react-tiptap": "3.7.1-tiptap3",
4242
"@liveblocks/react-ui": "3.7.1-tiptap3",
43-
"@mantine/core": "^8.3.4",
44-
"@mantine/hooks": "^8.3.4",
43+
"@mantine/core": "^8.3.11",
44+
"@mantine/hooks": "^8.3.11",
4545
"@mantine/utils": "^6.0.22",
4646
"@mui/icons-material": "^5.16.1",
4747
"@mui/material": "^5.16.1",

examples/01-basic/01-minimal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@blocknote/mantine": "latest",
1717
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
19-
"@mantine/core": "^8.3.4",
20-
"@mantine/hooks": "^8.3.4",
19+
"@mantine/core": "^8.3.11",
20+
"@mantine/hooks": "^8.3.11",
2121
"@mantine/utils": "^6.0.22",
2222
"react": "^19.2.1",
2323
"react-dom": "^19.2.1"

examples/01-basic/02-block-objects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@blocknote/mantine": "latest",
1717
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
19-
"@mantine/core": "^8.3.4",
20-
"@mantine/hooks": "^8.3.4",
19+
"@mantine/core": "^8.3.11",
20+
"@mantine/hooks": "^8.3.11",
2121
"@mantine/utils": "^6.0.22",
2222
"react": "^19.2.1",
2323
"react-dom": "^19.2.1"

examples/01-basic/03-multi-column/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"@blocknote/mantine": "latest",
1717
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
19-
"@mantine/core": "^8.3.4",
20-
"@mantine/hooks": "^8.3.4",
19+
"@blocknote/xl-multi-column": "latest",
20+
"@mantine/core": "^8.3.11",
21+
"@mantine/hooks": "^8.3.11",
2122
"@mantine/utils": "^6.0.22",
2223
"react": "^19.2.1",
23-
"react-dom": "^19.2.1",
24-
"@blocknote/xl-multi-column": "latest"
24+
"react-dom": "^19.2.1"
2525
},
2626
"devDependencies": {
2727
"@types/react": "^19.2.2",

examples/01-basic/04-default-blocks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@blocknote/mantine": "latest",
1717
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
19-
"@mantine/core": "^8.3.4",
20-
"@mantine/hooks": "^8.3.4",
19+
"@mantine/core": "^8.3.11",
20+
"@mantine/hooks": "^8.3.11",
2121
"@mantine/utils": "^6.0.22",
2222
"react": "^19.2.1",
2323
"react-dom": "^19.2.1"

examples/01-basic/05-removing-default-blocks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@blocknote/mantine": "latest",
1717
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
19-
"@mantine/core": "^8.3.4",
20-
"@mantine/hooks": "^8.3.4",
19+
"@mantine/core": "^8.3.11",
20+
"@mantine/hooks": "^8.3.11",
2121
"@mantine/utils": "^6.0.22",
2222
"react": "^19.2.1",
2323
"react-dom": "^19.2.1"

examples/01-basic/06-block-manipulation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@blocknote/mantine": "latest",
1717
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
19-
"@mantine/core": "^8.3.4",
20-
"@mantine/hooks": "^8.3.4",
19+
"@mantine/core": "^8.3.11",
20+
"@mantine/hooks": "^8.3.11",
2121
"@mantine/utils": "^6.0.22",
2222
"react": "^19.2.1",
2323
"react-dom": "^19.2.1"

examples/01-basic/07-selection-blocks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@blocknote/mantine": "latest",
1717
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
19-
"@mantine/core": "^8.3.4",
20-
"@mantine/hooks": "^8.3.4",
19+
"@mantine/core": "^8.3.11",
20+
"@mantine/hooks": "^8.3.11",
2121
"@mantine/utils": "^6.0.22",
2222
"react": "^19.2.1",
2323
"react-dom": "^19.2.1"

examples/01-basic/08-ariakit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@blocknote/mantine": "latest",
1717
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
19-
"@mantine/core": "^8.3.4",
20-
"@mantine/hooks": "^8.3.4",
19+
"@mantine/core": "^8.3.11",
20+
"@mantine/hooks": "^8.3.11",
2121
"@mantine/utils": "^6.0.22",
2222
"react": "^19.2.1",
2323
"react-dom": "^19.2.1"

examples/01-basic/09-shadcn/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@blocknote/mantine": "latest",
1717
"@blocknote/react": "latest",
1818
"@blocknote/shadcn": "latest",
19-
"@mantine/core": "^8.3.4",
20-
"@mantine/hooks": "^8.3.4",
19+
"@mantine/core": "^8.3.11",
20+
"@mantine/hooks": "^8.3.11",
2121
"@mantine/utils": "^6.0.22",
2222
"react": "^19.2.1",
2323
"react-dom": "^19.2.1",

0 commit comments

Comments
 (0)