chore: update dependencies

This commit is contained in:
Simon Chan 2023-05-22 12:57:03 +08:00
parent 3beaad2055
commit db796b6205
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
48 changed files with 827 additions and 748 deletions

View file

@ -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",

View file

@ -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"
},
]
}

View file

@ -1,11 +1,5 @@
{
"references": [
{
"path": "../stream-extra/tsconfig.build.json"
},
{
"path": "../scrcpy/tsconfig.build.json"
},
{
"path": "./tsconfig.test.json"
},