Update playwright (#31895)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot]
2026-01-27 16:48:33 +00:00
committed by GitHub
parent b908e8c7f2
commit e5f0ea79e5
7 changed files with 89 additions and 75 deletions
+2 -5
View File
@@ -48,9 +48,6 @@
"lint:js": "eslint --max-warnings 0 src && prettier --check .",
"lint:types": "tsc --noEmit && tsc --noEmit -p tsconfig.node.json"
},
"resolutions": {
"playwright": "1.57.0"
},
"dependencies": {
"@element-hq/element-web-module-api": "^1.8.0",
"@vector-im/compound-design-tokens": "^6.4.3",
@@ -63,7 +60,7 @@
"temporal-polyfill": "^0.3.0"
},
"devDependencies": {
"@element-hq/element-web-playwright-common": "2.2.4",
"@element-hq/element-web-playwright-common": "2.2.5",
"@fetch-mock/vitest": "^0.2.18",
"@matrix-org/react-sdk-module-api": "^2.5.0",
"@playwright/test": "1.57.0",
@@ -109,7 +106,7 @@
"vite": "^7.3.1",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-node-polyfills": "^0.25.0",
"vitest": "^4.0.17",
"vitest": "^4.0.18",
"vitest-browser-react": "^2.0.2",
"vitest-sonar-reporter": "^3.0.0"
},