diff --git a/web/package.json b/web/package.json index 27cf03f7..ca743da1 100644 --- a/web/package.json +++ b/web/package.json @@ -39,7 +39,7 @@ "postcss": "^8.4.19", "prettier": "2.8.0", "tailwindcss": "^3.2.4", - "typescript": "~4.9.3", + "typescript": "~5.0.2", "vite": "^2.9.14", "vue-tsc": "^1.0.22" }, diff --git a/web/yarn.lock b/web/yarn.lock index 49faa12f..ad1c8f58 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -1828,10 +1828,10 @@ type-fest@^0.21.3: version "0.21.3" resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz" -typescript@~4.9.3: - version "4.9.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db" - integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA== +typescript@~5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5" + integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw== update-browserslist-db@^1.0.9: version "1.0.9"