bump playwright to 1.30 (#5724)

* bump playwright to 1.30

* fix version
This commit is contained in:
Filipe Freire
2023-01-26 17:48:07 +00:00
committed by GitHub
parent 019a85318c
commit 25a283ade5
2 changed files with 16 additions and 16 deletions

View File

@@ -12,7 +12,7 @@
"@grpc/grpc-js": "^1.6.7",
"@grpc/proto-loader": "^0.6.11",
"@jest/globals": "^28.1.0",
"@playwright/test": "^1.30.0-alpha-jan-17-2023",
"@playwright/test": "^v1.30.0",
"@ravanallc/grpc-server-reflection": "^0.1.6",
"@types/concurrently": "^6.0.1",
"@types/express": "^4.17.11",
@@ -1006,13 +1006,13 @@
}
},
"node_modules/@playwright/test": {
"version": "1.30.0-alpha-jan-9-2023",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.30.0-alpha-jan-9-2023.tgz",
"integrity": "sha512-YwZujgX8/kBKAtF1EpUFmt66yPhc07wIJVV+8NWPgenM+jnxCnVtYozfu65VPl8jnm/uwY0thrpFdi7OKq3UPg==",
"version": "1.30.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.30.0.tgz",
"integrity": "sha512-SVxkQw1xvn/Wk/EvBnqWIq6NLo1AppwbYOjNLmyU0R1RoQ3rLEBtmjTnElcnz8VEtn11fptj1ECxK0tgURhajw==",
"dev": true,
"dependencies": {
"@types/node": "*",
"playwright-core": "1.30.0-alpha-jan-9-2023"
"playwright-core": "1.30.0"
},
"bin": {
"playwright": "cli.js"
@@ -5176,9 +5176,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.30.0-alpha-jan-9-2023",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.30.0-alpha-jan-9-2023.tgz",
"integrity": "sha512-Mqwbq1HV5iYS00aFj84tO2PsjuyK1TDkClAKf/9KRA6CMcoHFOfsFZwWAipGuCyjeqj50w69xT+LD6+l8pDm3A==",
"version": "1.30.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.30.0.tgz",
"integrity": "sha512-7AnRmTCf+GVYhHbLJsGUtskWTE33SwMZkybJ0v6rqR1boxq2x36U7p1vDRV7HO2IwTZgmycracLxPEJI49wu4g==",
"dev": true,
"bin": {
"playwright": "cli.js"
@@ -6978,13 +6978,13 @@
}
},
"@playwright/test": {
"version": "1.30.0-alpha-jan-9-2023",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.30.0-alpha-jan-9-2023.tgz",
"integrity": "sha512-YwZujgX8/kBKAtF1EpUFmt66yPhc07wIJVV+8NWPgenM+jnxCnVtYozfu65VPl8jnm/uwY0thrpFdi7OKq3UPg==",
"version": "1.30.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.30.0.tgz",
"integrity": "sha512-SVxkQw1xvn/Wk/EvBnqWIq6NLo1AppwbYOjNLmyU0R1RoQ3rLEBtmjTnElcnz8VEtn11fptj1ECxK0tgURhajw==",
"dev": true,
"requires": {
"@types/node": "*",
"playwright-core": "1.30.0-alpha-jan-9-2023"
"playwright-core": "1.30.0"
}
},
"@protobufjs/aspromise": {
@@ -10199,9 +10199,9 @@
}
},
"playwright-core": {
"version": "1.30.0-alpha-jan-9-2023",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.30.0-alpha-jan-9-2023.tgz",
"integrity": "sha512-Mqwbq1HV5iYS00aFj84tO2PsjuyK1TDkClAKf/9KRA6CMcoHFOfsFZwWAipGuCyjeqj50w69xT+LD6+l8pDm3A==",
"version": "1.30.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.30.0.tgz",
"integrity": "sha512-7AnRmTCf+GVYhHbLJsGUtskWTE33SwMZkybJ0v6rqR1boxq2x36U7p1vDRV7HO2IwTZgmycracLxPEJI49wu4g==",
"dev": true
},
"pretty-format": {

View File

@@ -31,7 +31,7 @@
"@grpc/grpc-js": "^1.6.7",
"@grpc/proto-loader": "^0.6.11",
"@jest/globals": "^28.1.0",
"@playwright/test": "^1.30.0-alpha-jan-17-2023",
"@playwright/test": "^1.30.0",
"@ravanallc/grpc-server-reflection": "^0.1.6",
"@types/concurrently": "^6.0.1",
"@types/express": "^4.17.11",