File tree 7 files changed +25
-25
lines changed
7 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
- "version" : " 0.12.3 " ,
3
+ "version" : " 0.12.4 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
9
9
"lint" : " next lint"
10
10
},
11
11
"dependencies" : {
12
- "@blocknote/core" : " ^0.12.3 " ,
13
- "@blocknote/react" : " ^0.12.3 " ,
12
+ "@blocknote/core" : " ^0.12.4 " ,
13
+ "@blocknote/react" : " ^0.12.4 " ,
14
14
"@headlessui/react" : " ^1.7.18" ,
15
15
"@mantine/core" : " ^7.7.1" ,
16
16
"@next/bundle-analyzer" : " ^14.1.0" ,
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.12.3 "
5
+ "version" : " 0.12.4 "
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.12.3 " ,
6
+ "version" : " 0.12.4 " ,
7
7
"files" : [
8
8
" dist" ,
9
9
" types" ,
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.12.3 " ,
6
+ "version" : " 0.12.4 " ,
7
7
"files" : [
8
8
" dist" ,
9
9
" types" ,
50
50
"clean" : " rimraf dist && rimraf types"
51
51
},
52
52
"dependencies" : {
53
- "@blocknote/core" : " ^0.12.3 " ,
53
+ "@blocknote/core" : " ^0.12.4 " ,
54
54
"@floating-ui/react" : " ^0.26.4" ,
55
55
"@mantine/core" : " ^7.7.1" ,
56
56
"@mantine/hooks" : " ^7.7.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blocknote/example-editor" ,
3
3
"private" : true ,
4
- "version" : " 0.12.3 " ,
4
+ "version" : " 0.12.4 " ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
7
7
"build" : " tsc && vite build" ,
10
10
"clean" : " rimraf dist"
11
11
},
12
12
"dependencies" : {
13
- "@blocknote/core" : " ^0.12.3 " ,
14
- "@blocknote/react" : " ^0.12.3 " ,
13
+ "@blocknote/core" : " ^0.12.4 " ,
14
+ "@blocknote/react" : " ^0.12.4 " ,
15
15
"@liveblocks/client" : " ^1.10.0" ,
16
16
"@liveblocks/yjs" : " ^1.10.0" ,
17
17
"@mantine/core" : " ^7.7.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blocknote/tests" ,
3
3
"private" : true ,
4
- "version" : " 0.12.3 " ,
4
+ "version" : " 0.12.4 " ,
5
5
"scripts" : {
6
6
"build" : " tsc" ,
7
7
"lint" : " eslint src --max-warnings 0" ,
16
16
"react-dom" : " ^18.2.0"
17
17
},
18
18
"devDependencies" : {
19
- "@blocknote/core" : " ^0.12.3 " ,
20
- "@blocknote/react" : " ^0.12.3 " ,
19
+ "@blocknote/core" : " ^0.12.4 " ,
20
+ "@blocknote/react" : " ^0.12.4 " ,
21
21
"@playwright/experimental-ct-react" : " ^1.42.1" ,
22
22
"@playwright/test" : " ^1.42.1" ,
23
23
"eslint" : " ^8.10.0" ,
You can’t perform that action at this time.
0 commit comments