Skip to content

Commit dd3bafb

Browse files
chore(deps): update dependency typescript to v5
1 parent f47d70b commit dd3bafb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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.4",
5151
"semantic-release": "^17.0.8",
52-
"typescript": "^3.9.7"
52+
"typescript": "^5.0.3"
5353
},
5454
"dependencies": {
5555
"iterare": "^1.2.1",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6530,7 +6530,7 @@ typescript-json-schema@^0.36.0:
65306530
typescript "^3.0.1"
65316531
yargs "^12.0.1"
65326532

6533-
typescript@^3.0.1, typescript@^3.9.7:
6533+
typescript@^3.0.1:
65346534
version "3.9.7"
65356535
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
65366536
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
@@ -6540,6 +6540,11 @@ typescript@^4.6.4:
65406540
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4"
65416541
integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==
65426542

6543+
typescript@^5.0.3:
6544+
version "5.0.3"
6545+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"
6546+
integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==
6547+
65436548
uglify-js@^3.1.4:
65446549
version "3.6.7"
65456550
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.7.tgz#15f49211df6b8a01ee91322bbe46fa33223175dc"

0 commit comments

Comments
 (0)