Skip to content

Commit 71ae735

Browse files
chore(deps): update dependency typescript to ^5.6.2 (#610)
* 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 d26c05b commit 71ae735

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"lint-staged": "^15.2.10",
4848
"react": "^18.3.1",
4949
"ts-jest": "^29.2.5",
50-
"typescript": "^5.5.4"
50+
"typescript": "^5.6.2"
5151
}
5252
}

yarn.lock

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,10 +1420,6 @@
14201420
dependencies:
14211421
"@types/unist" "^2"
14221422

1423-
"@types/node@*":
1424-
version "18.7.23"
1425-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.23.tgz#75c580983846181ebe5f4abc40fe9dfb2d65665f"
1426-
integrity sha512-DWNcCHolDq0ZKGizjx2DZjR/PqsYwAcYUJmfMWqtVU2MBMG5Mo+xFZrhGId5r/O5HOuMPyQEcM6KUBp5lBZZBg==
14271423

14281424
"@types/normalize-package-data@^2.4.3":
14291425
version "2.4.3"
@@ -7842,10 +7838,10 @@ typed-array-length@^1.0.6:
78427838
is-typed-array "^1.1.13"
78437839
possible-typed-array-names "^1.0.0"
78447840

7845-
typescript@^5.5.4:
7846-
version "5.5.4"
7847-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
7848-
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
7841+
typescript@^5.6.2:
7842+
version "5.6.2"
7843+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
7844+
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
78497845

78507846
uglify-js@^3.1.4:
78517847
version "3.17.4"

0 commit comments

Comments
 (0)