chore: update dependencies

This commit is contained in:
Simon Chan 2024-06-23 05:28:50 +08:00
parent 5ca67b8ada
commit 3c2b57cfc5
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
23 changed files with 281 additions and 280 deletions

View file

@ -42,11 +42,11 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@types/node": "^20.14.2",
"@types/node": "^20.14.8",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"jest": "^30.0.0-alpha.4",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}