File tree Expand file tree Collapse file tree 11 files changed +96
-96
lines changed Expand file tree Collapse file tree 11 files changed +96
-96
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " playwright-internal" ,
33 "private" : true ,
4- "version" : " 1.21.0-next " ,
4+ "version" : " 1.21.0" ,
55 "description" : " A high-level API to automate web browsers" ,
66 "repository" : " github:Microsoft/playwright" ,
77 "homepage" : " https://playwright.dev" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " playwright-chromium" ,
3- "version" : " 1.21.0-next " ,
3+ "version" : " 1.21.0" ,
44 "description" : " A high-level API to automate Chromium" ,
55 "repository" : " github:Microsoft/playwright" ,
66 "homepage" : " https://playwright.dev" ,
2626 "install" : " node install.js"
2727 },
2828 "dependencies" : {
29- "playwright-core" : " 1.21.0-next "
29+ "playwright-core" : " 1.21.0"
3030 }
3131}
Original file line number Diff line number Diff line change 11{
22 "name" : " playwright-core" ,
3- "version" : " 1.21.0-next " ,
3+ "version" : " 1.21.0" ,
44 "description" : " A high-level API to automate web browsers" ,
55 "repository" : " github:Microsoft/playwright" ,
66 "homepage" : " https://playwright.dev" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " @playwright/experimental-ct-react" ,
3- "private" : true ,
4- "version" : " 0.0.2" ,
5- "description" : " Playwright Component Testing for React" ,
6- "repository" : " github:Microsoft/playwright" ,
7- "homepage" : " https://playwright.dev" ,
8- "engines" : {
9- "node" : " >=12"
10- },
11- "author" : {
12- "name" : " Microsoft Corporation"
13- },
14- "license" : " Apache-2.0" ,
15- "exports" : {
16- "./register" : " ./register.mjs" ,
17- "./test" : " ./test.js"
18- },
19- "devDependencies" : {
20- "@playwright/test" : " 1.21.0-next "
21- }
2+ "name" : " @playwright/experimental-ct-react" ,
3+ "private" : true ,
4+ "version" : " 0.0.2" ,
5+ "description" : " Playwright Component Testing for React" ,
6+ "repository" : " github:Microsoft/playwright" ,
7+ "homepage" : " https://playwright.dev" ,
8+ "engines" : {
9+ "node" : " >=12"
10+ },
11+ "author" : {
12+ "name" : " Microsoft Corporation"
13+ },
14+ "license" : " Apache-2.0" ,
15+ "exports" : {
16+ "./register" : " ./register.mjs" ,
17+ "./test" : " ./test.js"
18+ },
19+ "devDependencies" : {
20+ "@playwright/test" : " 1.21.0"
21+ }
2222}
Original file line number Diff line number Diff line change 11{
2- "name" : " @playwright/experimental-ct-svelte" ,
3- "private" : true ,
4- "version" : " 0.0.2" ,
5- "description" : " Playwright Component Testing for Svelte" ,
6- "repository" : " github:Microsoft/playwright" ,
7- "homepage" : " https://playwright.dev" ,
8- "engines" : {
9- "node" : " >=12"
10- },
11- "author" : {
12- "name" : " Microsoft Corporation"
13- },
14- "license" : " Apache-2.0" ,
15- "exports" : {
16- "./register" : " ./register.mjs" ,
17- "./test" : " ./test.js"
18- },
19- "devDependencies" : {
20- "@playwright/test" : " 1.21.0-next "
21- }
2+ "name" : " @playwright/experimental-ct-svelte" ,
3+ "private" : true ,
4+ "version" : " 0.0.2" ,
5+ "description" : " Playwright Component Testing for Svelte" ,
6+ "repository" : " github:Microsoft/playwright" ,
7+ "homepage" : " https://playwright.dev" ,
8+ "engines" : {
9+ "node" : " >=12"
10+ },
11+ "author" : {
12+ "name" : " Microsoft Corporation"
13+ },
14+ "license" : " Apache-2.0" ,
15+ "exports" : {
16+ "./register" : " ./register.mjs" ,
17+ "./test" : " ./test.js"
18+ },
19+ "devDependencies" : {
20+ "@playwright/test" : " 1.21.0"
21+ }
2222}
Original file line number Diff line number Diff line change 11{
2- "name" : " @playwright/experimental-ct-vue" ,
3- "private" : true ,
4- "version" : " 0.0.2" ,
5- "description" : " Playwright Component Testing for Svelte" ,
6- "repository" : " github:Microsoft/playwright" ,
7- "homepage" : " https://playwright.dev" ,
8- "engines" : {
9- "node" : " >=12"
10- },
11- "author" : {
12- "name" : " Microsoft Corporation"
13- },
14- "license" : " Apache-2.0" ,
15- "exports" : {
16- "./register" : " ./register.mjs" ,
17- "./test" : " ./test.js"
18- },
19- "devDependencies" : {
20- "@playwright/test" : " 1.21.0-next "
21- }
2+ "name" : " @playwright/experimental-ct-vue" ,
3+ "private" : true ,
4+ "version" : " 0.0.2" ,
5+ "description" : " Playwright Component Testing for Svelte" ,
6+ "repository" : " github:Microsoft/playwright" ,
7+ "homepage" : " https://playwright.dev" ,
8+ "engines" : {
9+ "node" : " >=12"
10+ },
11+ "author" : {
12+ "name" : " Microsoft Corporation"
13+ },
14+ "license" : " Apache-2.0" ,
15+ "exports" : {
16+ "./register" : " ./register.mjs" ,
17+ "./test" : " ./test.js"
18+ },
19+ "devDependencies" : {
20+ "@playwright/test" : " 1.21.0"
21+ }
2222}
Original file line number Diff line number Diff line change 11{
22 "name" : " playwright-firefox" ,
3- "version" : " 1.21.0-next " ,
3+ "version" : " 1.21.0" ,
44 "description" : " A high-level API to automate Firefox" ,
55 "repository" : " github:Microsoft/playwright" ,
66 "homepage" : " https://playwright.dev" ,
2626 "install" : " node install.js"
2727 },
2828 "dependencies" : {
29- "playwright-core" : " 1.21.0-next "
29+ "playwright-core" : " 1.21.0"
3030 }
3131}
Original file line number Diff line number Diff line change 11{
22 "name" : " @playwright/test" ,
3- "version" : " 1.21.0-next " ,
3+ "version" : " 1.21.0" ,
44 "description" : " A high-level API to automate web browsers" ,
55 "repository" : " github:Microsoft/playwright" ,
66 "homepage" : " https://playwright.dev" ,
5858 "ms" : " 2.1.3" ,
5959 "open" : " 8.4.0" ,
6060 "pirates" : " 4.0.4" ,
61- "playwright-core" : " 1.21.0-next " ,
61+ "playwright-core" : " 1.21.0" ,
6262 "rimraf" : " 3.0.2" ,
6363 "source-map-support" : " 0.4.18" ,
6464 "stack-utils" : " 2.0.5" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " playwright-webkit" ,
3- "version" : " 1.21.0-next " ,
3+ "version" : " 1.21.0" ,
44 "description" : " A high-level API to automate WebKit" ,
55 "repository" : " github:Microsoft/playwright" ,
66 "homepage" : " https://playwright.dev" ,
2525 "install" : " node install.js"
2626 },
2727 "dependencies" : {
28- "playwright-core" : " 1.21.0-next "
28+ "playwright-core" : " 1.21.0"
2929 }
3030}
You can’t perform that action at this time.
0 commit comments