Skip to content

Commit

Permalink
chore: update tc dependency in playwright module deps
Browse files Browse the repository at this point in the history
  • Loading branch information
javierlopezdeancos committed Apr 1, 2024
1 parent db8650f commit a85d8f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 38 deletions.
38 changes: 2 additions & 36 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 packages/modules/playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testcontainers/playwright",
"version": "10.7.2",
"version": "10.8.0",
"license": "MIT",
"keywords": [
"playwright",
Expand Down Expand Up @@ -29,6 +29,6 @@
"build": "tsc --project tsconfig.build.json"
},
"dependencies": {
"testcontainers": "^10.7.2"
"testcontainers": "^10.8.0"
}
}

0 comments on commit a85d8f5

Please sign in to comment.