Skip to content

Commit

Permalink
Updating playwright version to fix the missing packages issue (#1980)
Browse files Browse the repository at this point in the history
Signed-off-by: ytimocin <[email protected]>
  • Loading branch information
ytimocin authored Jan 2, 2025
1 parent 9ecc144 commit de93a77
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 43 deletions.
85 changes: 47 additions & 38 deletions playwright/package-lock.json

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

10 changes: 5 additions & 5 deletions playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.43.1",
"@types/node": "^20.12.8",
"@types/uuid": "^9.0.8",
"typescript": "^5.4.5"
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.3",
"@types/uuid": "^10.0.0",
"typescript": "^5.7.2"
},
"dependencies": {
"uuid": "^9.0.1"
"uuid": "^11.0.3"
}
}

0 comments on commit de93a77

Please sign in to comment.