@playwright/experimental-ct-react
Advanced tools
Comparing version 1.23.0-alpha-1653446608000 to 1.23.0-alpha-jun-1-2022
{ | ||
"name": "@playwright/experimental-ct-react", | ||
"version": "1.23.0-alpha-1653446608000", | ||
"version": "1.23.0-alpha-jun-1-2022", | ||
"description": "Playwright Component Testing for React", | ||
@@ -15,10 +15,16 @@ "repository": "github:Microsoft/playwright", | ||
"exports": { | ||
"./register": "./register.mjs", | ||
".": "./index.js" | ||
".": { | ||
"types": "./index.d.ts", | ||
"default": "./index.js" | ||
}, | ||
"./register": { | ||
"types": "./register.d.ts", | ||
"default": "./register.mjs" | ||
} | ||
}, | ||
"dependencies": { | ||
"@vitejs/plugin-react": "^1.0.7", | ||
"@playwright/test": "1.23.0-alpha-1653446608000", | ||
"@playwright/test": "1.23.0-alpha-jun-1-2022", | ||
"vite": "^2.9.5" | ||
} | ||
} |
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
18408
+ Added@playwright/test@1.23.0-alpha-jun-1-2022(transitive)
+ Addedplaywright-core@1.23.0-alpha-jun-1-2022(transitive)
- Removed@playwright/test@1.23.0-alpha-1653446608000(transitive)
- Removedplaywright-core@1.23.0-alpha-1653446608000(transitive)