From 03b68d60a811132974e85b2da565dbdf52b543ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 19:07:10 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e2cd6a9..38d8303 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": "^4.9.5", + "typescript": "^5.3.3", "uuid": "^9.0.1" }, "devDependencies": { @@ -42,7 +42,7 @@ "electron-builder": "^24.0.0", "electron-is-dev": "^2.0.0", "tailwindcss": "^3.3.5", - "typescript": "4.9.5", + "typescript": "5.3.3", "wait-on": "^7.2.0" }, "scripts": {