File tree 16 files changed +59
-59
lines changed
playwright-browser-chromium
playwright-browser-firefox
playwright-browser-webkit
16 files changed +59
-59
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.50.0-next " ,
4
+ "version" : " 1.50.0" ,
5
5
"description" : " A high-level API to automate web browsers" ,
6
6
"repository" : {
7
7
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/browser-chromium" ,
3
- "version" : " 1.50.0-next " ,
3
+ "version" : " 1.50.0" ,
4
4
"description" : " Playwright package that automatically installs Chromium" ,
5
5
"repository" : {
6
6
"type" : " git" ,
27
27
"install" : " node install.js"
28
28
},
29
29
"dependencies" : {
30
- "playwright-core" : " 1.50.0-next "
30
+ "playwright-core" : " 1.50.0"
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/browser-firefox" ,
3
- "version" : " 1.50.0-next " ,
3
+ "version" : " 1.50.0" ,
4
4
"description" : " Playwright package that automatically installs Firefox" ,
5
5
"repository" : {
6
6
"type" : " git" ,
27
27
"install" : " node install.js"
28
28
},
29
29
"dependencies" : {
30
- "playwright-core" : " 1.50.0-next "
30
+ "playwright-core" : " 1.50.0"
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/browser-webkit" ,
3
- "version" : " 1.50.0-next " ,
3
+ "version" : " 1.50.0" ,
4
4
"description" : " Playwright package that automatically installs WebKit" ,
5
5
"repository" : {
6
6
"type" : " git" ,
27
27
"install" : " node install.js"
28
28
},
29
29
"dependencies" : {
30
- "playwright-core" : " 1.50.0-next "
30
+ "playwright-core" : " 1.50.0"
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playwright-chromium" ,
3
- "version" : " 1.50.0-next " ,
3
+ "version" : " 1.50.0" ,
4
4
"description" : " A high-level API to automate Chromium" ,
5
5
"repository" : {
6
6
"type" : " git" ,
30
30
"install" : " node install.js"
31
31
},
32
32
"dependencies" : {
33
- "playwright-core" : " 1.50.0-next "
33
+ "playwright-core" : " 1.50.0"
34
34
}
35
35
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playwright-core" ,
3
- "version" : " 1.50.0-next " ,
3
+ "version" : " 1.50.0" ,
4
4
"description" : " A high-level API to automate web browsers" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/experimental-ct-core" ,
3
- "version" : " 1.50.0-next " ,
3
+ "version" : " 1.50.0" ,
4
4
"description" : " Playwright Component Testing Helpers" ,
5
5
"repository" : {
6
6
"type" : " git" ,
26
26
}
27
27
},
28
28
"dependencies" : {
29
- "playwright-core" : " 1.50.0-next " ,
29
+ "playwright-core" : " 1.50.0" ,
30
30
"vite" : " ^5.2.8" ,
31
- "playwright" : " 1.50.0-next "
31
+ "playwright" : " 1.50.0"
32
32
}
33
33
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/experimental-ct-react" ,
3
- "version" : " 1.50.0-next " ,
3
+ "version" : " 1.50.0" ,
4
4
"description" : " Playwright Component Testing for React" ,
5
5
"repository" : {
6
6
"type" : " git" ,
30
30
"./package.json" : " ./package.json"
31
31
},
32
32
"dependencies" : {
33
- "@playwright/experimental-ct-core" : " 1.50.0-next " ,
33
+ "@playwright/experimental-ct-core" : " 1.50.0" ,
34
34
"@vitejs/plugin-react" : " ^4.2.1"
35
35
},
36
36
"bin" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/experimental-ct-react17" ,
3
- "version" : " 1.50.0-next " ,
3
+ "version" : " 1.50.0" ,
4
4
"description" : " Playwright Component Testing for React" ,
5
5
"repository" : {
6
6
"type" : " git" ,
30
30
"./package.json" : " ./package.json"
31
31
},
32
32
"dependencies" : {
33
- "@playwright/experimental-ct-core" : " 1.50.0-next " ,
33
+ "@playwright/experimental-ct-core" : " 1.50.0" ,
34
34
"@vitejs/plugin-react" : " ^4.2.1"
35
35
},
36
36
"bin" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/experimental-ct-svelte" ,
3
- "version" : " 1.50.0-next " ,
3
+ "version" : " 1.50.0" ,
4
4
"description" : " Playwright Component Testing for Svelte" ,
5
5
"repository" : {
6
6
"type" : " git" ,
30
30
"./package.json" : " ./package.json"
31
31
},
32
32
"dependencies" : {
33
- "@playwright/experimental-ct-core" : " 1.50.0-next " ,
33
+ "@playwright/experimental-ct-core" : " 1.50.0" ,
34
34
"@sveltejs/vite-plugin-svelte" : " ^3.0.1"
35
35
},
36
36
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/experimental-ct-vue" ,
3
- "version" : " 1.50.0-next " ,
3
+ "version" : " 1.50.0" ,
4
4
"description" : " Playwright Component Testing for Vue" ,
5
5
"repository" : {
6
6
"type" : " git" ,
30
30
"./package.json" : " ./package.json"
31
31
},
32
32
"dependencies" : {
33
- "@playwright/experimental-ct-core" : " 1.50.0-next " ,
33
+ "@playwright/experimental-ct-core" : " 1.50.0" ,
34
34
"@vitejs/plugin-vue" : " ^5.2.0"
35
35
},
36
36
"bin" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playwright-firefox" ,
3
- "version" : " 1.50.0-next " ,
3
+ "version" : " 1.50.0" ,
4
4
"description" : " A high-level API to automate Firefox" ,
5
5
"repository" : {
6
6
"type" : " git" ,
30
30
"install" : " node install.js"
31
31
},
32
32
"dependencies" : {
33
- "playwright-core" : " 1.50.0-next "
33
+ "playwright-core" : " 1.50.0"
34
34
}
35
35
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/test" ,
3
- "version" : " 1.50.0-next " ,
3
+ "version" : " 1.50.0" ,
4
4
"description" : " A high-level API to automate web browsers" ,
5
5
"repository" : {
6
6
"type" : " git" ,
30
30
},
31
31
"scripts" : {},
32
32
"dependencies" : {
33
- "playwright" : " 1.50.0-next "
33
+ "playwright" : " 1.50.0"
34
34
}
35
35
}
You can’t perform that action at this time.
0 commit comments