mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
chore(deps-dev): bump @playwright/test in /frontend (#574)
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.25.1 to 1.25.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.25.1...v1.25.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.25.1",
|
||||
"@playwright/test": "^1.25.2",
|
||||
"@sveltejs/adapter-static": "^1.0.0-next.42",
|
||||
"@sveltejs/kit": "next",
|
||||
"@tailwindcss/forms": "^0.5.3",
|
||||
@@ -402,13 +402,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@playwright/test": {
|
||||
"version": "1.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.25.1.tgz",
|
||||
"integrity": "sha512-IJ4X0yOakXtwkhbnNzKkaIgXe6df7u3H3FnuhI9Jqh+CdO0e/lYQlDLYiyI9cnXK8E7UAppAWP+VqAv6VX7HQg==",
|
||||
"version": "1.25.2",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.25.2.tgz",
|
||||
"integrity": "sha512-6qPznIR4Fw02OMbqXUPMG6bFFg1hDVNEdihKy0t9K0dmRbus1DyP5Q5XFQhGwEHQkLG5hrSfBuu9CW/foqhQHQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/node": "*",
|
||||
"playwright-core": "1.25.1"
|
||||
"playwright-core": "1.25.2"
|
||||
},
|
||||
"bin": {
|
||||
"playwright": "cli.js"
|
||||
@@ -3789,9 +3789,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/playwright-core": {
|
||||
"version": "1.25.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.25.1.tgz",
|
||||
"integrity": "sha512-lSvPCmA2n7LawD2Hw7gSCLScZ+vYRkhU8xH0AapMyzwN+ojoDqhkH/KIEUxwNu2PjPoE/fcE0wLAksdOhJ2O5g==",
|
||||
"version": "1.25.2",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.25.2.tgz",
|
||||
"integrity": "sha512-0yTbUE9lIddkEpLHL3u8PoCL+pWiZtj5A/j3U7YoNjcmKKDGBnCrgHJMzwd2J5vy6l28q4ki3JIuz7McLHhl1A==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"playwright": "cli.js"
|
||||
@@ -6135,13 +6135,13 @@
|
||||
}
|
||||
},
|
||||
"@playwright/test": {
|
||||
"version": "1.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.25.1.tgz",
|
||||
"integrity": "sha512-IJ4X0yOakXtwkhbnNzKkaIgXe6df7u3H3FnuhI9Jqh+CdO0e/lYQlDLYiyI9cnXK8E7UAppAWP+VqAv6VX7HQg==",
|
||||
"version": "1.25.2",
|
||||
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.25.2.tgz",
|
||||
"integrity": "sha512-6qPznIR4Fw02OMbqXUPMG6bFFg1hDVNEdihKy0t9K0dmRbus1DyP5Q5XFQhGwEHQkLG5hrSfBuu9CW/foqhQHQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/node": "*",
|
||||
"playwright-core": "1.25.1"
|
||||
"playwright-core": "1.25.2"
|
||||
}
|
||||
},
|
||||
"@popperjs/core": {
|
||||
@@ -8503,9 +8503,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"playwright-core": {
|
||||
"version": "1.25.1",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.25.1.tgz",
|
||||
"integrity": "sha512-lSvPCmA2n7LawD2Hw7gSCLScZ+vYRkhU8xH0AapMyzwN+ojoDqhkH/KIEUxwNu2PjPoE/fcE0wLAksdOhJ2O5g==",
|
||||
"version": "1.25.2",
|
||||
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.25.2.tgz",
|
||||
"integrity": "sha512-0yTbUE9lIddkEpLHL3u8PoCL+pWiZtj5A/j3U7YoNjcmKKDGBnCrgHJMzwd2J5vy6l28q4ki3JIuz7McLHhl1A==",
|
||||
"dev": true
|
||||
},
|
||||
"postcss": {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"test": "playwright test --config=tests-out/playwright.config.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.25.1",
|
||||
"@playwright/test": "^1.25.2",
|
||||
"@sveltejs/adapter-static": "^1.0.0-next.42",
|
||||
"@sveltejs/kit": "next",
|
||||
"@tailwindcss/forms": "^0.5.3",
|
||||
|
||||
Reference in New Issue
Block a user