fix(deps): upgrade dependencies and adapt code, tests, and docs for new upstream versions

This commit is contained in:
2026-03-09 17:17:15 +00:00
parent 68963ae9ea
commit 11dd654fc4
8 changed files with 4772 additions and 3269 deletions

View File

@@ -7,7 +7,7 @@
"type": "module",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"repository": {
@@ -22,16 +22,16 @@
"homepage": "https://code.foss.global/push.rocks/smartbrowser",
"dependencies": {
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartpdf": "^3.1.8",
"@push.rocks/smartpuppeteer": "^2.0.0",
"@push.rocks/smartpdf": "^4.2.0",
"@push.rocks/smartpuppeteer": "^2.0.5",
"@push.rocks/smartunique": "^3.0.9"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.2.0",
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^1.0.90",
"@push.rocks/tapbundle": "^5.5.4",
"@types/node": "^22.10.4"
"@git.zone/tsbuild": "^4.3.0",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.3.1",
"@push.rocks/tapbundle": "^6.0.3",
"@types/node": "^25.3.5"
},
"private": false,
"files": [