Skip to content

Commit d0c3726

Browse files
chore(deps): update dependency typescript to v5
1 parent 0158fd1 commit d0c3726

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"lsif-util": "^0.2.15",
5050
"prettier": "^2.8.7",
5151
"semantic-release": "^17.0.8",
52-
"typescript": "^3.9.7"
52+
"typescript": "^5.0.4"
5353
},
5454
"dependencies": {
5555
"iterare": "^1.2.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6498,15 +6498,15 @@ typescript-json-schema@^0.36.0:
64986498
typescript "^3.0.1"
64996499
yargs "^12.0.1"
65006500

6501-
typescript@^3.0.1, typescript@^3.9.7:
6501+
typescript@^3.0.1:
65026502
version "3.9.7"
65036503
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
65046504
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
65056505

6506-
"typescript@^4.6.4 || ^5.0.0":
6507-
version "5.0.3"
6508-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"
6509-
integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==
6506+
"typescript@^4.6.4 || ^5.0.0", typescript@^5.0.4:
6507+
version "5.0.4"
6508+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
6509+
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
65106510

65116511
uglify-js@^3.1.4:
65126512
version "3.6.7"

0 commit comments

Comments
 (0)