Update Playwright to 1.46.1 (#50772)

This commit is contained in:
Jonathan Lane 2024-08-20 00:40:46 -07:00 committed by GitHub
parent ba6f81c486
commit d5c901e3b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 1113 additions and 679 deletions

View File

@ -172,7 +172,7 @@
"packages": [
"**"
],
"pinVersion": "^1.45.1"
"pinVersion": "^1.46.1"
},
{
"dependencies": [

View File

@ -113,7 +113,7 @@
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.2",
"@bartekbp/typescript-checkstyle": "5.0.0",
"@playwright/test": "^1.45.1",
"@playwright/test": "^1.46.1",
"@storybook/addon-a11y": "7.5.2",
"@storybook/addon-actions": "^7.6.4",
"@storybook/addon-docs": "^7.6.4",

View File

@ -0,0 +1,4 @@
Significance: patch
Type: dev
Update Playwright to 1.46.1 from 1.45.1

View File

@ -592,7 +592,7 @@
"@babel/core": "7.12.9",
"@babel/preset-env": "7.12.7",
"@babel/register": "7.12.1",
"@playwright/test": "^1.45.1",
"@playwright/test": "^1.46.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/experimental-utils": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",

File diff suppressed because it is too large Load Diff