chore: update dependencies

This commit is contained in:
Simon Chan 2023-05-22 12:57:03 +08:00
parent 3beaad2055
commit db796b6205
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
48 changed files with 827 additions and 748 deletions

View file

@ -36,13 +36,13 @@
"@yume-chan/adb": "workspace:^0.0.19",
"@yume-chan/stream-extra": "workspace:^0.0.19",
"@yume-chan/struct": "workspace:^0.0.19",
"tslib": "^2.5.0"
"tslib": "^2.5.2"
},
"devDependencies": {
"@types/node": "^18.16.0",
"@types/node": "^20.2.1",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"eslint": "^8.39.0",
"eslint": "^8.41.0",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"typescript": "^5.0.3"

View file

@ -9,4 +9,12 @@
"node"
]
},
"references": [
{
"path": "../adb/tsconfig.build.json"
},
{
"path": "../stream-extra/tsconfig.build.json"
}
]
}

View file

@ -1,11 +1,5 @@
{
"references": [
{
"path": "../adb/tsconfig.build.json"
},
{
"path": "../stream-extra/tsconfig.build.json"
},
{
"path": "./tsconfig.build.json"
},