chore: bump ct versions (#13749)

This commit is contained in:
Pavel Feldman 2022-04-25 21:10:17 -08:00 committed by GitHub
parent f933f766f4
commit 02cb987ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 172 additions and 244 deletions

402
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,3 +6,5 @@
!register.mjs
!test.d.ts
!test.js
!vitePlugin.d.ts
!vitePlugin.js

View File

@ -1,7 +1,7 @@
{
"name": "@playwright/experimental-ct-react",
"private": true,
"version": "0.0.3",
"version": "0.0.5",
"description": "Playwright Component Testing for React",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",

View File

@ -6,3 +6,5 @@
!register.mjs
!test.d.ts
!test.js
!vitePlugin.d.ts
!vitePlugin.js

View File

@ -1,7 +1,7 @@
{
"name": "@playwright/experimental-ct-svelte",
"private": true,
"version": "0.0.3",
"version": "0.0.5",
"description": "Playwright Component Testing for Svelte",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",

View File

@ -6,3 +6,5 @@
!register.mjs
!test.d.ts
!test.js
!vitePlugin.d.ts
!vitePlugin.js

View File

@ -1,8 +1,8 @@
{
"name": "@playwright/experimental-ct-vue",
"private": true,
"version": "0.0.3",
"description": "Playwright Component Testing for Svelte",
"version": "0.0.5",
"description": "Playwright Component Testing for Vue",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {