Skip to content

Commit 10fb45d

Browse files
Update dependency typescript to v5
1 parent 078dedc commit 10fb45d

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
@@ -78,7 +78,7 @@
7878
"streamify-string": "^1.0.1",
7979
"ts-jest": "^27.0.1",
8080
"ts-loader": "^9.4.1",
81-
"typescript": "^4.3.5",
81+
"typescript": "^5.0.0",
8282
"webpack": "^5.75.0",
8383
"webpack-cli": "^5.0.0"
8484
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6222,10 +6222,10 @@ typedarray@^0.0.6:
62226222
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
62236223
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
62246224

6225-
typescript@^4.3.5:
6226-
version "4.6.2"
6227-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
6228-
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
6225+
typescript@^5.0.0:
6226+
version "5.0.2"
6227+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
6228+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
62296229

62306230
unbox-primitive@^1.0.1:
62316231
version "1.0.1"

0 commit comments

Comments
 (0)