mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 00:00:33 +00:00
chore(deps-dev): bump @playwright/test in /frontend (#246)
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.23.4 to 1.24.0. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.23.4...v1.24.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+15
-15
@@ -18,7 +18,7 @@
|
||||
"vscode-ws-jsonrpc": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.23.4",
|
||||
"@playwright/test": "^1.24.0",
|
||||
"@sveltejs/adapter-static": "^1.0.0-next.37",
|
||||
"@sveltejs/kit": "next",
|
||||
"@tailwindcss/forms": "^0.5.1",
|
||||
@@ -306,13 +306,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@playwright/test": {
|
||||
"version": "1.23.4",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.23.4.tgz",
|
||||
"integrity": "sha512-iIsoMJDS/lyuhw82FtcV/B3PXikgVD3hNe5hyvOpRM0uRr1OIpN3LgPeRbBjhzBWmyf6RgRg5fqK5sVcpA03yA==",
|
||||
"version": "1.24.0",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.24.0.tgz",
|
||||
"integrity": "sha512-sZLH2N6aWN9TtG+vMjNSomSfX0dSVHwWE+GhHQPV+ZeGcuZ/6CgMCGFuGjobgq/hNF9ZkuVOjeyoceZ0owKnHQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/node": "*",
|
||||
"playwright-core": "1.23.4"
|
||||
"playwright-core": "1.24.0"
|
||||
},
|
||||
"bin": {
|
||||
"playwright": "cli.js"
|
||||
@@ -3049,9 +3049,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/playwright-core": {
|
||||
"version": "1.23.4",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.23.4.tgz",
|
||||
"integrity": "sha512-h5V2yw7d8xIwotjyNrkLF13nV9RiiZLHdXeHo+nVJIYGVlZ8U2qV0pMxNJKNTvfQVT0N8/A4CW6/4EW2cOcTiA==",
|
||||
"version": "1.24.0",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.24.0.tgz",
|
||||
"integrity": "sha512-BkDWdVsoEEC8m2glQlfNu1EN2qvjBsLIg5bD0wjrfwv9zVHktIsp80yYFObAcWreLNYhfRP4PlXE04lr5R4DFQ==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"playwright": "cli.js"
|
||||
@@ -5064,13 +5064,13 @@
|
||||
}
|
||||
},
|
||||
"@playwright/test": {
|
||||
"version": "1.23.4",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.23.4.tgz",
|
||||
"integrity": "sha512-iIsoMJDS/lyuhw82FtcV/B3PXikgVD3hNe5hyvOpRM0uRr1OIpN3LgPeRbBjhzBWmyf6RgRg5fqK5sVcpA03yA==",
|
||||
"version": "1.24.0",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.24.0.tgz",
|
||||
"integrity": "sha512-sZLH2N6aWN9TtG+vMjNSomSfX0dSVHwWE+GhHQPV+ZeGcuZ/6CgMCGFuGjobgq/hNF9ZkuVOjeyoceZ0owKnHQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/node": "*",
|
||||
"playwright-core": "1.23.4"
|
||||
"playwright-core": "1.24.0"
|
||||
}
|
||||
},
|
||||
"@popperjs/core": {
|
||||
@@ -6783,9 +6783,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"playwright-core": {
|
||||
"version": "1.23.4",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.23.4.tgz",
|
||||
"integrity": "sha512-h5V2yw7d8xIwotjyNrkLF13nV9RiiZLHdXeHo+nVJIYGVlZ8U2qV0pMxNJKNTvfQVT0N8/A4CW6/4EW2cOcTiA==",
|
||||
"version": "1.24.0",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.24.0.tgz",
|
||||
"integrity": "sha512-BkDWdVsoEEC8m2glQlfNu1EN2qvjBsLIg5bD0wjrfwv9zVHktIsp80yYFObAcWreLNYhfRP4PlXE04lr5R4DFQ==",
|
||||
"dev": true
|
||||
},
|
||||
"postcss": {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"test": "playwright test --config=tests-out/playwright.config.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.23.4",
|
||||
"@playwright/test": "^1.24.0",
|
||||
"@sveltejs/adapter-static": "^1.0.0-next.37",
|
||||
"@sveltejs/kit": "next",
|
||||
"@tailwindcss/forms": "^0.5.1",
|
||||
|
||||
Reference in New Issue
Block a user