File tree Expand file tree Collapse file tree 10 files changed +51
-51
lines changed Expand file tree Collapse file tree 10 files changed +51
-51
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " docs" ,
3- "version" : " 0.18.0 " ,
3+ "version" : " 0.18.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
99 "lint" : " next lint"
1010 },
1111 "dependencies" : {
12- "@blocknote/ariakit" : " ^0.18.0 " ,
12+ "@blocknote/ariakit" : " ^0.18.1 " ,
1313 "@blocknote/core" : " ^0.18.0" ,
14- "@blocknote/mantine" : " ^0.18.0 " ,
15- "@blocknote/react" : " ^0.18.0 " ,
16- "@blocknote/shadcn" : " ^0.18.0 " ,
14+ "@blocknote/mantine" : " ^0.18.1 " ,
15+ "@blocknote/react" : " ^0.18.1 " ,
16+ "@blocknote/shadcn" : " ^0.18.1 " ,
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.18.0 "
5+ "version" : " 0.18.1 "
66}
Original file line number Diff line number Diff line change 66 " *.css"
77 ],
88 "license" : " MPL-2.0" ,
9- "version" : " 0.18.0 " ,
9+ "version" : " 0.18.1 " ,
1010 "files" : [
1111 " dist" ,
1212 " types" ,
5353 "dependencies" : {
5454 "@ariakit/react" : " ^0.4.3" ,
5555 "@blocknote/core" : " ^0.18.0" ,
56- "@blocknote/react" : " ^0.18.0 "
56+ "@blocknote/react" : " ^0.18.1 "
5757 },
5858 "devDependencies" : {
5959 "@types/react" : " ^18.0.25" ,
Original file line number Diff line number Diff line change 66 " *.css"
77 ],
88 "license" : " MPL-2.0" ,
9- "version" : " 0.18.0 " ,
9+ "version" : " 0.18.1 " ,
1010 "files" : [
1111 " dist" ,
1212 " types" ,
5252 },
5353 "dependencies" : {
5454 "@blocknote/core" : " ^0.18.0" ,
55- "@blocknote/react" : " ^0.18.0 " ,
55+ "@blocknote/react" : " ^0.18.1 " ,
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 66 " *.css"
77 ],
88 "license" : " MPL-2.0" ,
9- "version" : " 0.18.0 " ,
9+ "version" : " 0.18.1 " ,
1010 "files" : [
1111 " dist" ,
1212 " types" ,
Original file line number Diff line number Diff line change 66 " *.css"
77 ],
88 "license" : " MPL-2.0" ,
9- "version" : " 0.18.0 " ,
9+ "version" : " 0.18.1 " ,
1010 "files" : [
1111 " dist" ,
1212 " types" ,
5151 },
5252 "dependencies" : {
5353 "@blocknote/core" : " ^0.18.0" ,
54- "@blocknote/react" : " ^0.18.0 " ,
54+ "@blocknote/react" : " ^0.18.1 " ,
5555 "@tiptap/core" : " ^2.7.1" ,
5656 "@tiptap/pm" : " ^2.7.1" ,
5757 "jsdom" : " ^21.1.0" ,
Original file line number Diff line number Diff line change 66 " *.css"
77 ],
88 "license" : " MPL-2.0" ,
9- "version" : " 0.18.0 " ,
9+ "version" : " 0.18.1 " ,
1010 "files" : [
1111 " dist" ,
1212 " types" ,
5252 },
5353 "dependencies" : {
5454 "@blocknote/core" : " ^0.18.0" ,
55- "@blocknote/react" : " ^0.18.0 " ,
55+ "@blocknote/react" : " ^0.18.1 " ,
5656 "@hookform/resolvers" : " ^3.6.0" ,
5757 "@radix-ui/react-dropdown-menu" : " ^2.0.6" ,
5858 "@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.18.0 " ,
4+ "version" : " 0.18.1 " ,
55 "scripts" : {
66 "dev" : " vite --host" ,
77 "build" : " tsc && vite build" ,
1212 "dependencies" : {
1313 "@aws-sdk/client-s3" : " ^3.609.0" ,
1414 "@aws-sdk/s3-request-presigner" : " ^3.609.0" ,
15- "@blocknote/ariakit" : " ^0.18.0 " ,
15+ "@blocknote/ariakit" : " ^0.18.1 " ,
1616 "@blocknote/core" : " ^0.18.0" ,
17- "@blocknote/mantine" : " ^0.18.0 " ,
18- "@blocknote/react" : " ^0.18.0 " ,
19- "@blocknote/server-util" : " ^0.18.0 " ,
20- "@blocknote/shadcn" : " ^0.18.0 " ,
17+ "@blocknote/mantine" : " ^0.18.1 " ,
18+ "@blocknote/react" : " ^0.18.1 " ,
19+ "@blocknote/server-util" : " ^0.18.1 " ,
20+ "@blocknote/shadcn" : " ^0.18.1 " ,
2121 "@emotion/react" : " ^11.11.4" ,
2222 "@emotion/styled" : " ^11.11.5" ,
2323 "@liveblocks/client" : " ^1.10.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @blocknote/tests" ,
33 "private" : true ,
4- "version" : " 0.18.0 " ,
4+ "version" : " 0.18.1 " ,
55 "scripts" : {
66 "build" : " tsc" ,
77 "lint" : " eslint src --max-warnings 0" ,
1717 "react-dom" : " ^18.3.1"
1818 },
1919 "devDependencies" : {
20- "@blocknote/ariakit" : " ^0.18.0 " ,
20+ "@blocknote/ariakit" : " ^0.18.1 " ,
2121 "@blocknote/core" : " ^0.18.0" ,
22- "@blocknote/mantine" : " ^0.18.0 " ,
23- "@blocknote/react" : " ^0.18.0 " ,
24- "@blocknote/shadcn" : " ^0.18.0 " ,
22+ "@blocknote/mantine" : " ^0.18.1 " ,
23+ "@blocknote/react" : " ^0.18.1 " ,
24+ "@blocknote/shadcn" : " ^0.18.1 " ,
2525 "@playwright/experimental-ct-react" : " ^1.42.1" ,
2626 "@playwright/test" : " ^1.42.1" ,
2727 "eslint" : " ^8.10.0" ,
You can’t perform that action at this time.
0 commit comments