Skip to content

Commit

Permalink
build(deps): bump cypress from 12.3.0 to 12.17.2
Browse files Browse the repository at this point in the history
fixes #288
  • Loading branch information
derevnjuk committed Jul 24, 2023
1 parent 1d08eb3 commit 6303871
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 111 deletions.
2 changes: 1 addition & 1 deletion cypress/app/views/multi-targets.hbs
Expand Up @@ -22,7 +22,7 @@
popupWindowLink.addEventListener('click', (e) => {
e.preventDefault();
const newWindow = window.open('/pages/popup', undefined, 'popup,height=200,width=150');
if (window.focus) {
if (newWindow?.focus) {
newWindow.focus();
}
return false;
Expand Down
133 changes: 71 additions & 62 deletions example/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 example/package.json
Expand Up @@ -19,7 +19,7 @@
"@types/express": "^4.17.15",
"@types/express-session": "^1.17.5",
"@types/morgan": "^1.9.4",
"cypress": "^12.3.0",
"cypress": "^12.17.2",
"start-server-and-test": "^1.15.2",
"ts-node": "^10.9.1",
"typescript": "~4.8.2"
Expand Down

0 comments on commit 6303871

Please sign in to comment.