Skip to content

Commit

Permalink
chore(deps): update TypeScript to ^5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Oct 31, 2024
1 parent b2f88b6 commit 550f096
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"@commitlint/config-conventional": "^19.2.2",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.5",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^9.1.1",
Expand All @@ -68,7 +69,7 @@
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typedoc": "^0.26.10",
"typescript": "^5.3.3"
"typescript": "^5.6.3"
},
"packageManager": "[email protected]"
}
23 changes: 20 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1340,6 +1340,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.8.5":
version: 22.8.5
resolution: "@types/node@npm:22.8.5"
dependencies:
undici-types: "npm:~6.19.8"
checksum: 60f51f980fa3949a4f698e6aee28e943c5fbbf8af56568c4ab50d30afa94fc652053fdb9cd91818256fb253a8ae55ed2f78437295339c8c1a949451d14dda136
languageName: node
linkType: hard

"@types/stack-utils@npm:^2.0.0":
version: 2.0.3
resolution: "@types/stack-utils@npm:2.0.3"
Expand Down Expand Up @@ -4591,6 +4600,7 @@ __metadata:
"@commitlint/config-conventional": "npm:^19.2.2"
"@jest/globals": "npm:^29.7.0"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.8.5"
"@typescript-eslint/eslint-plugin": "npm:^7.0.0"
"@typescript-eslint/parser": "npm:^7.8.0"
eslint: "npm:^9.1.1"
Expand All @@ -4602,7 +4612,7 @@ __metadata:
ts-jest: "npm:^29.2.5"
ts-node: "npm:^10.9.2"
typedoc: "npm:^0.26.10"
typescript: "npm:^5.3.3"
typescript: "npm:^5.6.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5497,7 +5507,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.3.3":
"typescript@npm:^5.6.3":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
bin:
Expand All @@ -5507,7 +5517,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.3.3#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=e012d7"
bin:
Expand All @@ -5524,6 +5534,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.8":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: cf0b48ed4fc99baf56584afa91aaffa5010c268b8842f62e02f752df209e3dea138b372a60a963b3b2576ed932f32329ce7ddb9cb5f27a6c83040d8cd74b7a70
languageName: node
linkType: hard

"undici@npm:^5.28.2":
version: 5.28.4
resolution: "undici@npm:5.28.4"
Expand Down

0 comments on commit 550f096

Please sign in to comment.