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 Jan 9, 2025
1 parent d51ac8d commit 6ebb975
Show file tree
Hide file tree
Showing 23 changed files with 350 additions and 332 deletions.
6 changes: 3 additions & 3 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"@yume-chan/adb-server-node-tcp": "workspace:^",
"@yume-chan/android-bin": "workspace:^",
"@yume-chan/stream-extra": "workspace:^",
"commander": "^12.1.0",
"commander": "^13.0.0",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.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.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.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 @@ -39,11 +39,11 @@
"@yume-chan/struct": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.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.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.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 @@ -38,10 +38,10 @@
"@yume-chan/struct": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.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.10.2",
"@types/node": "^22.10.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
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.10.2",
"@types/node": "^22.10.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.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.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.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": "^4.0.2"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.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.10.2"
"@types/node": "^22.10.5"
}
}
6 changes: 3 additions & 3 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.10.2",
"@types/node": "^22.10.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.4.2",
"tinybench": "^3.0.7",
"typescript": "^5.7.2"
"tinybench": "^3.1.0",
"typescript": "^5.7.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.64",
"@types/audioworklet": "^0.0.65",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
3 changes: 2 additions & 1 deletion libraries/pcm-player/worker/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ abstract class SourceProcessor<T>
this.#totalSampleCount -= count;
}

const data = event.data as ArrayBuffer[];
// https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1860
const { data } = event as MessageEvent<ArrayBuffer[]>;
const [source, length] = this.createSource(data);
this.#chunks.push(source);
this.#chunkSampleCounts.push(length);
Expand Down
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.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.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 @@ -44,6 +44,6 @@
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.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.10.2",
"@types/node": "^22.10.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.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.10.2",
"@types/node": "^22.10.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions libraries/struct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"@yume-chan/no-data-view": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
Loading

0 comments on commit 6ebb975

Please sign in to comment.