Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed Oct 21, 2024
1 parent 6a18fa2 commit ef0e1c6
Show file tree
Hide file tree
Showing 22 changed files with 253 additions and 250 deletions.
4 changes: 2 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/node": "^22.7.7",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion libraries/adb-credential-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions libraries/adb-daemon-webusb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"@yume-chan/struct": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/node": "^22.7.7",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion libraries/adb-scrcpy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions libraries/adb-server-node-tcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@yume-chan/struct": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/node": "^22.7.7",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions libraries/adb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"@yume-chan/struct": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/node": "^22.7.7",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 0 additions & 2 deletions libraries/adb/src/daemon/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export const AdbSignatureAuthenticator: AdbAuthenticator = async function* (
credentialStore: AdbCredentialStore,
getNextRequest: () => Promise<AdbPacketData>,
): AsyncIterable<AdbPacketData> {
// eslint-disable-next-line @typescript-eslint/await-thenable
for await (const key of credentialStore.iterateKeys()) {
const packet = await getNextRequest();

Expand Down Expand Up @@ -100,7 +99,6 @@ export const AdbPublicKeyAuthenticator: AdbAuthenticator = async function* (
}

let privateKey: AdbPrivateKey | undefined;
// eslint-disable-next-line @typescript-eslint/await-thenable
for await (const key of credentialStore.iterateKeys()) {
privateKey = key;
break;
Expand Down
4 changes: 2 additions & 2 deletions libraries/android-bin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"@yume-chan/struct": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/node": "^22.7.7",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion libraries/aoa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions libraries/event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@yume-chan/async": "^2.2.0"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/node": "^22.7.7",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion libraries/fetch-scrcpy-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"gh-release-fetch": "^4.0.3"
},
"devDependencies": {
"@types/node": "^22.7.4"
"@types/node": "^22.7.7"
}
}
4 changes: 2 additions & 2 deletions libraries/no-data-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"test": "run-test"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/node": "^22.7.7",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"tinybench": "^2.9.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions libraries/pcm-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/audioworklet": "^0.0.60",
"@types/audioworklet": "^0.0.62",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion libraries/scrcpy-decoder-tinyh264/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion libraries/scrcpy-decoder-webcodecs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions libraries/scrcpy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"@yume-chan/struct": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/node": "^22.7.7",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions libraries/stream-extra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@yume-chan/struct": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/node": "^22.7.7",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions libraries/struct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"@yume-chan/no-data-view": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/node": "^22.7.7",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit ef0e1c6

Please sign in to comment.