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 Sep 17, 2024
1 parent 9e43f29 commit dd68af8
Show file tree
Hide file tree
Showing 21 changed files with 280 additions and 280 deletions.
14 changes: 7 additions & 7 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"tango-cli": "esm/index.js"
},
"dependencies": {
"@yume-chan/adb": "workspace:^0.0.24",
"@yume-chan/adb-server-node-tcp": "workspace:^0.0.24",
"@yume-chan/android-bin": "workspace:^0.0.24",
"@yume-chan/stream-extra": "workspace:^0.0.24",
"@yume-chan/adb": "workspace:^",
"@yume-chan/adb-server-node-tcp": "workspace:^",
"@yume-chan/android-bin": "workspace:^",
"@yume-chan/stream-extra": "workspace:^",
"commander": "^12.1.0",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"@types/node": "^22.5.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
Expand Down
6 changes: 3 additions & 3 deletions libraries/adb-credential-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@yume-chan/adb": "workspace:^0.0.24"
"@yume-chan/adb": "workspace:^"
},
"devDependencies": {
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
Expand Down
14 changes: 7 additions & 7 deletions libraries/adb-daemon-webusb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
},
"dependencies": {
"@types/w3c-web-usb": "^1.0.10",
"@yume-chan/adb": "workspace:^0.0.24",
"@yume-chan/stream-extra": "workspace:^0.0.24",
"@yume-chan/struct": "workspace:^0.0.24"
"@yume-chan/adb": "workspace:^",
"@yume-chan/stream-extra": "workspace:^",
"@yume-chan/struct": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/test-runner": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"@types/node": "^22.5.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
Expand Down
14 changes: 7 additions & 7 deletions libraries/adb-scrcpy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@yume-chan/adb": "workspace:^0.0.24",
"@yume-chan/adb": "workspace:^",
"@yume-chan/async": "^2.2.0",
"@yume-chan/event": "workspace:^0.0.24",
"@yume-chan/scrcpy": "workspace:^0.0.24",
"@yume-chan/stream-extra": "workspace:^0.0.24",
"@yume-chan/struct": "workspace:^0.0.24"
"@yume-chan/event": "workspace:^",
"@yume-chan/scrcpy": "workspace:^",
"@yume-chan/stream-extra": "workspace:^",
"@yume-chan/struct": "workspace:^"
},
"devDependencies": {
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
Expand Down
12 changes: 6 additions & 6 deletions libraries/adb-server-node-tcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"lint": "run-eslint && prettier src/**/*.ts --write --tab-width 4"
},
"dependencies": {
"@yume-chan/adb": "workspace:^0.0.24",
"@yume-chan/stream-extra": "workspace:^0.0.24",
"@yume-chan/struct": "workspace:^0.0.24"
"@yume-chan/adb": "workspace:^",
"@yume-chan/stream-extra": "workspace:^",
"@yume-chan/struct": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"@types/node": "^22.5.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
Expand Down
16 changes: 8 additions & 8 deletions libraries/adb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
},
"dependencies": {
"@yume-chan/async": "^2.2.0",
"@yume-chan/event": "workspace:^0.0.24",
"@yume-chan/no-data-view": "workspace:^0.0.24",
"@yume-chan/stream-extra": "workspace:^0.0.24",
"@yume-chan/struct": "workspace:^0.0.24"
"@yume-chan/event": "workspace:^",
"@yume-chan/no-data-view": "workspace:^",
"@yume-chan/stream-extra": "workspace:^",
"@yume-chan/struct": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/test-runner": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"@types/node": "^22.5.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
Expand Down
14 changes: 7 additions & 7 deletions libraries/android-bin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"test": "run-test"
},
"dependencies": {
"@yume-chan/adb": "workspace:^0.0.24",
"@yume-chan/stream-extra": "workspace:^0.0.24",
"@yume-chan/struct": "workspace:^0.0.24"
"@yume-chan/adb": "workspace:^",
"@yume-chan/stream-extra": "workspace:^",
"@yume-chan/struct": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/test-runner": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"@types/node": "^22.5.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
Expand Down
4 changes: 2 additions & 2 deletions libraries/aoa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@types/w3c-web-usb": "^1.0.10"
},
"devDependencies": {
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
Expand Down
8 changes: 4 additions & 4 deletions libraries/event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@yume-chan/async": "^2.2.0"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/test-runner": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"@types/node": "^22.5.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
Expand Down
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.5.4"
"@types/node": "^22.5.5"
}
}
8 changes: 4 additions & 4 deletions libraries/no-data-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"test": "run-test"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/test-runner": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"@types/node": "^22.5.5",
"@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"
Expand Down
4 changes: 2 additions & 2 deletions libraries/pcm-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"devDependencies": {
"@types/audioworklet": "^0.0.60",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
Expand Down
10 changes: 5 additions & 5 deletions libraries/scrcpy-decoder-tinyh264/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
},
"dependencies": {
"@yume-chan/async": "^2.2.0",
"@yume-chan/event": "workspace:^0.0.24",
"@yume-chan/scrcpy": "workspace:^0.0.24",
"@yume-chan/stream-extra": "workspace:^0.0.24",
"@yume-chan/event": "workspace:^",
"@yume-chan/scrcpy": "workspace:^",
"@yume-chan/stream-extra": "workspace:^",
"tinyh264": "^0.0.7",
"yuv-buffer": "^1.0.0",
"yuv-canvas": "^1.2.11"
},
"devDependencies": {
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
Expand Down
14 changes: 7 additions & 7 deletions libraries/scrcpy-decoder-webcodecs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@yume-chan/event": "workspace:^0.0.24",
"@yume-chan/no-data-view": "workspace:^0.0.24",
"@yume-chan/scrcpy": "workspace:^0.0.24",
"@yume-chan/scrcpy-decoder-tinyh264": "workspace:^0.0.24",
"@yume-chan/stream-extra": "workspace:^0.0.24"
"@yume-chan/event": "workspace:^",
"@yume-chan/no-data-view": "workspace:^",
"@yume-chan/scrcpy": "workspace:^",
"@yume-chan/scrcpy-decoder-tinyh264": "workspace:^",
"@yume-chan/stream-extra": "workspace:^"
},
"devDependencies": {
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
Expand Down
14 changes: 7 additions & 7 deletions libraries/scrcpy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
},
"dependencies": {
"@yume-chan/async": "^2.2.0",
"@yume-chan/no-data-view": "workspace:^0.0.24",
"@yume-chan/stream-extra": "workspace:^0.0.24",
"@yume-chan/struct": "workspace:^0.0.24"
"@yume-chan/no-data-view": "workspace:^",
"@yume-chan/stream-extra": "workspace:^",
"@yume-chan/struct": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/test-runner": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"@types/node": "^22.5.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
Expand Down
10 changes: 5 additions & 5 deletions libraries/stream-extra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
},
"dependencies": {
"@yume-chan/async": "^2.2.0",
"@yume-chan/struct": "workspace:^0.0.24"
"@yume-chan/struct": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/test-runner": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"@types/node": "^22.5.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
Expand Down
10 changes: 5 additions & 5 deletions libraries/struct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"test": "run-test"
},
"dependencies": {
"@yume-chan/no-data-view": "workspace:^0.0.24"
"@yume-chan/no-data-view": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/test-runner": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"@types/node": "^22.5.5",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
}
Expand Down
Loading

0 comments on commit dd68af8

Please sign in to comment.