Skip to content

Commit 2f69837

Browse files
Update dependency typescript to v5
1 parent f6ea9ab commit 2f69837

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"ts-loader": "^9.3.1",
5050
"tslint": "^6.0.0",
5151
"tslint-eslint-rules": "^5.3.1",
52-
"typescript": "^4.0.0",
52+
"typescript": "^5.0.0",
5353
"webpack": "^5.73.0",
5454
"webpack-cli": "^4.10.0"
5555
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3547,10 +3547,10 @@ typedarray@^0.0.6:
35473547
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
35483548
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
35493549

3550-
typescript@^4.0.0:
3551-
version "4.7.4"
3552-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
3553-
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
3550+
typescript@^5.0.0:
3551+
version "5.0.2"
3552+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
3553+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
35543554

35553555
update-browserslist-db@^1.0.4:
35563556
version "1.0.4"

0 commit comments

Comments
 (0)