Skip to content

Commit 5f5dbab

Browse files
Update dependency typescript to v5
1 parent 1fd7bcb commit 5f5dbab

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
@@ -38,7 +38,7 @@
3838
"eslint-plugin-unused-imports": "^0.1.3",
3939
"manual-git-changelog": "^1.0.0",
4040
"pre-commit": "^1.2.2",
41-
"typescript": "^4.1.3"
41+
"typescript": "^5.0.0"
4242
},
4343
"scripts": {
4444
"lint": "eslint . --ext .ts --cache",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4000,10 +4000,10 @@ typescript@^3.6.3:
40004000
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
40014001
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
40024002

4003-
typescript@^4.1.3:
4004-
version "4.1.3"
4005-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
4006-
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
4003+
typescript@^5.0.0:
4004+
version "5.1.3"
4005+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"
4006+
integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==
40074007

40084008
unbox-primitive@^1.0.0:
40094009
version "1.0.1"

0 commit comments

Comments
 (0)