@quilted/react-testing
Advanced tools
Comparing version 0.0.0-preview-20240514014440 to 0.0.0-preview-20240703204202
# @quilted/react-testing | ||
## 0.0.0-preview-20240514014440 | ||
## 0.0.0-preview-20240703204202 | ||
### Patch Changes | ||
- Return an extendable render function when customizing `options` | ||
- Output react-testing with React as the JSX import source | ||
- Updated dependencies []: | ||
- @quilted/preact-testing@0.0.0-preview-20240514014440 | ||
## 0.6.11 | ||
### Patch Changes | ||
- [`ca9f698`](https://github.com/lemonmade/quilt/commit/ca9f69861b322cfdcb2c22a28dc8fd903ddc854a) Thanks [@lemonmade](https://github.com/lemonmade)! - Output react-testing with React as the JSX import source | ||
## 0.6.10 | ||
@@ -13,0 +16,0 @@ |
@@ -5,2 +5,3 @@ import {quiltPackage} from '@quilted/rollup/package'; | ||
commonjs: true, | ||
react: 'react', | ||
}); |
{ | ||
"name": "@quilted/react-testing", | ||
"type": "module", | ||
"version": "0.0.0-preview-20240514014440", | ||
"version": "0.0.0-preview-20240703204202", | ||
"repository": { | ||
@@ -71,3 +71,3 @@ "type": "git", | ||
"dependencies": { | ||
"@quilted/preact-testing": "0.0.0-preview-20240514014440", | ||
"@quilted/preact-testing": "^0.1.7", | ||
"jest-matcher-utils": "^27.0.0" | ||
@@ -74,0 +74,0 @@ }, |
{ | ||
"extends": "@quilted/typescript/tsconfig.project.json", | ||
"compilerOptions": { | ||
"rootDir": "source", | ||
"outDir": "build/typescript" | ||
}, | ||
"include": ["source"], | ||
"extends": "@quilted/typescript/tsconfig.package.json", | ||
"references": [{"path": "../preact-testing"}] | ||
} |
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
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
Sorry, the diff of this file is not supported yet
337249
4668
+ Added@quilted/preact-testing@0.1.7(transitive)
- Removed@quilted/preact-testing@0.0.0-preview-20240514014440(transitive)