Skip to content

Commit c29233d

Browse files
Update dependency typescript to v5
1 parent f02b39d commit c29233d

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
@@ -55,7 +55,7 @@
5555
"rdf-quad": "^1.5.0",
5656
"streamify-string": "^1.0.1",
5757
"ts-jest": "^27.0.0",
58-
"typescript": "^4.0.0"
58+
"typescript": "^5.0.0"
5959
},
6060
"jest": {
6161
"setupFilesAfterEnv": [

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5178,10 +5178,10 @@ typedarray@^0.0.6:
51785178
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
51795179
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
51805180

5181-
typescript@^4.0.0:
5182-
version "4.2.3"
5183-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
5184-
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
5181+
typescript@^5.0.0:
5182+
version "5.0.2"
5183+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
5184+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
51855185

51865186
unbox-primitive@^1.0.0:
51875187
version "1.0.0"

0 commit comments

Comments
 (0)