chore: update dependencies

This commit is contained in:
Simon Chan 2023-09-21 11:26:09 +08:00
parent 93383c62de
commit aca7df46b7
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
26 changed files with 1403 additions and 1507 deletions

View file

@ -35,15 +35,15 @@
"@yume-chan/adb": "workspace:^0.0.21",
"@yume-chan/stream-extra": "workspace:^0.0.21",
"@yume-chan/struct": "workspace:^0.0.21",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/node": "^20.4.0",
"@types/node": "^20.6.3",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"eslint": "^8.44.0",
"jest": "^29.5.0",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
"eslint": "^8.49.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}