Skip to content

Commit 4d32bd4

Browse files
Update dependency typescript to v5
1 parent 309fddb commit 4d32bd4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"ts-jest": "^27.0.1",
6363
"tslint": "^6.0.0",
6464
"tslint-eslint-rules": "^5.3.1",
65-
"typescript": "^4.0.0",
65+
"typescript": "^5.0.0",
6666
"webpack": "^5.0.0",
6767
"webpack-cli": "^6.0.0"
6868
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4768,10 +4768,10 @@ typedarray@^0.0.6:
47684768
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
47694769
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
47704770

4771-
typescript@^4.0.0:
4772-
version "4.9.5"
4773-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
4774-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
4771+
typescript@^5.0.0:
4772+
version "5.7.3"
4773+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
4774+
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
47754775

47764776
undici-types@~5.26.4:
47774777
version "5.26.5"

0 commit comments

Comments
 (0)