File tree Expand file tree Collapse file tree 12 files changed +50
-50
lines changed Expand file tree Collapse file tree 12 files changed +50
-50
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.25.0-next " ,
4
+ "version" : " 1.25.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.25.0-next " ,
3
+ "version" : " 1.25.0" ,
4
4
"description" : " A high-level API to automate Chromium" ,
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.25.0-next "
31
+ "playwright-core" : " 1.25.0"
32
32
}
33
33
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playwright-core" ,
3
- "version" : " 1.25.0-next " ,
3
+ "version" : " 1.25.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-react" ,
3
- "version" : " 1.25.0-next " ,
3
+ "version" : " 1.25.0" ,
4
4
"description" : " Playwright Component Testing for React" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
27
27
},
28
28
"dependencies" : {
29
29
"@vitejs/plugin-react" : " ^1.0.7" ,
30
- "@playwright/test" : " 1.25.0-next " ,
30
+ "@playwright/test" : " 1.25.0" ,
31
31
"vite" : " ^2.9.5"
32
32
}
33
33
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/experimental-ct-svelte" ,
3
- "version" : " 1.25.0-next " ,
3
+ "version" : " 1.25.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/test" : " 1.25.0-next " ,
29
+ "@playwright/test" : " 1.25.0" ,
30
30
"@sveltejs/vite-plugin-svelte" : " ^1.0.1" ,
31
31
"vite" : " ^3.0.0"
32
32
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/experimental-ct-vue" ,
3
- "version" : " 1.25.0-next " ,
3
+ "version" : " 1.25.0" ,
4
4
"description" : " Playwright Component Testing for Vue" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
27
27
},
28
28
"dependencies" : {
29
29
"@vitejs/plugin-vue" : " ^2.3.1" ,
30
- "@playwright/test" : " 1.25.0-next " ,
30
+ "@playwright/test" : " 1.25.0" ,
31
31
"vite" : " ^2.9.5"
32
32
}
33
33
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/experimental-ct-vue2" ,
3
- "version" : " 1.25.0-next " ,
3
+ "version" : " 1.25.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/test" : " 1.25.0-next " ,
29
+ "@playwright/test" : " 1.25.0" ,
30
30
"vite" : " ^2.9.5" ,
31
31
"vite-plugin-vue2" : " ^2.0.1"
32
32
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playwright-firefox" ,
3
- "version" : " 1.25.0-next " ,
3
+ "version" : " 1.25.0" ,
4
4
"description" : " A high-level API to automate Firefox" ,
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.25.0-next "
31
+ "playwright-core" : " 1.25.0"
32
32
}
33
33
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/test" ,
3
- "version" : " 1.25.0-next " ,
3
+ "version" : " 1.25.0" ,
4
4
"description" : " A high-level API to automate web browsers" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
34
34
"license" : " Apache-2.0" ,
35
35
"dependencies" : {
36
36
"@types/node" : " *" ,
37
- "playwright-core" : " 1.25.0-next "
37
+ "playwright-core" : " 1.25.0"
38
38
}
39
39
}
You can’t perform that action at this time.
0 commit comments