From 03e35b9f93b6feb43b2db84d9ca7b1b3c11cd791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 12:32:05 +0000 Subject: [PATCH] Bump typescript from 4.5.5 to 5.2.2 in /web Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- 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 | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web/package.json b/web/package.json index 457ebd1..1dc92cd 100644 --- a/web/package.json +++ b/web/package.json @@ -20,7 +20,7 @@ "@types/react": "^18.2.22", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", - "typescript": "^4.5.4", + "typescript": "^5.2.2", "vite": "^4.4.9", "yarn": "^2.4.3" } diff --git a/web/yarn.lock b/web/yarn.lock index fe1a300..b18b8c3 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -969,9 +969,10 @@ tslib@^2.0.3, tslib@^2.3.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== -typescript@^4.5.4: - version "4.5.5" - resolved "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz" +typescript@^5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" + integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== update-browserslist-db@^1.0.11: version "1.0.11"