From d689ef414e6c33aa03c76f3df80e957a482cf09b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 17:54:01 +0100 Subject: [PATCH] Update dependency typescript to v5 (#581) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- website/package.json | 2 +- website/yarn.lock | 8 ++++---- yarn.lock | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 795959ee..865ce08d 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "jest-watch-typeahead": "^2.0.0", "lint-staged": "^13.0.0", "prettier": "^2.3.2", - "typescript": "^4.4.3" + "typescript": "^5.0.0" }, "dependencies": { "jest-diff": "^29.0.0", diff --git a/website/package.json b/website/package.json index c4b75016..2ed75a8b 100644 --- a/website/package.json +++ b/website/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@docusaurus/module-type-aliases": "2.3.1", "@tsconfig/docusaurus": "^1.0.5", - "typescript": "^4.7.4" + "typescript": "^5.0.0" }, "browserslist": { "production": [ diff --git a/website/yarn.lock b/website/yarn.lock index 062cc04c..45c0a0f6 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -7389,10 +7389,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.7.4: - version "4.9.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" - integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== +typescript@^5.0.0: + version "5.0.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5" + integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw== ua-parser-js@^0.7.30: version "0.7.34" diff --git a/yarn.lock b/yarn.lock index 81aaf240..d83e5ac0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5299,10 +5299,10 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript@^4.4.3: - version "4.9.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" - integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== +typescript@^5.0.0: + version "5.0.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5" + integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw== unbox-primitive@^1.0.2: version "1.0.2"