This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency playwright to v1.15.0 (#3150)
* Update dependency playwright to v1.15.0 * Update snapshots Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: GitHub Action <[email protected]> Co-authored-by: eps1lon <[email protected]>
- Loading branch information
1 parent
8603847
commit 1e7bf77
Showing
4 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
{ | ||
"id": "615182acd8ec1b000706d2a8", | ||
"id": "6151a9243a8d3d0007eb6a27", | ||
"site_id": "64f32322-7c26-4008-b886-60800cd747b0", | ||
"build_id": "615182acd8ec1b000706d2a6", | ||
"state": "ready", | ||
"build_id": "6151a9243a8d3d0007eb6a25", | ||
"state": "new", | ||
"name": "material-ui", | ||
"url": "http://material-ui.netlify.app", | ||
"admin_url": "https://app.netlify.com/sites/material-ui", | ||
"deploy_url": "http://master--material-ui.netlify.app", | ||
"deploy_ssl_url": "https://master--material-ui.netlify.app", | ||
"created_at": "2021-09-27T08:37:00.656Z", | ||
"updated_at": "2021-09-27T10:10:02.721Z", | ||
"commit_ref": "be67d9b0482acd49cd91417585244b3d0f83ba1a", | ||
"created_at": "2021-09-27T11:21:08.710Z", | ||
"updated_at": "2021-09-27T11:21:08.710Z", | ||
"commit_ref": "1574de301f2d1a0b8c8e6f48f707367d4b50d531", | ||
"review_id": null, | ||
"skipped": null, | ||
"locked": null, | ||
"branch": "master", | ||
"commit_url": "https://github.com/mui-org/material-ui/commit/be67d9b0482acd49cd91417585244b3d0f83ba1a", | ||
"commit_url": "https://github.com/mui-org/material-ui/commit/1574de301f2d1a0b8c8e6f48f707367d4b50d531", | ||
"log_access_attributes": { | ||
"type": "firebase", | ||
"url": "https://netlify-builds4.firebaseio.com/builds/615182acd8ec1b000706d2a6/log", | ||
"endpoint": "https://netlify-builds4.firebaseio.com", | ||
"path": "/builds/615182acd8ec1b000706d2a6/log", | ||
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MzI3Mzg0MDUsImQiOnsidWlkIjoiIn19.soLgAs_boAwjLnp4A4FZvvkHDwu5MJWROSk93chJ45Q" | ||
"url": "https://netlify-builds6.firebaseio.com/builds/6151a9243a8d3d0007eb6a25/log", | ||
"endpoint": "https://netlify-builds6.firebaseio.com", | ||
"path": "/builds/6151a9243a8d3d0007eb6a25/log", | ||
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MzI3NDE4MjQsImQiOnsidWlkIjoiIn19.g1LDLqw8AJWt_Erl4Jm5yI3oy4KEYe6JoPHryD2Qvbs" | ||
}, | ||
"title": "[Slider] Don't error on minimal changes with readonly value (#28472)\n\nCo-authored-by: Olivier Tassinari <[email protected]>", | ||
"title": "[docs] Fix title MUI x2 (#28634)", | ||
"review_url": null, | ||
"published_at": "2021-09-27T08:53:40.942Z", | ||
"published_at": null, | ||
"context": "production", | ||
"deploy_time": 998, | ||
"deploy_time": null, | ||
"public": true, | ||
"plugin_state": "success" | ||
"plugin_state": "none" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5393,10 +5393,10 @@ [email protected]: | |
"@testing-library/dom" "^7.22.2" | ||
wait-for-expect "^3.0.2" | ||
|
||
playwright@1.14.1: | ||
version "1.14.1" | ||
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.14.1.tgz#73913d3044a85a58edf13148245279231072532e" | ||
integrity sha512-JYNjhwWcfsBkg0FMGLbFO9e58FVdmICE4k97/glIQV7cBULL7oxNjRQC7Ffe+Y70XVNnP0HSJLaA0W5SukyftQ== | ||
playwright@1.15.0: | ||
version "1.15.0" | ||
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.15.0.tgz#c8c75287541e75317988b973a306d2f61065aefb" | ||
integrity sha512-JtagFVjNvccP1rIixHB/4KbR+BzMTJLty6mo71YLatvJR9ZH+PX8DLlhw1KDdIH2YGMSQGf2ihh4KAp9tsklxQ== | ||
dependencies: | ||
commander "^6.1.0" | ||
debug "^4.1.1" | ||
|