Skip to content

Commit 2b5d0cb

Browse files
authored
Update @playwright/test to version 1.23.1
1 parent 25f7cde commit 2b5d0cb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/test-apps/simple-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "*"
1616
},
1717
"devDependencies": {
18-
"@playwright/test": "^1.23.0",
18+
"@playwright/test": "^1.23.1",
1919
"html-validator": "^5.1.18"
2020
}
2121
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,13 +1207,13 @@
12071207
resolved "https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.1.0.tgz#563539048255bbe1a5f4f586a4a10a1bb737f44a"
12081208
integrity sha512-hf+3bwuBwtXsugA2ULBc95qxrOqP2pOekLz34BJhcAKawt94vfeNyUKpYc0lZQ/3sCP6LqRa7UAdHA7i5UODzQ==
12091209

1210-
"@playwright/test@^1.23.0":
1211-
version "1.23.0"
1212-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.23.0.tgz#5d07ace37e1598a4a1a785b07856620b4e26fc43"
1213-
integrity sha512-RPWI8AHBVBiDyfTuxi1BhOaY3yaVy3S5ZsGKkSGGeWpZtSgN4SerInCYvgh9+EunIAK4RJQo+bzupbAn5pVqHQ==
1210+
"@playwright/test@^1.23.1":
1211+
version "1.23.1"
1212+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.23.1.tgz#209cceb81c579d1cd2835f15c2bb3a8345103d60"
1213+
integrity sha512-dKplLPSYPZgnsBk1xxOophhpx3ZVg8DveoNJgLPe096lDCfmaIIreLsYF+4hqzy3PG61IP+aEnG5VAOjC3bhbA==
12141214
dependencies:
12151215
"@types/node" "*"
1216-
playwright-core "1.23.0"
1216+
playwright-core "1.23.1"
12171217

12181218
"@rollup/pluginutils@^4.1.1":
12191219
version "4.1.1"
@@ -5986,10 +5986,10 @@ [email protected]:
59865986
yauzl "2.10.0"
59875987
yazl "2.5.1"
59885988

5989-
5990-
version "1.23.0"
5991-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.23.0.tgz#51e24121b3a5bbe759d79738d8eff7a63156293c"
5992-
integrity sha512-Zzhyr5RZGoJ1ek2sgfJCt2076kdOg8hnNwFBqAYeLySiutXyxSQk93vZ5gbnFiWV1sHvueCcwla9n35acUTxtA==
5989+
5990+
version "1.23.1"
5991+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.23.1.tgz#af02bd7568af1017e477433b1b003ba84e1eb312"
5992+
integrity sha512-9CXsE0gawph4KXl6oUaa0ehHRySZjHvly4TybcBXDvzK3N3o6L/eZ8Q6iVWUiMn0LLS5bRFxo1qEtOETlYJxjw==
59935993

59945994
59955995
version "6.0.0"

0 commit comments

Comments
 (0)