Skip to content

Commit dc9904e

Browse files
Update dependency typescript to v5
1 parent 2accbad commit dc9904e

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
@@ -57,7 +57,7 @@
5757
"ts-jest": "^27.0.1",
5858
"tslint": "^6.0.0",
5959
"tslint-eslint-rules": "^5.3.1",
60-
"typescript": "^4.0.0",
60+
"typescript": "^5.0.0",
6161
"webpack": "^5.0.0",
6262
"webpack-cli": "^5.0.0"
6363
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4730,10 +4730,10 @@ typedarray@^0.0.6:
47304730
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
47314731
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
47324732

4733-
typescript@^4.0.0:
4734-
version "4.6.2"
4735-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
4736-
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
4733+
typescript@^5.0.0:
4734+
version "5.0.2"
4735+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
4736+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
47374737

47384738
universalify@^0.1.2:
47394739
version "0.1.2"

0 commit comments

Comments
 (0)