chore: upgrade dependencies

This commit is contained in:
Simon Chan 2022-11-12 20:49:08 +08:00
parent 4f371b8154
commit 879ffcbb19
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
26 changed files with 2984 additions and 1821 deletions

View file

@ -32,17 +32,17 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@types/dom-webcodecs": "^0.1.3",
"@yume-chan/stream-extra": "workspace:^0.0.17",
"@types/dom-webcodecs": "^0.1.5",
"@yume-chan/scrcpy": "workspace:^0.0.17",
"tslib": "^2.4.0"
"@yume-chan/stream-extra": "workspace:^0.0.17",
"tslib": "^2.4.1"
},
"devDependencies": {
"@jest/globals": "^28.1.2",
"@jest/globals": "^29.3.1",
"@yume-chan/ts-package-builder": "workspace:^1.0.0",
"cross-env": "^7.0.3",
"jest": "^28.1.2",
"ts-jest": "^28.0.5",
"typescript": "^4.7.4"
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}