Skip to content

Commit 00a15b4

Browse files
chore(deps): update dependency typescript to v5
1 parent 9b140fa commit 00a15b4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"sourcegraph": "^25.7.0",
148148
"ts-node": "^8.10.2",
149149
"tslint": "^5.11.0",
150-
"typescript": "^4.1.2",
150+
"typescript": "^5.8.3",
151151
"vscode-languageserver-types": "^3.14.0"
152152
},
153153
"dependencies": {

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -7326,11 +7326,16 @@ typedarray@^0.0.6:
73267326
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
73277327
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
73287328

7329-
typescript@^4.1.2, typescript@^4.6.4:
7329+
typescript@^4.6.4:
73307330
version "4.9.3"
73317331
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
73327332
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
73337333

7334+
typescript@^5.8.3:
7335+
version "5.8.3"
7336+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
7337+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
7338+
73347339
uglify-js@^3.1.4:
73357340
version "3.10.0"
73367341
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.10.0.tgz#397a7e6e31ce820bfd1cb55b804ee140c587a9e7"

0 commit comments

Comments
 (0)