This repository was archived by the owner on Jul 1, 2024. It is now read-only.
File tree 15 files changed +68
-68
lines changed
15 files changed +68
-68
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playwright-internal" ,
3
3
"private" : true ,
4
- "version" : " 1.37.0-next " ,
4
+ "version" : " 1.37.0" ,
5
5
"description" : " A high-level API to automate web browsers" ,
6
6
"repository" : " github:Microsoft/playwright" ,
7
7
"homepage" : " https://playwright.dev" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playwright-chromium" ,
3
- "version" : " 1.37.0-next " ,
3
+ "version" : " 1.37.0" ,
4
4
"description" : " A high-level API to automate Chromium" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
27
27
"install" : " node install.js"
28
28
},
29
29
"dependencies" : {
30
- "playwright-core" : " 1.37.0-next "
30
+ "playwright-core" : " 1.37.0"
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playwright-core" ,
3
- "version" : " 1.37.0-next " ,
3
+ "version" : " 1.37.0" ,
4
4
"description" : " A high-level API to automate web browsers" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/experimental-ct-core" ,
3
- "version" : " 1.37.0-next " ,
3
+ "version" : " 1.37.0" ,
4
4
"description" : " Playwright Component Testing Helpers" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
21
21
"./lib/vitePlugin" : " ./lib/vitePlugin.js"
22
22
},
23
23
"dependencies" : {
24
- "playwright-core" : " 1.37.0-next " ,
24
+ "playwright-core" : " 1.37.0" ,
25
25
"vite" : " ^4.3.9" ,
26
- "@playwright/test" : " 1.37.0-next "
26
+ "@playwright/test" : " 1.37.0"
27
27
},
28
28
"bin" : {
29
29
"playwright" : " ./cli.js"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/experimental-ct-react" ,
3
- "version" : " 1.37.0-next " ,
3
+ "version" : " 1.37.0" ,
4
4
"description" : " Playwright Component Testing for React" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
26
26
}
27
27
},
28
28
"dependencies" : {
29
- "@playwright/experimental-ct-core" : " 1.37.0-next " ,
29
+ "@playwright/experimental-ct-core" : " 1.37.0" ,
30
30
"@vitejs/plugin-react" : " ^4.0.0"
31
31
},
32
32
"bin" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/experimental-ct-react17" ,
3
- "version" : " 1.37.0-next " ,
3
+ "version" : " 1.37.0" ,
4
4
"description" : " Playwright Component Testing for React" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
26
26
}
27
27
},
28
28
"dependencies" : {
29
- "@playwright/experimental-ct-core" : " 1.37.0-next " ,
29
+ "@playwright/experimental-ct-core" : " 1.37.0" ,
30
30
"@vitejs/plugin-react" : " ^4.0.0"
31
31
},
32
32
"bin" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/experimental-ct-solid" ,
3
- "version" : " 1.37.0-next " ,
3
+ "version" : " 1.37.0" ,
4
4
"description" : " Playwright Component Testing for Solid" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
26
26
}
27
27
},
28
28
"dependencies" : {
29
- "@playwright/experimental-ct-core" : " 1.37.0-next " ,
29
+ "@playwright/experimental-ct-core" : " 1.37.0" ,
30
30
"vite-plugin-solid" : " ^2.7.0"
31
31
},
32
32
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/experimental-ct-svelte" ,
3
- "version" : " 1.37.0-next " ,
3
+ "version" : " 1.37.0" ,
4
4
"description" : " Playwright Component Testing for Svelte" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
26
26
}
27
27
},
28
28
"dependencies" : {
29
- "@playwright/experimental-ct-core" : " 1.37.0-next " ,
29
+ "@playwright/experimental-ct-core" : " 1.37.0" ,
30
30
"@sveltejs/vite-plugin-svelte" : " ^2.1.1"
31
31
},
32
32
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/experimental-ct-vue" ,
3
- "version" : " 1.37.0-next " ,
3
+ "version" : " 1.37.0" ,
4
4
"description" : " Playwright Component Testing for Vue" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
26
26
}
27
27
},
28
28
"dependencies" : {
29
- "@playwright/experimental-ct-core" : " 1.37.0-next " ,
29
+ "@playwright/experimental-ct-core" : " 1.37.0" ,
30
30
"@vitejs/plugin-vue" : " ^4.2.1"
31
31
},
32
32
"bin" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/experimental-ct-vue2" ,
3
- "version" : " 1.37.0-next " ,
3
+ "version" : " 1.37.0" ,
4
4
"description" : " Playwright Component Testing for Vue2" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
26
26
}
27
27
},
28
28
"dependencies" : {
29
- "@playwright/experimental-ct-core" : " 1.37.0-next " ,
29
+ "@playwright/experimental-ct-core" : " 1.37.0" ,
30
30
"@vitejs/plugin-vue2" : " ^2.2.0"
31
31
},
32
32
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playwright-firefox" ,
3
- "version" : " 1.37.0-next " ,
3
+ "version" : " 1.37.0" ,
4
4
"description" : " A high-level API to automate Firefox" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
27
27
"install" : " node install.js"
28
28
},
29
29
"dependencies" : {
30
- "playwright-core" : " 1.37.0-next "
30
+ "playwright-core" : " 1.37.0"
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/test" ,
3
- "version" : " 1.37.0-next " ,
3
+ "version" : " 1.37.0" ,
4
4
"description" : " A high-level API to automate web browsers" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
41
41
"license" : " Apache-2.0" ,
42
42
"dependencies" : {
43
43
"@types/node" : " *" ,
44
- "playwright-core" : " 1.37.0-next "
44
+ "playwright-core" : " 1.37.0"
45
45
},
46
46
"optionalDependencies" : {
47
47
"fsevents" : " 2.3.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playwright-webkit" ,
3
- "version" : " 1.37.0-next " ,
3
+ "version" : " 1.37.0" ,
4
4
"description" : " A high-level API to automate WebKit" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
27
27
"install" : " node install.js"
28
28
},
29
29
"dependencies" : {
30
- "playwright-core" : " 1.37.0-next "
30
+ "playwright-core" : " 1.37.0"
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playwright" ,
3
- "version" : " 1.37.0-next " ,
3
+ "version" : " 1.37.0" ,
4
4
"description" : " A high-level API to automate web browsers" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
28
28
"install" : " node install.js"
29
29
},
30
30
"dependencies" : {
31
- "playwright-core" : " 1.37.0-next "
31
+ "playwright-core" : " 1.37.0"
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments