File tree 8 files changed +32
-34
lines changed
8 files changed +32
-34
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.12 .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/core" : " * " ,
13
- "@blocknote/react" : " * " ,
12
+ "@blocknote/core" : " ^0.12.0 " ,
13
+ "@blocknote/react" : " ^0.12.0 " ,
14
14
"@headlessui/react" : " ^1.7.18" ,
15
15
"@mantine/core" : " ^7.5.0" ,
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.11.2 "
5
+ "version" : " 0.12.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.11.2 " ,
6
+ "version" : " 0.12.0 " ,
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" : true ,
5
5
"license" : " MPL-2.0" ,
6
- "version" : " 0.10 .0" ,
6
+ "version" : " 0.12 .0" ,
7
7
"description" : " " ,
8
8
"type" : " module" ,
9
9
"scripts" : {
13
13
"build" : " tsc" ,
14
14
"lint" : " eslint examples --max-warnings 0"
15
15
},
16
- "dependencies" : {},
17
16
"devDependencies" : {
18
17
"@types/react" : " ^18.0.25" ,
19
18
"@types/react-dom" : " ^18.0.9" ,
20
19
"eslint" : " ^8.10.0" ,
21
- "prettier" : " ^2.7.1" ,
22
- "typescript" : " ^5.3.3" ,
23
- "tsx" : " ^4.6.2" ,
24
- "glob" : " ^10.3.10" ,
25
20
"fast-glob" : " ^3.3.2" ,
21
+ "glob" : " ^10.3.10" ,
22
+ "prettier" : " ^2.7.1" ,
26
23
"react" : " ^18" ,
27
- "react-dom" : " ^18"
24
+ "react-dom" : " ^18" ,
25
+ "tsx" : " ^4.6.2" ,
26
+ "typescript" : " ^5.3.3"
28
27
},
29
- "peerDependencies" : {},
30
28
"eslintConfig" : {
31
29
"extends" : [
32
30
" ../../.eslintrc.js"
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.11.2 " ,
6
+ "version" : " 0.12.0 " ,
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.11.2 " ,
53
+ "@blocknote/core" : " ^0.12.0 " ,
54
54
"@floating-ui/react" : " ^0.26.4" ,
55
55
"@mantine/core" : " ^7.5.0" ,
56
56
"@mantine/hooks" : " ^7.5.0" ,
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.11.2 " ,
4
+ "version" : " 0.12.0 " ,
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.11.2 " ,
14
- "@blocknote/react" : " ^0.11.2 " ,
13
+ "@blocknote/core" : " ^0.12.0 " ,
14
+ "@blocknote/react" : " ^0.12.0 " ,
15
15
"@liveblocks/client" : " ^1.10.0" ,
16
16
"@liveblocks/yjs" : " ^1.10.0" ,
17
17
"@mantine/core" : " ^7.5.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blocknote/tests" ,
3
3
"private" : true ,
4
- "version" : " 0.11.2 " ,
4
+ "version" : " 0.12.0 " ,
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.11.2 " ,
20
- "@blocknote/react" : " ^0.11.2 " ,
19
+ "@blocknote/core" : " ^0.12.0 " ,
20
+ "@blocknote/react" : " ^0.12.0 " ,
21
21
"@playwright/experimental-ct-react" : " ^1.38.1" ,
22
22
"@playwright/test" : " ^1.38.1" ,
23
23
"eslint" : " ^8.10.0" ,
You can’t perform that action at this time.
0 commit comments