From c9e4314209e0fa1522b7ff6fd4d9040e2a96a371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 07:15:54 +0000 Subject: [PATCH] Bump typescript from 5.3.3 to 5.4.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.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.3.3...v5.4.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 54a526a..256884b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react-hot-toast": "^2.4.1", "react-scripts": "5.0.1", "turndown": "^7.1.2", - "typescript": "^5.3.3", + "typescript": "^5.4.2", "uuid": "^9.0.1" }, "devDependencies": { @@ -43,7 +43,7 @@ "electron-builder": "^24.0.0", "electron-is-dev": "^3.0.1", "tailwindcss": "^3.3.5", - "typescript": "5.3.3", + "typescript": "5.4.2", "wait-on": "^7.2.0" }, "scripts": {