chore: update dependencies

This commit is contained in:
Simon Chan 2024-09-10 12:07:03 +08:00
parent 2c8912e9ac
commit 9e43f29441
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
29 changed files with 331 additions and 431 deletions

View file

@ -37,10 +37,10 @@
"@yume-chan/struct": "workspace:^0.0.24"
},
"devDependencies": {
"@types/node": "^22.5.0",
"@types/node": "^22.5.4",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}

View file

@ -0,0 +1,5 @@
{
"extends": "./tsconfig.build.json",
"compilerOptions": {},
"exclude": []
}