Node updated. Some todos.

This commit is contained in:
Norm Rasmussen
2024-09-23 20:52:09 -04:00
parent 8bfaca8375
commit f25622067f
2041 changed files with 124145 additions and 110445 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@puppeteer/browsers",
"version": "1.9.1",
"version": "2.4.0",
"description": "Download and launch browsers",
"scripts": {
"build:docs": "wireit",
"build": "wireit",
"build:test": "wireit",
"clean": "../../tools/clean.js",
"clean": "../../tools/clean.mjs",
"test": "wireit"
},
"type": "commonjs",
@ -67,7 +67,7 @@
]
},
"test": {
"command": "node tools/downloadTestBrowsers.mjs && cross-env DEBUG=puppeteer:* mocha",
"command": "node tools/downloadTestBrowsers.mjs && mocha",
"files": [
".mocharc.cjs"
],
@ -87,7 +87,7 @@
"author": "The Chromium Authors",
"license": "Apache-2.0",
"engines": {
"node": ">=16.3.0"
"node": ">=18"
},
"files": [
"lib",
@ -95,19 +95,20 @@
"!*.tsbuildinfo"
],
"dependencies": {
"debug": "4.3.4",
"extract-zip": "2.0.1",
"progress": "2.0.3",
"proxy-agent": "6.3.1",
"tar-fs": "3.0.4",
"unbzip2-stream": "1.4.3",
"yargs": "17.7.2"
"debug": "^4.3.6",
"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.3"
},
"devDependencies": {
"@types/debug": "4.1.12",
"@types/progress": "2.0.7",
"@types/tar-fs": "2.0.4",
"@types/unbzip2-stream": "1.4.3",
"@types/yargs": "17.0.32"
"@types/yargs": "17.0.33"
}
}