Skip to content

Commit d689ef4

Browse files
Update dependency typescript to v5 (#581)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 39e44f6 commit d689ef4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"jest-watch-typeahead": "^2.0.0",
5858
"lint-staged": "^13.0.0",
5959
"prettier": "^2.3.2",
60-
"typescript": "^4.4.3"
60+
"typescript": "^5.0.0"
6161
},
6262
"dependencies": {
6363
"jest-diff": "^29.0.0",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@docusaurus/module-type-aliases": "2.3.1",
3030
"@tsconfig/docusaurus": "^1.0.5",
31-
"typescript": "^4.7.4"
31+
"typescript": "^5.0.0"
3232
},
3333
"browserslist": {
3434
"production": [

website/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7389,10 +7389,10 @@ typedarray-to-buffer@^3.1.5:
73897389
dependencies:
73907390
is-typedarray "^1.0.0"
73917391

7392-
typescript@^4.7.4:
7393-
version "4.9.5"
7394-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
7395-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
7392+
typescript@^5.0.0:
7393+
version "5.0.2"
7394+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
7395+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
73967396

73977397
ua-parser-js@^0.7.30:
73987398
version "0.7.34"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5299,10 +5299,10 @@ typed-array-length@^1.0.4:
52995299
for-each "^0.3.3"
53005300
is-typed-array "^1.1.9"
53015301

5302-
typescript@^4.4.3:
5303-
version "4.9.5"
5304-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
5305-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
5302+
typescript@^5.0.0:
5303+
version "5.0.2"
5304+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
5305+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
53065306

53075307
unbox-primitive@^1.0.2:
53085308
version "1.0.2"

0 commit comments

Comments
 (0)