Skip to content

Commit 00f8605

Browse files
Update dependency typescript to v5
1 parent dc24c9f commit 00f8605

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
@@ -4386,10 +4386,10 @@ typedarray@^0.0.6:
43864386
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
43874387
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
43884388

4389-
typescript@^4.6.2:
4390-
version "4.6.2"
4391-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
4392-
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
4389+
typescript@^5.0.0:
4390+
version "5.9.3"
4391+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
4392+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
43934393

43944394
undici-types@~5.26.4:
43954395
version "5.26.5"

0 commit comments

Comments
 (0)