File tree Expand file tree Collapse file tree 8 files changed +32
-34
lines changed Expand file tree Collapse file tree 8 files changed +32
-34
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " docs" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.12 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
99 "lint" : " next lint"
1010 },
1111 "dependencies" : {
12- "@blocknote/core" : " * " ,
13- "@blocknote/react" : " * " ,
12+ "@blocknote/core" : " ^0.12.0 " ,
13+ "@blocknote/react" : " ^0.12.0 " ,
1414 "@headlessui/react" : " ^1.7.18" ,
1515 "@mantine/core" : " ^7.5.0" ,
1616 "@next/bundle-analyzer" : " ^14.1.0" ,
Original file line number Diff line number Diff line change 22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
33 "useNx" : false ,
44 "useWorkspaces" : true ,
5- "version" : " 0.11.2 "
5+ "version" : " 0.12.0 "
66}
Original file line number Diff line number Diff line change 33 "homepage" : " https://github.com/TypeCellOS/BlockNote" ,
44 "private" : false ,
55 "license" : " MPL-2.0" ,
6- "version" : " 0.11.2 " ,
6+ "version" : " 0.12.0 " ,
77 "files" : [
88 " dist" ,
99 " types" ,
Original file line number Diff line number Diff line change 33 "homepage" : " https://github.com/TypeCellOS/BlockNote" ,
44 "private" : true ,
55 "license" : " MPL-2.0" ,
6- "version" : " 0.10 .0" ,
6+ "version" : " 0.12 .0" ,
77 "description" : " " ,
88 "type" : " module" ,
99 "scripts" : {
1313 "build" : " tsc" ,
1414 "lint" : " eslint examples --max-warnings 0"
1515 },
16- "dependencies" : {},
1716 "devDependencies" : {
1817 "@types/react" : " ^18.0.25" ,
1918 "@types/react-dom" : " ^18.0.9" ,
2019 "eslint" : " ^8.10.0" ,
21- "prettier" : " ^2.7.1" ,
22- "typescript" : " ^5.3.3" ,
23- "tsx" : " ^4.6.2" ,
24- "glob" : " ^10.3.10" ,
2520 "fast-glob" : " ^3.3.2" ,
21+ "glob" : " ^10.3.10" ,
22+ "prettier" : " ^2.7.1" ,
2623 "react" : " ^18" ,
27- "react-dom" : " ^18"
24+ "react-dom" : " ^18" ,
25+ "tsx" : " ^4.6.2" ,
26+ "typescript" : " ^5.3.3"
2827 },
29- "peerDependencies" : {},
3028 "eslintConfig" : {
3129 "extends" : [
3230 " ../../.eslintrc.js"
Original file line number Diff line number Diff line change 33 "homepage" : " https://github.com/TypeCellOS/BlockNote" ,
44 "private" : false ,
55 "license" : " MPL-2.0" ,
6- "version" : " 0.11.2 " ,
6+ "version" : " 0.12.0 " ,
77 "files" : [
88 " dist" ,
99 " types" ,
5050 "clean" : " rimraf dist && rimraf types"
5151 },
5252 "dependencies" : {
53- "@blocknote/core" : " ^0.11.2 " ,
53+ "@blocknote/core" : " ^0.12.0 " ,
5454 "@floating-ui/react" : " ^0.26.4" ,
5555 "@mantine/core" : " ^7.5.0" ,
5656 "@mantine/hooks" : " ^7.5.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @blocknote/example-editor" ,
33 "private" : true ,
4- "version" : " 0.11.2 " ,
4+ "version" : " 0.12.0 " ,
55 "scripts" : {
66 "dev" : " vite" ,
77 "build" : " tsc && vite build" ,
1010 "clean" : " rimraf dist"
1111 },
1212 "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 " ,
1515 "@liveblocks/client" : " ^1.10.0" ,
1616 "@liveblocks/yjs" : " ^1.10.0" ,
1717 "@mantine/core" : " ^7.5.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @blocknote/tests" ,
33 "private" : true ,
4- "version" : " 0.11.2 " ,
4+ "version" : " 0.12.0 " ,
55 "scripts" : {
66 "build" : " tsc" ,
77 "lint" : " eslint src --max-warnings 0" ,
1616 "react-dom" : " ^18.2.0"
1717 },
1818 "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 " ,
2121 "@playwright/experimental-ct-react" : " ^1.38.1" ,
2222 "@playwright/test" : " ^1.38.1" ,
2323 "eslint" : " ^8.10.0" ,
You can’t perform that action at this time.
0 commit comments