@playwright/experimental-ct-react
Advanced tools
Comparing version
{ | ||
"name": "@playwright/experimental-ct-react", | ||
"version": "1.23.0-alpha-may-26-2022", | ||
"version": "1.23.0-alpha-may-27-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-may-26-2022", | ||
"@playwright/test": "1.23.0-alpha-may-27-2022", | ||
"vite": "^2.9.5" | ||
} | ||
} |
18410
0.63%+ Added
+ Added
- Removed
- Removed