Skip to content

Commit

Permalink
Update playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsola-guardian committed May 16, 2024
1 parent 2bbb49a commit 8267b07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"dotenv": "^16.3.1",
"inquirer": "^8.2.6",
"playwright-aws-lambda": "^0.10.0",
"playwright-core": "^1.40.1",
"playwright-core": "^1.44.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@aws-sdk/client-lambda": "^3.490.0",
"@babel/parser": "^7.23.6",
"@babel/parser": "^7.23.6",
"@guardian/eslint-config-typescript": "^9.0.1",
"@guardian/prettier": "^7.0.0",
"@guardian/tsconfig": "^0.2.0",
Expand All @@ -47,4 +47,4 @@
"overrides": {
"clone-deep": "4.0.1"
}
}
}
8 changes: 4 additions & 4 deletions monitoring/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4724,10 +4724,10 @@ playwright-aws-lambda@^0.10.0:
dependencies:
lambdafs "^2.1.1"

playwright-core@^1.40.1:
version "1.40.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.40.1.tgz#442d15e86866a87d90d07af528e0afabe4c75c05"
integrity sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ==
playwright-core@^1.44.0:
version "1.44.0"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.44.0.tgz#316c4f0bca0551ffb88b6eb1c97bc0d2d861b0d5"
integrity sha512-ZTbkNpFfYcGWohvTTl+xewITm7EOuqIqex0c7dNZ+aXsbrLj0qI8XlGKfPpipjm0Wny/4Lt4CJsWJk1stVS5qQ==

prelude-ls@^1.2.1:
version "1.2.1"
Expand Down

1 comment on commit 8267b07

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.04% 254/279
🟢 Branches 81.67% 98/120
🟢 Functions 88.57% 62/70
🟢 Lines 90.74% 245/270

Test suite run success

331 tests passing in 16 suites.

Report generated by 🧪jest coverage report action from 8267b07

Please sign in to comment.