Skip to content

Commit 0143bba

Browse files
Update dependency typescript to v5
1 parent 28b7e6f commit 0143bba

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
@@ -59,7 +59,7 @@
5959
"ts-jest": "^28.0.0",
6060
"tslint": "^6.0.0",
6161
"tslint-eslint-rules": "^5.4.0",
62-
"typescript": "^4.0.0"
62+
"typescript": "^5.0.0"
6363
},
6464
"scripts": {
6565
"test": "jest ${1}",

yarn.lock

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

3691-
typescript@^4.0.0:
3692-
version "4.1.5"
3693-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
3694-
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
3691+
typescript@^5.0.0:
3692+
version "5.5.4"
3693+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
3694+
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
36953695

36963696
uri-js@^4.2.2:
36973697
version "4.2.2"

0 commit comments

Comments
 (0)