Skip to content

Commit d05890f

Browse files
committed
update deps
1 parent 1116725 commit d05890f

File tree

3 files changed

+508
-420
lines changed

3 files changed

+508
-420
lines changed

.vscode/launch.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,24 @@
3737
"DEBUG": "adb:minicap, adb:scrcpy",
3838
"DEBUG_COLORS": "1"
3939
}
40+
},
41+
42+
{
43+
"name": "clickTest (tsx)",
44+
"type": "node",
45+
"request": "launch",
46+
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/tsx",
47+
"args": ["./tasks/clickTest.ts"],
48+
"cwd": "${workspaceFolder}",
49+
"internalConsoleOptions": "openOnSessionStart",
50+
"skipFiles": ["<node_internals>/**"],
51+
"env": {
52+
"DEBUG__ALL": "*",
53+
"DEBUG": "adb:minicap, adb:scrcpy",
54+
"DEBUG_COLORS": "1"
55+
}
4056
},
57+
4158
{
4259
"name": "Mocha Tests",
4360
"cwd": "${workspaceFolder}",

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,29 +76,29 @@
7676
"xpath": "^0.0.34"
7777
},
7878
"devDependencies": {
79-
"@jest/globals": "^30.0.4",
79+
"@jest/globals": "^30.0.5",
8080
"@types/debug": "^4.1.12",
8181
"@types/jest": "^30.0.0",
8282
"@types/mocha": "^10.0.10",
83-
"@types/node": "^24.0.14",
84-
"@types/node-forge": "^1.3.13",
83+
"@types/node": "^24.3.0",
84+
"@types/node-forge": "^1.3.14",
8585
"@types/sinon": "^17.0.4",
8686
"@types/sinon-chai": "^4.0.0",
87-
"@typescript-eslint/eslint-plugin": "^8.37.0",
88-
"@typescript-eslint/parser": "^8.37.0",
87+
"@typescript-eslint/eslint-plugin": "^8.40.0",
88+
"@typescript-eslint/parser": "^8.40.0",
8989
"chai": "~5.2.1",
90-
"eslint": "^9.31.0",
91-
"jest": "^30.0.4",
90+
"eslint": "^9.34.0",
91+
"jest": "^30.0.5",
9292
"mocha": "~11.7.1",
9393
"picocolors": "^1.1.1",
9494
"prettier": "^3.6.2",
9595
"rimraf": "^6.0.1",
9696
"sinon": "~21.0.0",
9797
"sinon-chai": "~4.0.0",
98-
"tsx": "^4.20.3",
98+
"tsx": "^4.20.4",
9999
"typedoc": "^0.28.7",
100100
"typedoc-plugin-rename-defaults": "^0.7.3",
101-
"typescript": "5.8.3",
101+
"typescript": "5.9.2",
102102
"why-is-node-running": "^3.2.2"
103103
},
104104
"engines": {

0 commit comments

Comments
 (0)