File tree Expand file tree Collapse file tree 12 files changed +77
-77
lines changed Expand file tree Collapse file tree 12 files changed +77
-77
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " docs" ,
3- "version" : " 0.14.6 " ,
3+ "version" : " 0.15.0 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
99 "lint" : " next lint"
1010 },
1111 "dependencies" : {
12- "@blocknote/ariakit" : " ^0.14.6 " ,
13- "@blocknote/core" : " ^0.14.5 " ,
14- "@blocknote/mantine" : " ^0.14.6 " ,
15- "@blocknote/react" : " ^0.14.6 " ,
16- "@blocknote/shadcn" : " ^0.14.6 " ,
12+ "@blocknote/ariakit" : " ^0.15.0 " ,
13+ "@blocknote/core" : " ^0.15.0 " ,
14+ "@blocknote/mantine" : " ^0.15.0 " ,
15+ "@blocknote/react" : " ^0.15.0 " ,
16+ "@blocknote/shadcn" : " ^0.15.0 " ,
1717 "@headlessui/react" : " ^1.7.18" ,
1818 "@heroicons/react" : " ^2.1.4" ,
1919 "@mantine/core" : " ^7.10.1" ,
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.14.6 "
5+ "version" : " 0.15.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.14.6 " ,
6+ "version" : " 0.15.0 " ,
77 "files" : [
88 " dist" ,
99 " types" ,
4949 },
5050 "dependencies" : {
5151 "@ariakit/react" : " ^0.4.3" ,
52- "@blocknote/core" : " ^0.14.5 " ,
53- "@blocknote/react" : " ^0.14.6 " ,
52+ "@blocknote/core" : " ^0.15.0 " ,
53+ "@blocknote/react" : " ^0.15.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.14.5 " ,
6+ "version" : " 0.15.0 " ,
77 "files" : [
88 " dist" ,
99 " types" ,
5454 "clean" : " rimraf dist && rimraf types"
5555 },
5656 "dependencies" : {
57+ "@emoji-mart/data" : " ^1.2.1" ,
5758 "@tiptap/core" : " ^2.5.0" ,
5859 "@tiptap/extension-bold" : " ^2.5.0" ,
5960 "@tiptap/extension-code" : " ^2.5.0" ,
7475 "@tiptap/extension-text" : " ^2.5.0" ,
7576 "@tiptap/extension-underline" : " ^2.5.0" ,
7677 "@tiptap/pm" : " ^2.5.0" ,
77- "@emoji-mart/data" : " ^1.2.1" ,
7878 "emoji-mart" : " ^5.6.0" ,
7979 "hast-util-from-dom" : " ^4.2.0" ,
8080 "prosemirror-model" : " ^1.21.0" ,
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.14.5 " ,
6+ "version" : " 0.15.0 " ,
77 "description" : " " ,
88 "type" : " module" ,
99 "scripts" : {
Original file line number Diff line number Diff line change 66 " *.css"
77 ],
88 "license" : " MPL-2.0" ,
9- "version" : " 0.14.6 " ,
9+ "version" : " 0.15.0 " ,
1010 "files" : [
1111 " dist" ,
1212 " types" ,
5151 "clean" : " rimraf dist && rimraf types"
5252 },
5353 "dependencies" : {
54- "@blocknote/core" : " ^0.14.5 " ,
55- "@blocknote/react" : " ^0.14.6 " ,
54+ "@blocknote/core" : " ^0.15.0 " ,
55+ "@blocknote/react" : " ^0.15.0 " ,
5656 "@mantine/core" : " ^7.10.1" ,
5757 "@mantine/hooks" : " ^7.10.1" ,
5858 "@mantine/utils" : " ^6.0.21" ,
Original file line number Diff line number Diff line change 44 "private" : false ,
55 "sideEffects" : false ,
66 "license" : " MPL-2.0" ,
7- "version" : " 0.14.6 " ,
7+ "version" : " 0.15.0 " ,
88 "files" : [
99 " dist" ,
1010 " types" ,
5151 "clean" : " rimraf dist && rimraf types"
5252 },
5353 "dependencies" : {
54- "@blocknote/core" : " ^0.14.5 " ,
54+ "@blocknote/core" : " ^0.15.0 " ,
5555 "@floating-ui/react" : " ^0.26.4" ,
5656 "@tiptap/core" : " ^2.5.0" ,
5757 "@tiptap/react" : " ^2.5.0" ,
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.14.6 " ,
6+ "version" : " 0.15.0 " ,
77 "files" : [
88 " dist" ,
99 " types" ,
4747 "test-watch" : " vitest watch"
4848 },
4949 "dependencies" : {
50- "@blocknote/core" : " ^0.14.2" ,
51- "@blocknote/react" : " ^0.14.2" ,
52- "@tiptap/pm" : " ^2.5.0" ,
50+ "@blocknote/core" : " ^0.15.0" ,
51+ "@blocknote/react" : " ^0.15.0" ,
5352 "@tiptap/core" : " ^2.5.0" ,
53+ "@tiptap/pm" : " ^2.5.0" ,
5454 "jsdom" : " ^21.1.0" ,
55+ "react" : " ^18" ,
56+ "react-dom" : " ^18" ,
5557 "y-prosemirror" : " 1.2.9" ,
5658 "y-protocols" : " ^1.0.6" ,
57- "yjs" : " ^13.6.15" ,
58- "react" : " ^18" ,
59- "react-dom" : " ^18"
59+ "yjs" : " ^13.6.15"
6060 },
6161 "devDependencies" : {
62+ "@types/jsdom" : " ^21.1.6" ,
6263 "@types/react" : " ^18.0.25" ,
6364 "@types/react-dom" : " ^18.0.9" ,
64- "@types/jsdom" : " ^21.1.6" ,
6565 "eslint" : " ^8.10.0" ,
6666 "prettier" : " ^2.7.1" ,
6767 "rollup-plugin-webpack-stats" : " ^0.2.2" ,
Original file line number Diff line number Diff line change 44 "private" : false ,
55 "sideEffects" : false ,
66 "license" : " MPL-2.0" ,
7- "version" : " 0.14.6 " ,
7+ "version" : " 0.15.0 " ,
88 "files" : [
99 " dist" ,
1010 " types" ,
4949 "clean" : " rimraf dist && rimraf types"
5050 },
5151 "dependencies" : {
52- "@blocknote/core" : " ^0.14.5 " ,
53- "@blocknote/react" : " ^0.14.6 " ,
52+ "@blocknote/core" : " ^0.15.0 " ,
53+ "@blocknote/react" : " ^0.15.0 " ,
5454 "@hookform/resolvers" : " ^3.6.0" ,
5555 "@radix-ui/react-dropdown-menu" : " ^2.0.6" ,
5656 "@radix-ui/react-label" : " ^2.0.2" ,
You can’t perform that action at this time.
0 commit comments