1
0
Fork 0
mirror of https://github.com/kou029w/megabit.git synced 2025-01-30 21:58:04 +00:00

chore(deps): update dependency typescript to v5

This commit is contained in:
renovate[bot] 2023-08-24 17:13:17 +00:00 committed by GitHub
parent cf3ca549ac
commit 11cdff97c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -40,7 +40,7 @@
"devDependencies": {
"@types/node": "~16",
"npm-run-all": "~4",
"typescript": "~4.4.0"
"typescript": "~5.2.0"
},
"scripts": {
"build": "run-p build:*",

View file

@ -602,10 +602,10 @@ supports-color@^5.3.0:
dependencies:
has-flag "^3.0.0"
typescript@~4.4.0:
version "4.4.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.2.tgz#6d618640d430e3569a1dfb44f7d7e600ced3ee86"
integrity sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==
typescript@~5.2.0:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
unbox-primitive@^1.0.1:
version "1.0.1"