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 Dec 4, 2023
1 parent f4e4cc7 commit 14abce4
Show file tree
Hide file tree
Showing 22 changed files with 437 additions and 354 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
],
"editor.tabSize": 4,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll": true,
"source.organizeImports": "explicit",
"source.fixAll": "explicit"
},
"jest.rootPath": "packages/struct",
"jest.showCoverageOnLoad": true,
Expand Down
10 changes: 5 additions & 5 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
"@yume-chan/adb-server-node-tcp": "workspace:^0.0.21",
"@yume-chan/android-bin": "workspace:^0.0.21",
"@yume-chan/stream-extra": "workspace:^0.0.21",
"commander": "^11.0.0",
"commander": "^11.1.0",
"source-map-support": "^0.5.21",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/node": "^20.8.3",
"@types/node": "^20.10.3",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"eslint": "^8.51.0",
"eslint": "^8.55.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"prettier": "^3.1.0",
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit 14abce4

Please sign in to comment.