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

@ -40,13 +40,13 @@
},
"devDependencies": {
"@jest/globals": "^30.0.0-alpha.4",
"@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",
"cross-env": "^7.0.3",
"jest": "^30.0.0-alpha.4",
"prettier": "^3.3.2",
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
"ts-jest": "^29.1.5",
"typescript": "^5.5.2"
}
}