chore: update dependencies

This commit is contained in:
Simon Chan 2024-09-17 14:23:22 +08:00
parent 9e43f29441
commit dd68af8072
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
21 changed files with 280 additions and 280 deletions

View file

@ -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"
}