@quilted/react-testing
Advanced tools
Comparing version 0.0.0-preview-20231230060751 to 0.0.0-preview-20240306175929
# @quilted/react-testing | ||
## 0.0.0-preview-20231230060751 | ||
## 0.0.0-preview-20240306175929 | ||
### Patch Changes | ||
- Fix react-dom adaptor | ||
- Fix type declarations for older TypeScript versions | ||
## 0.6.6 | ||
### Patch Changes | ||
- [`f4b568ea`](https://github.com/lemonmade/quilt/commit/f4b568ea97e5b1d2fb77223bf85548b4c979d035) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix type declarations for older TypeScript versions | ||
## 0.6.5 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "@quilted/react-testing", | ||
"type": "module", | ||
"version": "0.0.0-preview-20231230060751", | ||
"version": "0.0.0-preview-20240306175929", | ||
"repository": { | ||
@@ -54,6 +54,9 @@ "type": "git", | ||
"environment": [ | ||
"./build/typescript/matchers/dom.d.ts" | ||
"./build/typescript/environment.d.ts" | ||
], | ||
"matchers": [ | ||
"./build/typescript/matchers/index.d.ts" | ||
"./build/typescript/matchers.d.ts" | ||
], | ||
"preact": [ | ||
"./build/typescript/implementations/react-dom.d.ts" | ||
] | ||
@@ -60,0 +63,0 @@ } |
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
288126