@contember/react-client
Advanced tools
Comparing version 1.1.0-alpha.16 to 1.1.0-alpha.17
@@ -1,2 +0,2 @@ | ||
import { ComponentType, ReactElement } from 'react'; | ||
import { ComponentType, ReactElement, ReactNode } from 'react'; | ||
import type { RenderElement } from './ElementRenderer'; | ||
@@ -26,2 +26,3 @@ import type { RenderLeaf } from './LeafRenderer'; | ||
block: unknown; | ||
children?: ReactNode; | ||
}>; | ||
@@ -28,0 +29,0 @@ } & (RichTextRendererFieldProps | RichTextRendererBlockProps<CustomElements, CustomLeaves>); |
{ | ||
"name": "@contember/react-client", | ||
"license": "Apache-2.0", | ||
"version": "1.1.0-alpha.16", | ||
"version": "1.1.0-alpha.17", | ||
"type": "module", | ||
@@ -22,6 +22,6 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@contember/client": "1.1.0-alpha.16" | ||
"@contember/client": "1.1.0-alpha.17" | ||
}, | ||
"peerDependencies": { | ||
"react": "^17" | ||
"react": "^17 || ^18" | ||
}, | ||
@@ -28,0 +28,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
448084
4731
+ Added@contember/client@1.1.0-alpha.17(transitive)
+ Addedreact@18.3.1(transitive)
- Removed@contember/client@1.1.0-alpha.16(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedreact@17.0.2(transitive)