mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 17:59:50 +02:00
chore: update dependencies
This commit is contained in:
parent
3beaad2055
commit
db796b6205
48 changed files with 827 additions and 748 deletions
|
@ -38,14 +38,14 @@
|
|||
"@yume-chan/scrcpy": "workspace:^0.0.19",
|
||||
"@yume-chan/scrcpy-decoder-tinyh264": "workspace:^0.0.19",
|
||||
"@yume-chan/stream-extra": "workspace:^0.0.19",
|
||||
"tslib": "^2.5.0"
|
||||
"tslib": "^2.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jest/globals": "^29.5.0",
|
||||
"@yume-chan/eslint-config": "workspace:^1.0.0",
|
||||
"@yume-chan/tsconfig": "workspace:^1.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.39.0",
|
||||
"eslint": "^8.41.0",
|
||||
"jest": "^29.5.0",
|
||||
"prettier": "^2.8.8",
|
||||
"ts-jest": "^29.0.4",
|
||||
|
|
|
@ -8,5 +8,16 @@
|
|||
"types": [
|
||||
"dom-webcodecs"
|
||||
]
|
||||
}
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"path": "../scrcpy/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../scrcpy-decoder-tinyh264/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../stream-extra/tsconfig.build.json"
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
{
|
||||
"references": [
|
||||
{
|
||||
"path": "../stream-extra/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../scrcpy/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "./tsconfig.test.json"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue