Commit a6a9389 1 parent 573c596 commit a6a9389 Copy full SHA for a6a9389
File tree 8 files changed +27
-27
lines changed
8 files changed +27
-27
lines changed 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.10.0 " ,
4
+ "version" : " 0.10.1 " ,
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.10.0 " ,
14
- "@blocknote/react" : " ^0.10.0 " ,
13
+ "@blocknote/core" : " ^0.10.1 " ,
14
+ "@blocknote/react" : " ^0.10.1 " ,
15
15
"@mantine/core" : " ^5.6.1" ,
16
16
"react" : " ^18.2.0" ,
17
17
"react-dom" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blocknote/example-vanilla" ,
3
3
"private" : true ,
4
- "version" : " 0.10.0 " ,
4
+ "version" : " 0.10.1 " ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
7
7
"build" : " tsc && vite build" ,
8
8
"preview" : " vite preview" ,
9
9
"lint" : " eslint src --max-warnings 0"
10
10
},
11
11
"dependencies" : {
12
- "@blocknote/core" : " ^0.10.0 "
12
+ "@blocknote/core" : " ^0.10.1 "
13
13
},
14
14
"devDependencies" : {
15
15
"eslint" : " ^8.10.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.10.0 "
5
+ "version" : " 0.10.1 "
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.10.0 " ,
6
+ "version" : " 0.10.1 " ,
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.10.0 " ,
6
+ "version" : " 0.10.1 " ,
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.10.0 " ,
53
+ "@blocknote/core" : " ^0.10.1 " ,
54
54
"@emotion/react" : " ^11.10.5" ,
55
55
"@mantine/core" : " ^5.6.1" ,
56
56
"@mantine/hooks" : " ^5.6.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " blocknote-website" ,
3
3
"private" : true ,
4
- "version" : " 0.10.0 " ,
4
+ "version" : " 0.10.1 " ,
5
5
"description" : " Website for BlockNote" ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
12
12
"author" : " " ,
13
13
"license" : " MPL-2.0" ,
14
14
"dependencies" : {
15
- "@blocknote/react" : " ^0.10.0 " ,
15
+ "@blocknote/react" : " ^0.10.1 " ,
16
16
"@vercel/og" : " ^0.5.6" ,
17
17
"veaury" : " ^2.3.12" ,
18
18
"vue-github-button" : " ^3.1.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.10.0 " ,
4
+ "version" : " 0.10.1 " ,
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.10.0 " ,
20
- "@blocknote/react" : " ^0.10.0 " ,
19
+ "@blocknote/core" : " ^0.10.1 " ,
20
+ "@blocknote/react" : " ^0.10.1 " ,
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