@webiny/react-composition
Advanced tools
Comparing version 5.30.0 to 5.31.0-beta.0
@@ -29,3 +29,3 @@ import React, { FC, ComponentType, PropsWithChildren } from "react"; | ||
export declare const CompositionProvider: React.FC; | ||
export declare function useComponent(Component: ComponentType<any>): React.ComponentType<any>; | ||
export declare function useComponent(Component: ComponentType<any>): React.ComponentClass<unknown, any> | React.FunctionComponent<unknown>; | ||
/** | ||
@@ -32,0 +32,0 @@ * This hook will throw an error if composition context doesn't exist. |
{ | ||
"name": "@webiny/react-composition", | ||
"version": "5.30.0", | ||
"version": "5.31.0-beta.0", | ||
"main": "index.js", | ||
@@ -17,7 +17,7 @@ "repository": { | ||
"dependencies": { | ||
"@babel/runtime": "7.18.6", | ||
"@types/react": "16.14.2", | ||
"@babel/runtime": "7.18.9", | ||
"@types/react": "17.0.39", | ||
"lodash.debounce": "4.0.8", | ||
"react": "16.14.0", | ||
"react-dom": "16.14.0" | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2" | ||
}, | ||
@@ -29,4 +29,4 @@ "devDependencies": { | ||
"@babel/preset-typescript": "^7.16.0", | ||
"@webiny/cli": "^5.30.0", | ||
"@webiny/project-utils": "^5.30.0", | ||
"@webiny/cli": "^5.31.0-beta.0", | ||
"@webiny/project-utils": "^5.31.0-beta.0", | ||
"ttypescript": "^1.5.13", | ||
@@ -43,3 +43,3 @@ "typescript": "4.7.4" | ||
}, | ||
"gitHead": "3cadc5d26e565586b28772afbc18ae554ce7b782" | ||
"gitHead": "dea7c56325ff140ef0e2d761f3e65708d46d401e" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
27487
2
+ Added@babel/runtime@7.18.9(transitive)
+ Added@types/react@17.0.39(transitive)
+ Added@types/scheduler@0.23.0(transitive)
+ Addedreact@17.0.2(transitive)
+ Addedreact-dom@17.0.2(transitive)
+ Addedscheduler@0.20.2(transitive)
- Removed@babel/runtime@7.18.6(transitive)
- Removed@types/react@16.14.2(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedscheduler@0.19.1(transitive)
Updated@babel/runtime@7.18.9
Updated@types/react@17.0.39
Updatedreact@17.0.2
Updatedreact-dom@17.0.2