@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" | ||
} | ||
} |
18408
+ Added@playwright/test@1.23.0-alpha-jun-1-2022(transitive)
+ Added@types/node@22.13.1(transitive)
+ Addedelectron-to-chromium@1.5.97(transitive)
+ Addedplaywright-core@1.23.0-alpha-jun-1-2022(transitive)
- Removed@playwright/test@1.23.0-alpha-1653446608000(transitive)
- Removed@types/node@22.13.4(transitive)
- Removedelectron-to-chromium@1.5.99(transitive)
- Removedplaywright-core@1.23.0-alpha-1653446608000(transitive)