chore(deps-dev): bump @playwright/test in /frontend (#674)

Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.25.2 to 1.26.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.25.2...v1.26.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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:
dependabot[bot]
2022-10-03 19:14:18 +00:00
committed by GitHub
parent 49c5a0d399
commit 62ee238d8f
2 changed files with 16 additions and 16 deletions
+15 -15
View File
@@ -18,7 +18,7 @@
"vscode-ws-jsonrpc": "^2.0.0"
},
"devDependencies": {
"@playwright/test": "^1.25.2",
"@playwright/test": "^1.26.1",
"@sveltejs/adapter-static": "^1.0.0-next.43",
"@sveltejs/kit": "next",
"@tailwindcss/forms": "^0.5.3",
@@ -387,13 +387,13 @@
}
},
"node_modules/@playwright/test": {
"version": "1.25.2",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.25.2.tgz",
"integrity": "sha512-6qPznIR4Fw02OMbqXUPMG6bFFg1hDVNEdihKy0t9K0dmRbus1DyP5Q5XFQhGwEHQkLG5hrSfBuu9CW/foqhQHQ==",
"version": "1.26.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.1.tgz",
"integrity": "sha512-bNxyZASVt2adSZ9gbD7NCydzcb5JaI0OR9hc7s+nmPeH604gwp0zp17NNpwXY4c8nvuBGQQ9oGDx72LE+cUWvw==",
"dev": true,
"dependencies": {
"@types/node": "*",
"playwright-core": "1.25.2"
"playwright-core": "1.26.1"
},
"bin": {
"playwright": "cli.js"
@@ -3669,9 +3669,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.25.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.25.2.tgz",
"integrity": "sha512-0yTbUE9lIddkEpLHL3u8PoCL+pWiZtj5A/j3U7YoNjcmKKDGBnCrgHJMzwd2J5vy6l28q4ki3JIuz7McLHhl1A==",
"version": "1.26.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.1.tgz",
"integrity": "sha512-hzFchhhxnEiPc4qVPs9q2ZR+5eKNifY2hQDHtg1HnTTUuphYCBP8ZRb2si+B1TR7BHirgXaPi48LIye5SgrLAA==",
"dev": true,
"bin": {
"playwright": "cli.js"
@@ -6000,13 +6000,13 @@
}
},
"@playwright/test": {
"version": "1.25.2",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.25.2.tgz",
"integrity": "sha512-6qPznIR4Fw02OMbqXUPMG6bFFg1hDVNEdihKy0t9K0dmRbus1DyP5Q5XFQhGwEHQkLG5hrSfBuu9CW/foqhQHQ==",
"version": "1.26.1",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.26.1.tgz",
"integrity": "sha512-bNxyZASVt2adSZ9gbD7NCydzcb5JaI0OR9hc7s+nmPeH604gwp0zp17NNpwXY4c8nvuBGQQ9oGDx72LE+cUWvw==",
"dev": true,
"requires": {
"@types/node": "*",
"playwright-core": "1.25.2"
"playwright-core": "1.26.1"
}
},
"@popperjs/core": {
@@ -8306,9 +8306,9 @@
"dev": true
},
"playwright-core": {
"version": "1.25.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.25.2.tgz",
"integrity": "sha512-0yTbUE9lIddkEpLHL3u8PoCL+pWiZtj5A/j3U7YoNjcmKKDGBnCrgHJMzwd2J5vy6l28q4ki3JIuz7McLHhl1A==",
"version": "1.26.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.26.1.tgz",
"integrity": "sha512-hzFchhhxnEiPc4qVPs9q2ZR+5eKNifY2hQDHtg1HnTTUuphYCBP8ZRb2si+B1TR7BHirgXaPi48LIye5SgrLAA==",
"dev": true
},
"postcss": {
+1 -1
View File
@@ -15,7 +15,7 @@
"test": "playwright test --config=tests-out/playwright.config.js"
},
"devDependencies": {
"@playwright/test": "^1.25.2",
"@playwright/test": "^1.26.1",
"@sveltejs/adapter-static": "^1.0.0-next.43",
"@sveltejs/kit": "next",
"@tailwindcss/forms": "^0.5.3",