Skip to content

Commit 4b22236

Browse files
Update dependency typescript to v5
1 parent fdf4be4 commit 4b22236

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"ts-jest": "^29.0.0",
8686
"tslint": "^6.0.0",
8787
"tslint-eslint-rules": "^5.4.0",
88-
"typescript": "^4.6.2"
88+
"typescript": "^5.0.0"
8989
},
9090
"dependencies": {
9191
"@types/fs-extra": "^8.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4414,10 +4414,10 @@ typedarray@^0.0.6:
44144414
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
44154415
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
44164416

4417-
typescript@^4.6.2:
4418-
version "4.6.2"
4419-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
4420-
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
4417+
typescript@^5.0.0:
4418+
version "5.9.2"
4419+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
4420+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
44214421

44224422
undici-types@~5.26.4:
44234423
version "5.26.5"

0 commit comments

Comments
 (0)