Skip to content

Commit b5d89ff

Browse files
Update dependency typescript to v5
1 parent 46e2440 commit b5d89ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"ts-node": "^10.9.1",
5252
"tslint": "^6.0.0",
5353
"tslint-eslint-rules": "^5.3.1",
54-
"typescript": "^4.0.0"
54+
"typescript": "^5.0.0"
5555
},
5656
"jest": {
5757
"globals": {

yarn.lock

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

4580-
typescript@^4.0.0:
4581-
version "4.6.2"
4582-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
4583-
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
4580+
typescript@^5.0.0:
4581+
version "5.0.2"
4582+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
4583+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
45844584

45854585
util-deprecate@^1.0.1, util-deprecate@~1.0.1:
45864586
version "1.0.2"

0 commit comments

Comments
 (0)