Skip to content

Commit

Permalink
feat: enable python 3.13
Browse files Browse the repository at this point in the history
* update playwright to support ubuntu 24.04
  • Loading branch information
FabienArcellier committed Jan 17, 2025
1 parent 7955949 commit 388e15c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
34 changes: 19 additions & 15 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 tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"e2e:grep": "playwright test --project=chromium --grep "
},
"dependencies": {
"writer-ui": "*",
"express": "4.19.2",
"http-proxy": "1.18.1"
"http-proxy": "1.18.1",
"writer-ui": "*"
},
"devDependencies": {
"@playwright/test": "1.42.1",
"@playwright/test": "^1.49.1",
"nodemon": "3.1.0"
}
}

0 comments on commit 388e15c

Please sign in to comment.