chore: update dependencies

This commit is contained in:
Simon Chan 2023-12-17 13:51:35 +08:00
parent 6fc88b9b17
commit b920c72e6b
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
38 changed files with 1508 additions and 1201 deletions

View file

@ -38,12 +38,12 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/node": "^20.10.3",
"@types/node": "^20.10.4",
"@yume-chan/eslint-config": "workspace:^1.0.0",
"@yume-chan/tsconfig": "workspace:^1.0.0",
"eslint": "^8.55.0",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
"eslint": "^8.56.0",
"jest": "^30.0.0-alpha.2",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
}
}