Skip to content

Commit

Permalink
chore: update playwright to version 1.50.0 and adjust debugger port i…
Browse files Browse the repository at this point in the history
…n launch configuration
  • Loading branch information
simlarsen committed Jan 24, 2025
1 parent 2702313 commit ec86ef4
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"address": "127.0.0.1",
"localRoot": "${workspaceFolder}/Probe",
"name": "Probe: Debug with Docker",
"port": 9655,
"port": 9229,
"remoteRoot": "/usr/src/app",
"request": "attach",
"skipFiles": [
Expand Down
16 changes: 8 additions & 8 deletions Common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"nodemailer": "^6.9.10",
"otpauth": "^9.3.1",
"pg": "^8.7.3",
"playwright": "^1.48.2",
"playwright": "^1.50.0",
"posthog-js": "^1.139.6",
"prop-types": "^15.8.1",
"qrcode": "^1.5.3",
Expand Down
5 changes: 4 additions & 1 deletion Probe/nodemon.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"watch": ["./","../Common"],
"watch": [
"./",
"../Common"
],
"ext": "ts,json,tsx,env,js,jsx,hbs",
"exec": "node --inspect=0.0.0.0:9229 --require ts-node/register Index.ts"
}
20 changes: 10 additions & 10 deletions Probe/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Probe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Common": "file:../Common",
"ejs": "^3.1.10",
"ping": "^0.4.4",
"playwright": "^1.48.2",
"playwright": "^1.50.0",
"ts-node": "^10.9.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ProbeIngest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec86ef4

Please sign in to comment.