Skip to content

Commit

Permalink
refactor: remove/add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 17, 2023
1 parent 1656f3f commit 0d0a824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
},
"devDependencies": {
"@browserless/test": "^9.10.2",
"ava": "latest"
"ava": "latest",
"cheerio": "latest"
},
"engines": {
"node": ">= 12"
Expand Down
1 change: 1 addition & 0 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"test"
],
"devDependencies": {
"ava": "latest",
"browserless": "latest",
"exists-file": "latest",
"fs-extra": "latest",
Expand Down

0 comments on commit 0d0a824

Please sign in to comment.