Skip to content

Commit

Permalink
Updated version of playwright-core
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsola-guardian committed Apr 25, 2024
1 parent f554d9b commit 59b3a91
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
96 changes: 48 additions & 48 deletions monitoring/package.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
{
"name": "monitoring",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "jest",
"test:dev": "jest --watch",
"lint": "eslint src/** localRun.ts --ext .ts --no-error-on-unmatched-pattern",
"start": "ts-node-dev localRun.ts",
"remote": "ts-node-dev remoteRun.ts",
"build": "ncc build src/index.ts -o dist -e aws-sdk",
"validate": "npm-run-all test lint build"
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "^3.490.0",
"commander": "^11.1.0",
"dotenv": "^16.3.1",
"inquirer": "^8.2.6",
"playwright-aws-lambda": "^0.10.0",
"playwright-core": "^1.40.1",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@aws-sdk/client-lambda": "^3.490.0",
"name": "monitoring",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "jest",
"test:dev": "jest --watch",
"lint": "eslint src/** localRun.ts --ext .ts --no-error-on-unmatched-pattern",
"start": "ts-node-dev localRun.ts",
"remote": "ts-node-dev remoteRun.ts",
"build": "ncc build src/index.ts -o dist -e aws-sdk",
"validate": "npm-run-all test lint build"
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "^3.490.0",
"commander": "^11.1.0",
"dotenv": "^16.3.1",
"inquirer": "^8.2.6",
"playwright-aws-lambda": "^0.10.0",
"playwright-core": "^1.43.1",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@aws-sdk/client-lambda": "^3.490.0",
"@babel/parser": "^7.23.6",
"@guardian/eslint-config-typescript": "^9.0.1",
"@guardian/prettier": "^7.0.0",
"@guardian/tsconfig": "^0.2.0",
"@tsconfig/node18": "^18.2.2",
"@types/aws-lambda": "^8.10.131",
"@types/inquirer": "^8.2.10",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.1",
"@vercel/ncc": "^0.38.1",
"aws-lambda": "^1.0.7",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"markdown-toc": "^1.2.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.1.1",
"ts-node-dev": "^2.0.0",
"typescript": "5.1.3"
},
"prettier": "@guardian/prettier",
"overrides": {
"clone-deep": "4.0.1"
}
}
"@guardian/eslint-config-typescript": "^9.0.1",
"@guardian/prettier": "^7.0.0",
"@guardian/tsconfig": "^0.2.0",
"@tsconfig/node18": "^18.2.2",
"@types/aws-lambda": "^8.10.131",
"@types/inquirer": "^8.2.10",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.1",
"@vercel/ncc": "^0.38.1",
"aws-lambda": "^1.0.7",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"markdown-toc": "^1.2.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.1.1",
"ts-node-dev": "^2.0.0",
"typescript": "5.1.3"
},
"prettier": "@guardian/prettier",
"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.43.1:
version "1.43.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.43.1.tgz#0eafef9994c69c02a1a3825a4343e56c99c03b02"
integrity sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==

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

1 comment on commit 59b3a91

@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 59b3a91

Please sign in to comment.