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.24.0-next " ,
4
+ "version" : " 1.24.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.24.0-next " ,
3
+ "version" : " 1.24.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.24.0-next "
30
+ "playwright-core" : " 1.24.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.24.0-next " ,
3
+ "version" : " 1.24.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.24.0-next " ,
3
+ "version" : " 1.24.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.24.0-next " ,
30
+ "@playwright/test" : " 1.24.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.24.0-next " ,
3
+ "version" : " 1.24.0" ,
4
4
"description" : " Playwright Component Testing for Svelte" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
27
27
},
28
28
"dependencies" : {
29
29
"@sveltejs/vite-plugin-svelte" : " ^1.0.1" ,
30
- "@playwright/test" : " 1.24.0-next " ,
30
+ "@playwright/test" : " 1.24.0" ,
31
31
"vite" : " ^3.0.0"
32
32
}
33
33
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @playwright/experimental-ct-vue" ,
3
- "version" : " 1.24.0-next " ,
3
+ "version" : " 1.24.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.24.0-next " ,
30
+ "@playwright/test" : " 1.24.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.24.0-next " ,
3
+ "version" : " 1.24.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.24.0-next " ,
29
+ "@playwright/test" : " 1.24.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.24.0-next " ,
3
+ "version" : " 1.24.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.24.0-next "
30
+ "playwright-core" : " 1.24.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.24.0-next " ,
3
+ "version" : " 1.24.0" ,
4
4
"description" : " A high-level API to automate web browsers" ,
5
5
"repository" : " github:Microsoft/playwright" ,
6
6
"homepage" : " https://playwright.dev" ,
33
33
"license" : " Apache-2.0" ,
34
34
"dependencies" : {
35
35
"@types/node" : " *" ,
36
- "playwright-core" : " 1.24.0-next "
36
+ "playwright-core" : " 1.24.0"
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments