From f9d0753887cf0c4d99ae2eea67c7f3dc00176338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 03:31:16 +0000 Subject: [PATCH] chore(deps): bump typescript from 5.2.2 to 5.3.2 in /frontend Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 06c4ab4f2..0cf5154d8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,7 +39,7 @@ "react-redux": "^8.1.3", "react-router-dom": "^6.18.0", "tailwindcss": "3.3.3", - "typescript": "5.2.2" + "typescript": "5.3.2" }, "devDependencies": { "@types/lodash": "^4.14.200",