Skip to content

Commit 73fcb93

Browse files
Update dependency typescript to v5
1 parent 15f2b4f commit 73fcb93

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

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4802,10 +4802,10 @@ typedarray@^0.0.6:
48024802
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
48034803
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
48044804

4805-
typescript@^4.0.0:
4806-
version "4.6.2"
4807-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
4808-
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
4805+
typescript@^5.0.0:
4806+
version "5.1.6"
4807+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
4808+
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
48094809

48104810
universalify@^0.1.2:
48114811
version "0.1.2"

0 commit comments

Comments
 (0)