Skip to content

Commit

Permalink
Merge 8a9e0bc into 3412549
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jul 15, 2023
2 parents 3412549 + 8a9e0bc commit 0d4c049
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
enable-pre-post-scripts=true
resolution-mode=highest
save-prefix=~
save=false
unsafe-perm=true
strict-peer-dependencies=false
unsafe-perm=true
3 changes: 2 additions & 1 deletion packages/browserless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"superlock": "~1.0.2"
},
"devDependencies": {
"execa": "5",
"@browserless/test": "^9.11.0",
"ava": "latest",
"is-ci": "latest",
Expand All @@ -64,4 +65,4 @@
"timeout": "30s",
"workerThreads": false
}
}
}
5 changes: 1 addition & 4 deletions packages/goto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,11 @@
"pretty-ms": "~7.0.1",
"shallow-equal": "~3.1.0",
"time-span": "~4.0.0",
"top-user-agents": "~1.0.57",
"tough-cookie": "~4.1.3",
"unique-random-array": "~2.0.0"
"tough-cookie": "~4.1.3"
},
"devDependencies": {
"@browserless/test": "^9.11.0",
"ava": "latest",
"browserless": "latest",
"is-ci": "latest",
"p-wait-for": "3"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/lighthouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
},
"devDependencies": {
"@browserless/test": "^9.11.0",
"ava": "latest",
"browserless": "latest"
"ava": "latest"
},
"engines": {
"node": ">= 12"
Expand Down
1 change: 1 addition & 0 deletions packages/screencast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"devDependencies": {
"@browserless/test": "^9.11.0",
"ava": "latest",
"file-type": "16",
"is-ci": "latest"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"img-diff-js": "latest",
"is-ci": "latest",
"pdf-parse": "latest",
"puppeteer": "20.7.4",
"puppeteer": "20.8.2",
"signal-exit": "latest",
"temperment": "latest"
},
Expand Down

0 comments on commit 0d4c049

Please sign in to comment.