Skip to content

Commit

Permalink
chore: cleanup in e2e test (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored May 7, 2024
1 parent 7d1ac2e commit 465a19a
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 25 deletions.
2 changes: 1 addition & 1 deletion e2e/js_image_docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image",
"dependencies": {
"chalk": "^5.0.0"
"chalk": "^4.0.0"
}
}
30 changes: 18 additions & 12 deletions e2e/js_image_docker/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion e2e/js_image_oci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image",
"dependencies": {
"chalk": "^5.2.0"
"chalk": "^4.0.0"
}
}
25 changes: 14 additions & 11 deletions e2e/js_image_oci/pnpm-lock.yaml

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

2 changes: 2 additions & 0 deletions e2e/js_image_oci/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- '.'

0 comments on commit 465a19a

Please sign in to comment.