Skip to content

Commit 2cc98f5

Browse files
chore(deps): update dependency typescript to ^5.6.2 (#220)
* chore(deps): update dependency typescript to ^5.6.2 * chore: update @types/node --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Erik Slovak <erik.slovak@technologystudio.sk>
1 parent 16ea262 commit 2cc98f5

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"jest": "^29.7.0",
4444
"npm-check-updates": "^17.1.1",
4545
"ts-jest": "^29.2.5",
46-
"typescript": "^5.5.4"
46+
"typescript": "^5.6.2"
4747
}
4848
}

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,12 +1410,6 @@
14101410
dependencies:
14111411
"@types/unist" "^2"
14121412

1413-
"@types/node@*":
1414-
version "20.8.7"
1415-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.7.tgz#ad23827850843de973096edfc5abc9e922492a25"
1416-
integrity sha512-21TKHHh3eUHIi2MloeptJWALuCu5H7HQTdTrWIFReA8ad+aggoX+lRes3ex7/FtpC+sVUpFMQ+QTfYr74mruiQ==
1417-
dependencies:
1418-
undici-types "~5.25.1"
14191413

14201414
"@types/normalize-package-data@^2.4.3":
14211415
version "2.4.3"
@@ -7207,10 +7201,10 @@ typed-array-length@^1.0.4:
72077201
for-each "^0.3.3"
72087202
is-typed-array "^1.1.9"
72097203

7210-
typescript@^5.5.4:
7211-
version "5.5.4"
7212-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
7213-
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
7204+
typescript@^5.6.2:
7205+
version "5.6.2"
7206+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
7207+
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
72147208

72157209
uglify-js@^3.1.4:
72167210
version "3.17.4"

0 commit comments

Comments
 (0)