From 2b0323d7418a55913d0922eabe1d9e1aa8a55db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 00:40:47 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20build(deps-dev):=20bump=20typesc?= =?UTF-8?q?ript=20from=205.5.4=20to=205.6.2=20in=20/web?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 0f34c31..57ff86d 100644 --- a/web/package.json +++ b/web/package.json @@ -37,7 +37,7 @@ "prettier-plugin-tailwindcss": "^0.6.5", "sass": "^1.77.6", "tailwindcss": "^3.4.4", - "typescript": "~5.5.3", + "typescript": "~5.6.2", "typescript-eslint": "^8.1.0", "vite": "^5.3.3", "vite-plugin-svg-icons": "^2.0.1",