Skip to content

Commit

Permalink
chore: move adb to peerDependencies for scrcpy package
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed Oct 18, 2022
1 parent b157c68 commit 394853c
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 39 deletions.
74 changes: 37 additions & 37 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "20c5e87dd869580ef14e1d0c32c950b3bb75c84f",
"pnpmShrinkwrapHash": "79d49d43f83ef71f5811d4008d20b1f5f89a106e",
"preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}
6 changes: 5 additions & 1 deletion libraries/scrcpy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@yume-chan/adb": "workspace:^0.0.17",
"@yume-chan/async": "^2.2.0",
"@yume-chan/event": "workspace:^0.0.17",
"@yume-chan/stream-extra": "workspace:^0.0.17",
"@yume-chan/struct": "workspace:^0.0.17",
"tslib": "^2.4.0"
},
"devDependencies": {
"@yume-chan/adb": "workspace:^0.0.17",
"@jest/globals": "^28.1.2",
"@yume-chan/ts-package-builder": "workspace:^1.0.0",
"cross-env": "^7.0.3",
Expand All @@ -52,9 +52,13 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@yume-chan/adb": "workspace:^0.0.17",
"gh-release-fetch": "^3.0.2"
},
"peerDependenciesMeta": {
"@yume-chan/adb": {
"optional": true
},
"gh-release-fetch": {
"optional": true
}
Expand Down

0 comments on commit 394853c

Please sign in to comment.