chore: update dependencies

This commit is contained in:
Simon Chan 2024-04-05 19:39:49 +08:00
parent e1f6f6b529
commit d187c247d7
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
20 changed files with 181 additions and 181 deletions

View file

@ -38,12 +38,12 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/node": "^20.11.28",
"@types/node": "^20.12.4",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"eslint": "^8.57.0",
"jest": "^30.0.0-alpha.3",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
"typescript": "^5.4.4"
}
}