From 9ba836cb39725ccad211251e16215169da0ce51e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 21:08:08 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.9.3 to 5.1.3 in /web Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.3...v5.1.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index 27cf03f7..e0e8dd7d 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.1.3", "vite": "^2.9.14", "vue-tsc": "^1.0.22" }, diff --git a/web/yarn.lock b/web/yarn.lock index 49faa12f..81407cd9 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.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" + integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== update-browserslist-db@^1.0.9: version "1.0.9"