chore: update dependencies

This commit is contained in:
Simon Chan 2023-07-07 18:30:13 +08:00
parent 2abec924e8
commit 433f9b986f
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
150 changed files with 1690 additions and 1507 deletions

View file

@ -36,15 +36,15 @@
"@yume-chan/adb": "workspace:^0.0.20",
"@yume-chan/stream-extra": "workspace:^0.0.20",
"@yume-chan/struct": "workspace:^0.0.20",
"tslib": "^2.5.2"
"tslib": "^2.6.0"
},
"devDependencies": {
"@types/node": "^20.2.1",
"@types/node": "^20.4.0",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"eslint": "^8.41.0",
"eslint": "^8.44.0",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"typescript": "^5.0.3"
"prettier": "^3.0.0",
"typescript": "^5.1.6"
}
}