Skip to content

Commit 5b29f13

Browse files
Update dependency typescript to v5
1 parent 774661a commit 5b29f13

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
@@ -54,7 +54,7 @@
5454
"ts-node": "^10.9.1",
5555
"tslint": "^6.0.0",
5656
"tslint-eslint-rules": "^5.3.1",
57-
"typescript": "^4.0.0"
57+
"typescript": "^5.0.0"
5858
},
5959
"jest": {
6060
"globals": {

yarn.lock

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

5062-
typescript@^4.0.0:
5063-
version "4.6.2"
5064-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
5065-
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
5062+
typescript@^5.0.0:
5063+
version "5.8.3"
5064+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
5065+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
50665066

50675067
util-deprecate@^1.0.1, util-deprecate@~1.0.1:
50685068
version "1.0.2"

0 commit comments

Comments
 (0)