chore: update dependencies

This commit is contained in:
Simon Chan 2024-02-19 22:02:04 +08:00
parent ac6dc1e57c
commit f3ddf0da58
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
22 changed files with 214 additions and 210 deletions

View file

@ -38,17 +38,17 @@
"@yume-chan/adb-server-node-tcp": "workspace:^0.0.22",
"@yume-chan/android-bin": "workspace:^0.0.22",
"@yume-chan/stream-extra": "workspace:^0.0.22",
"commander": "^11.1.0",
"commander": "^12.0.0",
"source-map-support": "^0.5.21",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/node": "^20.11.19",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"eslint": "^8.56.0",
"jest": "^30.0.0-alpha.2",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
}
}