Skip to content

Commit

Permalink
build(deps): relax dependency versions for non-puppeteer dependencies (
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Jun 25, 2024
1 parent 32ed82c commit 866f720
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 76 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"scripts": {
"build": "wireit",
"build:tools": "wireit",
"check": "npm run check --workspaces --if-present && run-p check:*",
"check:pinned-deps": "tsx tools/ensure-pinned-deps",
"check": "npm run check --workspaces --if-present",
"clean": "npm run clean --workspaces --if-present",
"debug": "mocha --inspect-brk",
"docs": "wireit",
Expand Down
16 changes: 8 additions & 8 deletions packages/browsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@
"!*.tsbuildinfo"
],
"dependencies": {
"debug": "4.3.5",
"extract-zip": "2.0.1",
"progress": "2.0.3",
"proxy-agent": "6.4.0",
"tar-fs": "3.0.6",
"unbzip2-stream": "1.4.3",
"yargs": "17.7.2",
"semver": "7.6.2"
"debug": "^4.3.5",
"extract-zip": "^2.0.1",
"progress": "^2.0.3",
"proxy-agent": "^6.4.0",
"tar-fs": "^3.0.6",
"unbzip2-stream": "^1.4.3",
"yargs": "^17.7.2",
"semver": "^7.6.2"
},
"devDependencies": {
"@types/debug": "4.1.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/puppeteer-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@
"dependencies": {
"@puppeteer/browsers": "2.2.3",
"chromium-bidi": "0.5.24",
"debug": "4.3.5",
"debug": "^4.3.5",
"devtools-protocol": "0.0.1299070",
"ws": "8.17.1"
"ws": "^8.17.1"
},
"devDependencies": {
"@types/debug": "4.1.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"author": "The Chromium Authors",
"license": "Apache-2.0",
"dependencies": {
"cosmiconfig": "9.0.0",
"cosmiconfig": "^9.0.0",
"puppeteer-core": "22.12.0",
"@puppeteer/browsers": "2.2.3",
"devtools-protocol": "0.0.1299070"
Expand Down
52 changes: 0 additions & 52 deletions tools/ensure-pinned-deps.ts

This file was deleted.

0 comments on commit 866f720

Please sign in to comment.