Skip to content

Commit

Permalink
fix: update playwright dependencies to latest (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 authored Jun 19, 2024
1 parent 1e04835 commit c447d0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"lodash": "^4",
"minimatch": "^9",
"mocha": "^10",
"playwright-core": "^1.43.1"
"playwright-core": "^1.44.1"
},
"devDependencies": {
"@playwright/test": "^1",
Expand All @@ -64,7 +64,7 @@
"eslint-config-brightspace": "^1",
"http-server": "^14",
"npm-run-all": "^4",
"playwright": "^1.43.1",
"playwright": "^1.44.1",
"sinon": "^18",
"start-server-and-test": "^2",
"testcafe": "^3",
Expand Down

0 comments on commit c447d0b

Please sign in to comment.