Commit 2f1b344 1 parent 76afd79 commit 2f1b344 Copy full SHA for 2f1b344
File tree 8 files changed +36
-36
lines changed
8 files changed +36
-36
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.9.6 " ,
4
+ "version" : " 0.10.0 " ,
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.9.6 " ,
13
- "@blocknote/react" : " ^0.9.6 " ,
12
+ "@blocknote/core" : " ^0.10.0 " ,
13
+ "@blocknote/react" : " ^0.10.0 " ,
14
14
"@mantine/core" : " ^5.6.1" ,
15
15
"react" : " ^18.2.0" ,
16
16
"react-dom" : " ^18.2.0" ,
23
23
"@types/react-dom" : " ^18.0.9" ,
24
24
"@vitejs/plugin-react" : " ^4.0.4" ,
25
25
"eslint" : " ^8.10.0" ,
26
+ "rollup-plugin-webpack-stats" : " ^0.2.2" ,
26
27
"vite" : " ^4.4.8" ,
27
- "vite-plugin-eslint" : " ^1.8.1" ,
28
- "rollup-plugin-webpack-stats" : " ^0.2.2"
28
+ "vite-plugin-eslint" : " ^1.8.1"
29
29
},
30
30
"eslintConfig" : {
31
31
"extends" : [
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.9.6 " ,
4
+ "version" : " 0.10.0 " ,
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.9.6 "
12
+ "@blocknote/core" : " ^0.10.0 "
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.9.6 "
5
+ "version" : " 0.10.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.9.6 " ,
6
+ "version" : " 0.10.0 " ,
7
7
"files" : [
8
8
" dist" ,
9
9
" types" ,
75
75
"hast-util-from-dom" : " ^4.2.0" ,
76
76
"prosemirror-model" : " ^1.18.3" ,
77
77
"prosemirror-state" : " ^1.4.3" ,
78
+ "prosemirror-tables" : " ^1.3.4" ,
78
79
"prosemirror-transform" : " ^1.7.2" ,
79
80
"prosemirror-view" : " ^1.31.4" ,
80
- "prosemirror-tables " : " ^1.3.4 " ,
81
+ "rehype-format " : " ^5.0.0 " ,
81
82
"rehype-parse" : " ^8.0.4" ,
82
83
"rehype-remark" : " ^9.1.2" ,
83
84
"rehype-stringify" : " ^9.0.3" ,
84
- "rehype-format" : " ^5.0.0" ,
85
85
"remark-gfm" : " ^3.0.1" ,
86
86
"remark-parse" : " ^10.0.1" ,
87
87
"remark-rehype" : " ^10.1.0" ,
98
98
"eslint" : " ^8.10.0" ,
99
99
"jsdom" : " ^21.1.0" ,
100
100
"prettier" : " ^2.7.1" ,
101
+ "rollup-plugin-webpack-stats" : " ^0.2.2" ,
101
102
"typescript" : " ^5.0.4" ,
102
103
"vite" : " ^4.4.8" ,
103
104
"vite-plugin-eslint" : " ^1.8.1" ,
104
- "rollup-plugin-webpack-stats" : " ^0.2.2" ,
105
105
"vitest" : " ^0.34.1"
106
106
},
107
107
"eslintConfig" : {
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.9.6 " ,
6
+ "version" : " 0.10.0 " ,
7
7
"files" : [
8
8
" dist" ,
9
9
" types" ,
49
49
"test:watch" : " vitest --watch"
50
50
},
51
51
"dependencies" : {
52
- "@blocknote/core" : " ^0.9.6 " ,
52
+ "@blocknote/core" : " ^0.10.0 " ,
53
53
"@emotion/react" : " ^11.10.5" ,
54
54
"@mantine/core" : " ^5.6.1" ,
55
55
"@mantine/hooks" : " ^5.6.1" ,
67
67
"use-prefers-color-scheme" : " ^1.1.3"
68
68
},
69
69
"devDependencies" : {
70
- "@types/react" : " ^18.0.25" ,
71
- "@types/react-dom" : " ^18.0.9" ,
70
+ "@types/lodash.foreach" : " ^4.5.9" ,
72
71
"@types/lodash.groupby" : " ^4.6.9" ,
73
72
"@types/lodash.merge" : " ^4.6.9" ,
74
- "@types/lodash.foreach" : " ^4.5.9" ,
73
+ "@types/react" : " ^18.0.25" ,
74
+ "@types/react-dom" : " ^18.0.9" ,
75
75
"@vitejs/plugin-react" : " ^4.0.4" ,
76
76
"eslint" : " ^8.10.0" ,
77
77
"prettier" : " ^2.7.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.9.6 " ,
4
+ "version" : " 0.10.0 " ,
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.9.6 " ,
15
+ "@blocknote/react" : " ^0.10.0 " ,
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.9.6 " ,
4
+ "version" : " 0.10.0 " ,
5
5
"scripts" : {
6
6
"build" : " tsc" ,
7
7
"lint" : " eslint src --max-warnings 0" ,
15
15
"react-dom" : " ^18.2.0"
16
16
},
17
17
"devDependencies" : {
18
- "eslint" : " ^8.10.0" ,
19
- "@blocknote/core" : " ^0.9.6" ,
20
- "@blocknote/react" : " ^0.9.6" ,
18
+ "@blocknote/core" : " ^0.10.0" ,
19
+ "@blocknote/react" : " ^0.10.0" ,
21
20
"@playwright/experimental-ct-react" : " ^1.38.1" ,
22
21
"@playwright/test" : " ^1.38.1" ,
22
+ "eslint" : " ^8.10.0" ,
23
23
"react-icons" : " ^4.3.1"
24
24
},
25
25
"eslintConfig" : {
You can’t perform that action at this time.
0 commit comments