@types/reflexbox
Advanced tools
Comparing version
@@ -11,3 +11,3 @@ // Type definitions for reflexbox 4.0 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.9 | ||
// TypeScript Version: 3.5 | ||
@@ -17,3 +17,2 @@ import * as React from 'react'; | ||
import { StyledComponent } from '@emotion/styled/types/index'; | ||
import { Omit } from '@emotion/styled-base/types/helper'; | ||
@@ -31,4 +30,3 @@ export interface BoxProps | ||
JSX.IntrinsicElements['div'], | ||
Omit<JSX.IntrinsicElements['div'] & BoxProps, keyof React.ClassAttributes<any>>, | ||
{} | ||
Omit<JSX.IntrinsicElements['div'] & BoxProps, keyof React.ClassAttributes<any>> | ||
>; | ||
@@ -35,0 +33,0 @@ |
{ | ||
"name": "@types/reflexbox", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "TypeScript definitions for reflexbox", | ||
@@ -52,2 +52,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@emotion/react": "*", | ||
"@emotion/styled": "*", | ||
@@ -57,4 +58,4 @@ "@types/react": "*", | ||
}, | ||
"typesPublisherContentHash": "77a29ea70ddae03fed3d5bf55d4da38ecfba23c407b22109b10543925d628f3c", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "d23578a20ae12beabf87cf1fd9e62433c61722b5996cb43c004d33c381725d40", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 19:31:19 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/styled-system](https://npmjs.com/package/@types/styled-system), [@types/emotion__styled](https://npmjs.com/package/@types/emotion__styled), [@types/emotion__styled-base](https://npmjs.com/package/@types/emotion__styled-base) | ||
* Last updated: Mon, 16 Nov 2020 16:42:25 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/styled-system](https://npmjs.com/package/@types/styled-system), [@types/emotion__styled](https://npmjs.com/package/@types/emotion__styled) | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
5087
-2.32%4
33.33%29
-6.45%2
100%+ Added