Skip to content

Commit 4b4c296

Browse files
Update dependency typescript to v6
1 parent dc24c9f commit 4b4c296

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": "^6.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@^6.0.0:
4390+
version "6.0.2"
4391+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
4392+
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==
43934393

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

0 commit comments

Comments
 (0)