File tree Expand file tree Collapse file tree 12 files changed +77
-77
lines changed Expand file tree Collapse file tree 12 files changed +77
-77
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
- "version" : " 0.14.6 " ,
3
+ "version" : " 0.15.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
9
9
"lint" : " next lint"
10
10
},
11
11
"dependencies" : {
12
- "@blocknote/ariakit" : " ^0.14.6 " ,
13
- "@blocknote/core" : " ^0.14.5 " ,
14
- "@blocknote/mantine" : " ^0.14.6 " ,
15
- "@blocknote/react" : " ^0.14.6 " ,
16
- "@blocknote/shadcn" : " ^0.14.6 " ,
12
+ "@blocknote/ariakit" : " ^0.15.0 " ,
13
+ "@blocknote/core" : " ^0.15.0 " ,
14
+ "@blocknote/mantine" : " ^0.15.0 " ,
15
+ "@blocknote/react" : " ^0.15.0 " ,
16
+ "@blocknote/shadcn" : " ^0.15.0 " ,
17
17
"@headlessui/react" : " ^1.7.18" ,
18
18
"@heroicons/react" : " ^2.1.4" ,
19
19
"@mantine/core" : " ^7.10.1" ,
Original file line number Diff line number Diff line change 2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
3
"useNx" : false ,
4
4
"useWorkspaces" : true ,
5
- "version" : " 0.14.6 "
5
+ "version" : " 0.15.0 "
6
6
}
Original file line number Diff line number Diff line change 3
3
"homepage" : " https://github.com/TypeCellOS/BlockNote" ,
4
4
"private" : false ,
5
5
"license" : " MPL-2.0" ,
6
- "version" : " 0.14.6 " ,
6
+ "version" : " 0.15.0 " ,
7
7
"files" : [
8
8
" dist" ,
9
9
" types" ,
49
49
},
50
50
"dependencies" : {
51
51
"@ariakit/react" : " ^0.4.3" ,
52
- "@blocknote/core" : " ^0.14.5 " ,
53
- "@blocknote/react" : " ^0.14.6 " ,
52
+ "@blocknote/core" : " ^0.15.0 " ,
53
+ "@blocknote/react" : " ^0.15.0 " ,
54
54
"react" : " ^18" ,
55
55
"react-dom" : " ^18"
56
56
},
Original file line number Diff line number Diff line change 3
3
"homepage" : " https://github.com/TypeCellOS/BlockNote" ,
4
4
"private" : false ,
5
5
"license" : " MPL-2.0" ,
6
- "version" : " 0.14.5 " ,
6
+ "version" : " 0.15.0 " ,
7
7
"files" : [
8
8
" dist" ,
9
9
" types" ,
54
54
"clean" : " rimraf dist && rimraf types"
55
55
},
56
56
"dependencies" : {
57
+ "@emoji-mart/data" : " ^1.2.1" ,
57
58
"@tiptap/core" : " ^2.5.0" ,
58
59
"@tiptap/extension-bold" : " ^2.5.0" ,
59
60
"@tiptap/extension-code" : " ^2.5.0" ,
74
75
"@tiptap/extension-text" : " ^2.5.0" ,
75
76
"@tiptap/extension-underline" : " ^2.5.0" ,
76
77
"@tiptap/pm" : " ^2.5.0" ,
77
- "@emoji-mart/data" : " ^1.2.1" ,
78
78
"emoji-mart" : " ^5.6.0" ,
79
79
"hast-util-from-dom" : " ^4.2.0" ,
80
80
"prosemirror-model" : " ^1.21.0" ,
Original file line number Diff line number Diff line change 3
3
"homepage" : " https://github.com/TypeCellOS/BlockNote" ,
4
4
"private" : true ,
5
5
"license" : " MPL-2.0" ,
6
- "version" : " 0.14.5 " ,
6
+ "version" : " 0.15.0 " ,
7
7
"description" : " " ,
8
8
"type" : " module" ,
9
9
"scripts" : {
Original file line number Diff line number Diff line change 6
6
" *.css"
7
7
],
8
8
"license" : " MPL-2.0" ,
9
- "version" : " 0.14.6 " ,
9
+ "version" : " 0.15.0 " ,
10
10
"files" : [
11
11
" dist" ,
12
12
" types" ,
51
51
"clean" : " rimraf dist && rimraf types"
52
52
},
53
53
"dependencies" : {
54
- "@blocknote/core" : " ^0.14.5 " ,
55
- "@blocknote/react" : " ^0.14.6 " ,
54
+ "@blocknote/core" : " ^0.15.0 " ,
55
+ "@blocknote/react" : " ^0.15.0 " ,
56
56
"@mantine/core" : " ^7.10.1" ,
57
57
"@mantine/hooks" : " ^7.10.1" ,
58
58
"@mantine/utils" : " ^6.0.21" ,
Original file line number Diff line number Diff line change 4
4
"private" : false ,
5
5
"sideEffects" : false ,
6
6
"license" : " MPL-2.0" ,
7
- "version" : " 0.14.6 " ,
7
+ "version" : " 0.15.0 " ,
8
8
"files" : [
9
9
" dist" ,
10
10
" types" ,
51
51
"clean" : " rimraf dist && rimraf types"
52
52
},
53
53
"dependencies" : {
54
- "@blocknote/core" : " ^0.14.5 " ,
54
+ "@blocknote/core" : " ^0.15.0 " ,
55
55
"@floating-ui/react" : " ^0.26.4" ,
56
56
"@tiptap/core" : " ^2.5.0" ,
57
57
"@tiptap/react" : " ^2.5.0" ,
Original file line number Diff line number Diff line change 3
3
"homepage" : " https://github.com/TypeCellOS/BlockNote" ,
4
4
"private" : true ,
5
5
"license" : " MPL-2.0" ,
6
- "version" : " 0.14.6 " ,
6
+ "version" : " 0.15.0 " ,
7
7
"files" : [
8
8
" dist" ,
9
9
" types" ,
47
47
"test-watch" : " vitest watch"
48
48
},
49
49
"dependencies" : {
50
- "@blocknote/core" : " ^0.14.2" ,
51
- "@blocknote/react" : " ^0.14.2" ,
52
- "@tiptap/pm" : " ^2.5.0" ,
50
+ "@blocknote/core" : " ^0.15.0" ,
51
+ "@blocknote/react" : " ^0.15.0" ,
53
52
"@tiptap/core" : " ^2.5.0" ,
53
+ "@tiptap/pm" : " ^2.5.0" ,
54
54
"jsdom" : " ^21.1.0" ,
55
+ "react" : " ^18" ,
56
+ "react-dom" : " ^18" ,
55
57
"y-prosemirror" : " 1.2.9" ,
56
58
"y-protocols" : " ^1.0.6" ,
57
- "yjs" : " ^13.6.15" ,
58
- "react" : " ^18" ,
59
- "react-dom" : " ^18"
59
+ "yjs" : " ^13.6.15"
60
60
},
61
61
"devDependencies" : {
62
+ "@types/jsdom" : " ^21.1.6" ,
62
63
"@types/react" : " ^18.0.25" ,
63
64
"@types/react-dom" : " ^18.0.9" ,
64
- "@types/jsdom" : " ^21.1.6" ,
65
65
"eslint" : " ^8.10.0" ,
66
66
"prettier" : " ^2.7.1" ,
67
67
"rollup-plugin-webpack-stats" : " ^0.2.2" ,
Original file line number Diff line number Diff line change 4
4
"private" : false ,
5
5
"sideEffects" : false ,
6
6
"license" : " MPL-2.0" ,
7
- "version" : " 0.14.6 " ,
7
+ "version" : " 0.15.0 " ,
8
8
"files" : [
9
9
" dist" ,
10
10
" types" ,
49
49
"clean" : " rimraf dist && rimraf types"
50
50
},
51
51
"dependencies" : {
52
- "@blocknote/core" : " ^0.14.5 " ,
53
- "@blocknote/react" : " ^0.14.6 " ,
52
+ "@blocknote/core" : " ^0.15.0 " ,
53
+ "@blocknote/react" : " ^0.15.0 " ,
54
54
"@hookform/resolvers" : " ^3.6.0" ,
55
55
"@radix-ui/react-dropdown-menu" : " ^2.0.6" ,
56
56
"@radix-ui/react-label" : " ^2.0.2" ,
You can’t perform that action at this time.
0 commit comments