jest-emotion
Advanced tools
Comparing version 11.0.0-next.3 to 11.0.0-next.4
# jest-emotion | ||
## 11.0.0-next.4 | ||
### Major Changes | ||
- [`702f3fd2`](https://github.com/emotion-js/emotion/commit/702f3fd22aab8f3cb09dd547c07b9045ca5c3d9c) [#973](https://github.com/emotion-js/emotion/pull/973) Thanks [@spudly](https://github.com/spudly)! - Added the `T` parameter to the `Matchers` interface in the TypeScript definitions to make this module compatible with `@types/jest@^24.0.20`. | ||
### Patch Changes | ||
- Updated dependencies []: | ||
- @emotion/core@11.0.0-next.4 | ||
## 11.0.0-next.3 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "jest-emotion", | ||
"version": "11.0.0-next.3", | ||
"version": "11.0.0-next.4", | ||
"description": "Jest utilities for emotion", | ||
@@ -18,3 +18,3 @@ "main": "dist/jest-emotion.cjs.js", | ||
"@babel/runtime": "^7.7.2", | ||
"@types/jest": "^23.0.2", | ||
"@types/jest": "^24.0.22", | ||
"chalk": "^2.4.1", | ||
@@ -25,3 +25,3 @@ "css": "^2.2.1", | ||
"devDependencies": { | ||
"@emotion/core": "^11.0.0-next.3", | ||
"@emotion/core": "^11.0.0-next.4", | ||
"dtslint": "^0.3.0", | ||
@@ -28,0 +28,0 @@ "emotion": "^11.0.0-next.0", |
// Definitions by: Junyoung Clare Jang <https://github.com/Ailrun> | ||
// TypeScript Version: 2.4 | ||
// TypeScript Version: 2.9 | ||
@@ -33,3 +33,3 @@ /// <reference types="jest" /> | ||
namespace jest { | ||
interface Matchers<R> { | ||
interface Matchers<R, T> { | ||
toHaveStyleRule( | ||
@@ -36,0 +36,0 @@ property: string, |
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
66227
+ Added@jest/types@24.9.0(transitive)
+ Added@types/istanbul-lib-coverage@2.0.6(transitive)
+ Added@types/istanbul-lib-report@3.0.3(transitive)
+ Added@types/istanbul-reports@1.1.2(transitive)
+ Added@types/jest@24.9.1(transitive)
+ Added@types/yargs@13.0.12(transitive)
+ Added@types/yargs-parser@21.0.3(transitive)
+ Addedansi-regex@4.1.1(transitive)
+ Addeddiff-sequences@24.9.0(transitive)
+ Addedjest-diff@24.9.0(transitive)
+ Addedjest-get-type@24.9.0(transitive)
+ Addedpretty-format@24.9.0(transitive)
+ Addedreact-is@16.13.1(transitive)
- Removed@types/jest@23.3.14(transitive)
Updated@types/jest@^24.0.22