Skip to content

Commit

Permalink
ncu -u: playwright-firefox 1.39.0 -> 1.40.0, eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
vogler committed Nov 23, 2023
1 parent 4231b7d commit 5919d37
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 71 deletions.
138 changes: 70 additions & 68 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"enquirer": "^2.4.1",
"lowdb": "^6.1.1",
"otplib": "^12.0.1",
"playwright-firefox": "^1.39.0",
"playwright-firefox": "^1.40.0",
"puppeteer-extra-plugin-stealth": "^2.11.2"
},
"repository": {
Expand All @@ -25,7 +25,7 @@
"author": "Ralf Vogler",
"license": "AGPL-3.0-only",
"devDependencies": {
"@stylistic/eslint-plugin-js": "^1.0.1",
"eslint": "^8.53.0"
"@stylistic/eslint-plugin-js": "^1.4.1",
"eslint": "^8.54.0"
}
}

2 comments on commit 5919d37

@MonarcShadow
Copy link

@MonarcShadow MonarcShadow commented on 5919d37 Dec 15, 2023

Choose a reason for hiding this comment

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

By mistake I deleted the folder where I had the script, when I try to start the session again the following error appears
image

@vogler
Copy link
Owner Author

@vogler vogler commented on 5919d37 Dec 18, 2023

Choose a reason for hiding this comment

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

Ok, interesting. Looks like #260. But more likely that the DOM changed than the playwright update being the issue.

Please sign in to comment.