зеркало из https://github.com/Azure/BatchExplorer.git
Update playwright
This commit is contained in:
Родитель
f72e8dfd36
Коммит
a02a042332
|
@ -4,6 +4,7 @@
|
|||
/**/lib-cjs
|
||||
/**/lib-umd
|
||||
/**/build
|
||||
/**/test-results
|
||||
/desktop/release/
|
||||
coverage/
|
||||
env/
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
"@angular-eslint/template-parser": "^13.2.1",
|
||||
"@angular/compiler-cli": "^11.0.0",
|
||||
"@ngtools/webpack": "^11.0.0",
|
||||
"@playwright/test": "^1.18.1",
|
||||
"@playwright/test": "^1.43.1",
|
||||
"@types/chart.js": "^2.9.24",
|
||||
"@types/d3": "^7.4.0",
|
||||
"@types/extract-zip": "^1.6.2",
|
||||
|
@ -126,7 +126,7 @@
|
|||
"node-fetch": "^2.6.7",
|
||||
"nyc": "^15.1.0",
|
||||
"patch-package": "^6.5.1",
|
||||
"playwright": "^1.18.1",
|
||||
"playwright": "^1.43.1",
|
||||
"prettier": "^2.2.1",
|
||||
"proxyquire": "^2.1.3",
|
||||
"raw-loader": "^1.0.0",
|
||||
|
@ -1812,22 +1812,18 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@playwright/test": {
|
||||
"version": "1.37.1",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.1.tgz",
|
||||
"integrity": "sha512-bq9zTli3vWJo8S3LwB91U0qDNQDpEXnw7knhxLM0nwDvexQAwx9tO8iKDZSqqneVq+URd/WIoz+BALMqUTgdSg==",
|
||||
"version": "1.43.1",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.43.1.tgz",
|
||||
"integrity": "sha512-HgtQzFgNEEo4TE22K/X7sYTYNqEMMTZmFS8kTq6m8hXj+m1D8TgwgIbumHddJa9h4yl4GkKb8/bgAl2+g7eDgA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/node": "*",
|
||||
"playwright-core": "1.37.1"
|
||||
"playwright": "1.43.1"
|
||||
},
|
||||
"bin": {
|
||||
"playwright": "cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"fsevents": "2.3.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@sindresorhus/is": {
|
||||
|
@ -15659,25 +15655,27 @@
|
|||
}
|
||||
},
|
||||
"node_modules/playwright": {
|
||||
"version": "1.37.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.37.1.tgz",
|
||||
"integrity": "sha512-bgUXRrQKhT48zHdxDYQTpf//0xDfDd5hLeEhjuSw8rXEGoT9YeElpfvs/izonTNY21IQZ7d3s22jLxYaAnubbQ==",
|
||||
"version": "1.43.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.43.1.tgz",
|
||||
"integrity": "sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"playwright-core": "1.37.1"
|
||||
"playwright-core": "1.43.1"
|
||||
},
|
||||
"bin": {
|
||||
"playwright": "cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"fsevents": "2.3.2"
|
||||
}
|
||||
},
|
||||
"node_modules/playwright-core": {
|
||||
"version": "1.37.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.1.tgz",
|
||||
"integrity": "sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA==",
|
||||
"version": "1.43.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.1.tgz",
|
||||
"integrity": "sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"playwright-core": "cli.js"
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
"@angular/compiler-cli": "^11.0.0",
|
||||
"@batch/common-config": "^1.0.0",
|
||||
"@ngtools/webpack": "^11.0.0",
|
||||
"@playwright/test": "^1.18.1",
|
||||
"@playwright/test": "^1.43.1",
|
||||
"@types/chart.js": "^2.9.24",
|
||||
"@types/d3": "^7.4.0",
|
||||
"@types/extract-zip": "^1.6.2",
|
||||
|
@ -165,7 +165,7 @@
|
|||
"node-fetch": "^2.6.7",
|
||||
"nyc": "^15.1.0",
|
||||
"patch-package": "^6.5.1",
|
||||
"playwright": "^1.18.1",
|
||||
"playwright": "^1.43.1",
|
||||
"prettier": "^2.2.1",
|
||||
"proxyquire": "^2.1.3",
|
||||
"raw-loader": "^1.0.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче