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

@ -38,14 +38,14 @@
"dependencies": {
"@yume-chan/stream-extra": "workspace:^0.0.19",
"@yume-chan/struct": "workspace:^0.0.19",
"tslib": "^2.5.0"
"tslib": "^2.5.2"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.39.0",
"eslint": "^8.41.0",
"gh-release-fetch": "^3.0.2",
"jest": "^29.5.0",
"prettier": "^2.8.8",

View file

@ -1,3 +1,11 @@
{
"extends": "./node_modules/@yume-chan/tsconfig/tsconfig.base.json"
"extends": "./node_modules/@yume-chan/tsconfig/tsconfig.base.json",
"references": [
{
"path": "../stream-extra/tsconfig.build.json"
},
{
"path": "../struct/tsconfig.build.json"
},
]
}

View file

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