test: update playwright dependencies

This commit is contained in:
Anton B 2023-08-28 13:28:52 -03:00
parent 2106d1276a
commit 133da09996
2 changed files with 26 additions and 45 deletions

View File

@ -5,23 +5,23 @@
"packages": {
"": {
"dependencies": {
"@playwright/test": "^1.35.0",
"@playwright/test": "^1.37.1",
"axios": "^1.4.0",
"chalk": "^4.1.2",
"deep-equal": "^2.2.1",
"dotenv": "^16.1.4",
"playwright": "^1.35.0",
"playwright": "^1.37.1",
"sha1": "^1.1.1",
"xml2js": "^0.6.0"
}
},
"node_modules/@playwright/test": {
"version": "1.35.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.35.0.tgz",
"integrity": "sha512-6qXdd5edCBynOwsz1YcNfgX8tNWeuS9fxy5o59D0rvHXxRtjXRebB4gE4vFVfEMXl/z8zTnAzfOs7aQDEs8G4Q==",
"version": "1.37.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.1.tgz",
"integrity": "sha512-bq9zTli3vWJo8S3LwB91U0qDNQDpEXnw7knhxLM0nwDvexQAwx9tO8iKDZSqqneVq+URd/WIoz+BALMqUTgdSg==",
"dependencies": {
"@types/node": "*",
"playwright-core": "1.35.0"
"playwright-core": "1.37.1"
},
"bin": {
"playwright": "cli.js"
@ -281,19 +281,6 @@
"node": ">= 6"
}
},
"node_modules/fsevents": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"hasInstallScript": true,
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/function-bind": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
@ -693,12 +680,12 @@
}
},
"node_modules/playwright": {
"version": "1.35.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.35.0.tgz",
"integrity": "sha512-xhFhsoBmKPQfj3dM+HbIiFVlqRCZp2rwdJd/QFd9YBuidabo3TkVv0iuxPQ4vZoMwtSI7qzjY93f5ohdC97hww==",
"version": "1.37.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.37.1.tgz",
"integrity": "sha512-bgUXRrQKhT48zHdxDYQTpf//0xDfDd5hLeEhjuSw8rXEGoT9YeElpfvs/izonTNY21IQZ7d3s22jLxYaAnubbQ==",
"hasInstallScript": true,
"dependencies": {
"playwright-core": "1.35.0"
"playwright-core": "1.37.1"
},
"bin": {
"playwright": "cli.js"
@ -708,9 +695,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.35.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.0.tgz",
"integrity": "sha512-muMXyPmIx/2DPrCHOD1H1ePT01o7OdKxKj2ebmCAYvqhUy+Y1bpal7B0rdoxros7YrXI294JT/DWw2LqyiqTPA==",
"version": "1.37.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.1.tgz",
"integrity": "sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA==",
"bin": {
"playwright-core": "cli.js"
},
@ -862,13 +849,13 @@
},
"dependencies": {
"@playwright/test": {
"version": "1.35.0",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.35.0.tgz",
"integrity": "sha512-6qXdd5edCBynOwsz1YcNfgX8tNWeuS9fxy5o59D0rvHXxRtjXRebB4gE4vFVfEMXl/z8zTnAzfOs7aQDEs8G4Q==",
"version": "1.37.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.1.tgz",
"integrity": "sha512-bq9zTli3vWJo8S3LwB91U0qDNQDpEXnw7knhxLM0nwDvexQAwx9tO8iKDZSqqneVq+URd/WIoz+BALMqUTgdSg==",
"requires": {
"@types/node": "*",
"fsevents": "2.3.2",
"playwright-core": "1.35.0"
"playwright-core": "1.37.1"
}
},
"@types/node": {
@ -1045,12 +1032,6 @@
"mime-types": "^2.1.12"
}
},
"fsevents": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"optional": true
},
"function-bind": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
@ -1309,17 +1290,17 @@
}
},
"playwright": {
"version": "1.35.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.35.0.tgz",
"integrity": "sha512-xhFhsoBmKPQfj3dM+HbIiFVlqRCZp2rwdJd/QFd9YBuidabo3TkVv0iuxPQ4vZoMwtSI7qzjY93f5ohdC97hww==",
"version": "1.37.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.37.1.tgz",
"integrity": "sha512-bgUXRrQKhT48zHdxDYQTpf//0xDfDd5hLeEhjuSw8rXEGoT9YeElpfvs/izonTNY21IQZ7d3s22jLxYaAnubbQ==",
"requires": {
"playwright-core": "1.35.0"
"playwright-core": "1.37.1"
}
},
"playwright-core": {
"version": "1.35.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.0.tgz",
"integrity": "sha512-muMXyPmIx/2DPrCHOD1H1ePT01o7OdKxKj2ebmCAYvqhUy+Y1bpal7B0rdoxros7YrXI294JT/DWw2LqyiqTPA=="
"version": "1.37.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.1.tgz",
"integrity": "sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA=="
},
"proxy-from-env": {
"version": "1.1.0",

View File

@ -10,12 +10,12 @@
"rewrite-snapshots": "read -p 'CAUTION: You will delete ALL testing folders containing snapshots and run the tests to rewrite these files.\nProceed? (y/n) ' confirm && test $confirm = 'y' && sh core/scripts/rewrite-snapshots.sh"
},
"dependencies": {
"@playwright/test": "^1.35.0",
"@playwright/test": "^1.37.1",
"axios": "^1.4.0",
"chalk": "^4.1.2",
"deep-equal": "^2.2.1",
"dotenv": "^16.1.4",
"playwright": "^1.35.0",
"playwright": "^1.37.1",
"sha1": "^1.1.1",
"xml2js": "^0.6.0"
}