@highlight-ui/utils-portal-manager
Advanced tools
Comparing version 3.1.5 to 3.1.6
@@ -1,4 +0,5 @@ | ||
import { PropsWithChildren } from 'react'; | ||
export declare type GroupedPortalProps = PropsWithChildren<Record<string, unknown>>; | ||
declare const GroupedPortal: ({ children }: GroupedPortalProps) => JSX.Element; | ||
import { ReactNode } from 'react'; | ||
declare const GroupedPortal: ({ children }: { | ||
children: ReactNode; | ||
}) => JSX.Element; | ||
export default GroupedPortal; |
@@ -1,4 +0,5 @@ | ||
import { PropsWithChildren } from 'react'; | ||
export declare type GroupedPortalProps = PropsWithChildren<Record<string, unknown>>; | ||
declare const GroupedPortal: ({ children }: GroupedPortalProps) => JSX.Element; | ||
import { ReactNode } from 'react'; | ||
declare const GroupedPortal: ({ children }: { | ||
children: ReactNode; | ||
}) => JSX.Element; | ||
export default GroupedPortal; |
{ | ||
"name": "@highlight-ui/utils-portal-manager", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"author": "Personio GmbH & Co. KG", | ||
@@ -30,4 +30,3 @@ "main": "dist/cjs/index.js", | ||
"@testing-library/user-event": "^13.2.1", | ||
"@types/lodash.times": "4.3.7", | ||
"@types/react-portal": "^4.0.2", | ||
"@types/react-portal": "4.0.4", | ||
"jest": "^27.2.3", | ||
@@ -43,6 +42,5 @@ "react": "^17.0.2", | ||
"dependencies": { | ||
"lodash.times": "4.3.2", | ||
"react-portal": "^4.2.1" | ||
"react-portal": "4.2.2" | ||
}, | ||
"gitHead": "b111db10d6371d5185fe4a97bf9320dd4e498f15" | ||
"gitHead": "e9e0c85f77f561f26cfaaf31f5e10709562b0ea9" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
12
2476
288984
- Removedlodash.times@4.3.2
- Removedlodash.times@4.3.2(transitive)
Updatedreact-portal@4.2.2