chore: update dependencies

This commit is contained in:
Simon Chan 2024-11-27 17:23:09 +08:00
parent f25bfd89d6
commit e8f3806bd3
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
27 changed files with 293 additions and 343 deletions

View file

@ -38,10 +38,10 @@
"@yume-chan/struct": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.9.1",
"@types/node": "^22.10.0",
"@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
"prettier": "^3.4.1",
"typescript": "^5.7.2"
}
}