File tree Expand file tree Collapse file tree 11 files changed +63
-63
lines changed Expand file tree Collapse file tree 11 files changed +63
-63
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " docs" ,
3- "version" : " 0.12.4 " ,
3+ "version" : " 0.13.0 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
99 "lint" : " next lint"
1010 },
1111 "dependencies" : {
12- "@blocknote/core " : " ^0.12.4 " ,
13- "@blocknote/react " : " ^0.12.4 " ,
14- "@blocknote/ariakit " : " ^0.12.4 " ,
15- "@blocknote/mantine " : " ^0.12.4 " ,
16- "@blocknote/shadcn" : " ^0.12.4 " ,
12+ "@blocknote/ariakit " : " ^0.13.0 " ,
13+ "@blocknote/core " : " ^0.13.0 " ,
14+ "@blocknote/mantine " : " ^0.13.0 " ,
15+ "@blocknote/react " : " ^0.13.0 " ,
16+ "@blocknote/shadcn" : " ^0.13.0 " ,
1717 "@headlessui/react" : " ^1.7.18" ,
1818 "@mantine/core" : " ^7.7.1" ,
1919 "@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.12.4 "
5+ "version" : " 0.13.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.12.4 " ,
6+ "version" : " 0.13.0 " ,
77 "files" : [
88 " dist" ,
99 " types" ,
4949 },
5050 "dependencies" : {
5151 "@ariakit/react" : " ^0.4.3" ,
52- "@blocknote/core" : " 0.12.4 " ,
53- "@blocknote/react" : " 0.12.4 " ,
52+ "@blocknote/core" : " ^0.13.0 " ,
53+ "@blocknote/react" : " ^0.13.0 " ,
5454 "react" : " ^18" ,
5555 "react-dom" : " ^18"
5656 },
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.12.4 " ,
6+ "version" : " 0.13.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.12.4 " ,
6+ "version" : " 0.13.0 " ,
77 "description" : " " ,
88 "type" : " module" ,
99 "scripts" : {
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.12.4 " ,
6+ "version" : " 0.13.0 " ,
77 "files" : [
88 " dist" ,
99 " types" ,
4848 "clean" : " rimraf dist && rimraf types"
4949 },
5050 "dependencies" : {
51- "@blocknote/core" : " 0.12.4 " ,
52- "@blocknote/react" : " 0.12.4 " ,
51+ "@blocknote/core" : " ^0.13.0 " ,
52+ "@blocknote/react" : " ^0.13.0 " ,
5353 "@mantine/core" : " ^7.5.0" ,
5454 "@mantine/hooks" : " ^7.5.0" ,
5555 "@mantine/utils" : " ^6.0.21" ,
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.12.4 " ,
6+ "version" : " 0.13.0 " ,
77 "files" : [
88 " dist" ,
99 " types" ,
5050 "clean" : " rimraf dist && rimraf types"
5151 },
5252 "dependencies" : {
53- "@blocknote/core" : " ^0.12.4 " ,
53+ "@blocknote/core" : " ^0.13.0 " ,
5454 "@floating-ui/react" : " ^0.26.4" ,
5555 "@tiptap/core" : " ^2.0.3" ,
5656 "@tiptap/react" : " ^2.0.3" ,
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.12.4 " ,
6+ "version" : " 0.13.0 " ,
77 "files" : [
88 " dist" ,
99 " types" ,
4848 "clean" : " rimraf dist && rimraf types"
4949 },
5050 "dependencies" : {
51- "@blocknote/core" : " 0.12.4 " ,
52- "@blocknote/react" : " 0.12.4 " ,
51+ "@blocknote/core" : " ^0.13.0 " ,
52+ "@blocknote/react" : " ^0.13.0 " ,
5353 "@hookform/resolvers" : " ^3.3.4" ,
5454 "@radix-ui/react-dropdown-menu" : " ^2.0.6" ,
5555 "@radix-ui/react-label" : " ^2.0.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @blocknote/example-editor" ,
33 "private" : true ,
4- "version" : " 0.12.4 " ,
4+ "version" : " 0.13.0 " ,
55 "scripts" : {
66 "dev" : " vite" ,
77 "build" : " tsc && vite build" ,
1010 "clean" : " rimraf dist"
1111 },
1212 "dependencies" : {
13- "@blocknote/core " : " ^0.12.4 " ,
14- "@blocknote/react " : " ^0.12.4 " ,
15- "@blocknote/ariakit " : " ^0.12.4 " ,
16- "@blocknote/mantine " : " ^0.12.4 " ,
17- "@blocknote/shadcn" : " ^0.12.4 " ,
13+ "@blocknote/ariakit " : " ^0.13.0 " ,
14+ "@blocknote/core " : " ^0.13.0 " ,
15+ "@blocknote/mantine " : " ^0.13.0 " ,
16+ "@blocknote/react " : " ^0.13.0 " ,
17+ "@blocknote/shadcn" : " ^0.13.0 " ,
1818 "@liveblocks/client" : " ^1.10.0" ,
1919 "@liveblocks/yjs" : " ^1.10.0" ,
2020 "@mantine/core" : " ^7.7.1" ,
You can’t perform that action at this time.
0 commit comments