@quilted/react-testing
Advanced tools
Comparing version 0.0.0-preview-20231104205258 to 0.0.0-preview-20231203020709
# @quilted/react-testing | ||
## 0.0.0-preview-20231104205258 | ||
## 0.0.0-preview-20231203020709 | ||
### Patch Changes | ||
- Update Preact dependencies | ||
- Update Preact versions | ||
- Updated dependencies []: | ||
- @quilted/preact-testing@0.0.0-preview-20231104205258 | ||
- @quilted/preact-testing@0.0.0-preview-20231203020709 | ||
## 0.6.4 | ||
### Patch Changes | ||
- [`13553078`](https://github.com/lemonmade/quilt/commit/13553078d09687b902ad63c9b140a8ce74941fda) Thanks [@lemonmade](https://github.com/lemonmade)! - Update Preact versions | ||
## 0.6.3 | ||
@@ -13,0 +19,0 @@ |
{ | ||
"name": "@quilted/react-testing", | ||
"type": "module", | ||
"version": "0.0.0-preview-20231104205258", | ||
"version": "0.0.0-preview-20231203020709", | ||
"repository": { | ||
@@ -63,3 +63,3 @@ "type": "git", | ||
"dependencies": { | ||
"@quilted/preact-testing": "0.0.0-preview-20231104205258", | ||
"@quilted/preact-testing": "0.0.0-preview-20231203020709", | ||
"jest-matcher-utils": "^27.0.0" | ||
@@ -70,3 +70,3 @@ }, | ||
"expect": "^29.0.0", | ||
"preact": "^10.18.0", | ||
"preact": "^10.19.0", | ||
"react": "^18.2.0", | ||
@@ -77,3 +77,3 @@ "react-dom": "^18.2.0", | ||
"peerDependencies": { | ||
"preact": "^10.18.0", | ||
"preact": "^10.19.0", | ||
"react": "^18.0.0", | ||
@@ -97,8 +97,2 @@ "react-dom": "^18.0.0", | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"@quilted/eslint-config/project", | ||
"@quilted/eslint-config/react" | ||
] | ||
}, | ||
"scripts": { | ||
@@ -105,0 +99,0 @@ "build": "rollup --config configuration/rollup.config.js" |
@@ -75,3 +75,2 @@ import type {ComponentType, LegacyRef} from 'react'; | ||
// eslint-disable-next-line no-constant-condition | ||
while (true) { | ||
@@ -78,0 +77,0 @@ const parentA = a.return; |
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
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
289270
3421
+ Added@quilted/preact-testing@0.0.0-preview-20231203020709(transitive)
- Removed@quilted/preact-testing@0.0.0-preview-20231104205258(transitive)