chore: bump ct versions (#13749)
This commit is contained in:
parent
f933f766f4
commit
02cb987ddb
402
package-lock.json
generated
402
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -6,3 +6,5 @@
|
||||||
!register.mjs
|
!register.mjs
|
||||||
!test.d.ts
|
!test.d.ts
|
||||||
!test.js
|
!test.js
|
||||||
|
!vitePlugin.d.ts
|
||||||
|
!vitePlugin.js
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@playwright/experimental-ct-react",
|
"name": "@playwright/experimental-ct-react",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.3",
|
"version": "0.0.5",
|
||||||
"description": "Playwright Component Testing for React",
|
"description": "Playwright Component Testing for React",
|
||||||
"repository": "github:Microsoft/playwright",
|
"repository": "github:Microsoft/playwright",
|
||||||
"homepage": "https://playwright.dev",
|
"homepage": "https://playwright.dev",
|
||||||
|
|
|
||||||
|
|
@ -6,3 +6,5 @@
|
||||||
!register.mjs
|
!register.mjs
|
||||||
!test.d.ts
|
!test.d.ts
|
||||||
!test.js
|
!test.js
|
||||||
|
!vitePlugin.d.ts
|
||||||
|
!vitePlugin.js
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@playwright/experimental-ct-svelte",
|
"name": "@playwright/experimental-ct-svelte",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.3",
|
"version": "0.0.5",
|
||||||
"description": "Playwright Component Testing for Svelte",
|
"description": "Playwright Component Testing for Svelte",
|
||||||
"repository": "github:Microsoft/playwright",
|
"repository": "github:Microsoft/playwright",
|
||||||
"homepage": "https://playwright.dev",
|
"homepage": "https://playwright.dev",
|
||||||
|
|
|
||||||
|
|
@ -6,3 +6,5 @@
|
||||||
!register.mjs
|
!register.mjs
|
||||||
!test.d.ts
|
!test.d.ts
|
||||||
!test.js
|
!test.js
|
||||||
|
!vitePlugin.d.ts
|
||||||
|
!vitePlugin.js
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "@playwright/experimental-ct-vue",
|
"name": "@playwright/experimental-ct-vue",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.3",
|
"version": "0.0.5",
|
||||||
"description": "Playwright Component Testing for Svelte",
|
"description": "Playwright Component Testing for Vue",
|
||||||
"repository": "github:Microsoft/playwright",
|
"repository": "github:Microsoft/playwright",
|
||||||
"homepage": "https://playwright.dev",
|
"homepage": "https://playwright.dev",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue