Skip to content

Commit 7dc8d8f

Browse files
chore(deps): update dependency typescript to v5
1 parent a406f4c commit 7dc8d8f

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"lint-staged": "9.5.0",
3737
"prettier": "1.19.1",
3838
"ts-jest": "24.3.0",
39-
"typescript": "3.9.10"
39+
"typescript": "5.8.3"
4040
},
4141
"prettier": {
4242
"singleQuote": true

yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -1735,17 +1735,17 @@
17351735
resolved "https://registry.yarnpkg.com/@types/command-line-usage/-/command-line-usage-5.0.1.tgz#99424950da567ba67b6b65caee57ff03c4e751ec"
17361736
integrity sha512-/xUgezxxYePeXhg5S04hUjxG9JZi+rJTs1+4NwpYPfSaS7BeDa6tVJkH6lN9Cb6rl8d24Fi2uX0s0Ngg2JT6gg==
17371737

1738-
"@types/[email protected].7":
1739-
version "4.1.7"
1740-
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.7.tgz#7cc0ea761509124709b8b2d1090d8f6c17aadb82"
1741-
integrity sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==
1738+
"@types/[email protected].12":
1739+
version "4.1.12"
1740+
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz#a155f21690871953410df4b6b6f53187f0500917"
1741+
integrity sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==
17421742
dependencies:
17431743
"@types/ms" "*"
17441744

1745-
"@types/[email protected].1":
1746-
version "3.1.1"
1747-
resolved "https://registry.yarnpkg.com/@types/env-ci/-/env-ci-3.1.1.tgz#e1ff1b648c01b0f5202de5633c00f711f0f3ac03"
1748-
integrity sha512-JuX+LHsvhktApmZxmBrG458kfSvPAvs2Kqhyrow3IKtDsbcRco7NFgpsNthjp8EQxKA6PMw3DrY/IH8ZAuTYlQ==
1745+
"@types/[email protected].4":
1746+
version "3.1.4"
1747+
resolved "https://registry.yarnpkg.com/@types/env-ci/-/env-ci-3.1.4.tgz#2fd9f39b10c8407ebf5887d68398413606ae00f9"
1748+
integrity sha512-WwSUcrqHNzRz+3nIZYO+p1OxJ/yDNSKFTpor06W+L2ie/K76a/Wb49LxHHiJMH44UeK7GM2kyWpL++e09v4qkA==
17491749

17501750
"@types/eslint-visitor-keys@^1.0.0":
17511751
version "1.0.0"
@@ -8315,10 +8315,10 @@ typescript-memoize@^1.0.0-alpha.3:
83158315
dependencies:
83168316
core-js "2.4.1"
83178317

8318-
typescript@3.9.10:
8319-
version "3.9.10"
8320-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
8321-
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
8318+
typescript@5.8.3:
8319+
version "5.8.3"
8320+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
8321+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
83228322

83238323
typical@^4.0.0:
83248324
version "4.0.0"

0 commit comments

Comments
 (0)