@quilted/react-testing
Advanced tools
Comparing version 0.0.0-preview-20231204005812 to 0.0.0-preview-20231230060751
# @quilted/react-testing | ||
## 0.0.0-preview-20231204005812 | ||
## 0.0.0-preview-20231230060751 | ||
### Patch Changes | ||
- Update Preact versions | ||
- Fix react-dom adaptor | ||
- Updated dependencies []: | ||
- @quilted/preact-testing@0.0.0-preview-20231204005812 | ||
## 0.6.5 | ||
### Patch Changes | ||
- [`ebedbb8c`](https://github.com/lemonmade/quilt/commit/ebedbb8ce5a9a013084e7f5dcab243f4896b873c) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix react-dom adaptor | ||
## 0.6.4 | ||
@@ -13,0 +16,0 @@ |
{ | ||
"name": "@quilted/react-testing", | ||
"type": "module", | ||
"version": "0.0.0-preview-20231204005812", | ||
"version": "0.0.0-preview-20231230060751", | ||
"repository": { | ||
@@ -63,3 +63,3 @@ "type": "git", | ||
"dependencies": { | ||
"@quilted/preact-testing": "0.0.0-preview-20231204005812", | ||
"@quilted/preact-testing": "^0.1.0", | ||
"jest-matcher-utils": "^27.0.0" | ||
@@ -66,0 +66,0 @@ }, |
@@ -40,3 +40,3 @@ import {createRoot, type Root as ReactDomRoot} from 'react-dom/client'; | ||
update(instance, create) { | ||
return createNodeFromFiber(instance, create) as any; | ||
return createNodeFromFiber(instance._reactInternals, create) as any; | ||
}, | ||
@@ -43,0 +43,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
287896
+ Added@quilted/preact-testing@0.1.7(transitive)
- Removed@quilted/preact-testing@0.0.0-preview-20231204005812(transitive)