Skip to content

Commit 630f11f

Browse files
chore(deps): update dependency typescript to v5
1 parent 267d603 commit 630f11f

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"prettier": "^2.2.1",
6161
"semantic-release": "^17.0.0",
6262
"ts-node": "^8.3.0",
63-
"typescript": "^3.9.6"
63+
"typescript": "^5.8.2"
6464
},
6565
"dependencies": {
6666
"@sourcegraph/extension-api-classes": "^1.1.0",

yarn.lock

+4-9
Original file line numberDiff line numberDiff line change
@@ -7007,15 +7007,10 @@ typedarray@^0.0.6:
70077007
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
70087008
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
70097009

7010-
typescript@^3.9.6:
7011-
version "3.9.6"
7012-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
7013-
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
7014-
7015-
"typescript@^4.6.4 || ^5.0.0":
7016-
version "5.0.3"
7017-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"
7018-
integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==
7010+
"typescript@^4.6.4 || ^5.0.0", typescript@^5.8.2:
7011+
version "5.8.2"
7012+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
7013+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
70197014

70207015
uglify-js@^3.1.4:
70217016
version "3.5.6"

0 commit comments

Comments
 (0)