From 868eda5af1ee5f8f652be9e024058d5dac5bbf4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 00:09:52 +0000 Subject: [PATCH] Bump typescript from 4.9.4 to 5.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v5.1.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 9ef60de..49aa2cd 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "remark-gfm": "^3.0.1", "remark-math": "^5.1.1", "swr": "^2.0.1", - "typescript": "4.9.4", + "typescript": "5.1.3", "uuid": "^9.0.0", "webrtc": "^1.14.1", "zod": "^3.20.2", @@ -67,6 +67,6 @@ "postcss": "^8.4.21", "supabase": "^1.45.2", "tailwindcss": "^3.2.4", - "typescript": "^4.9.4" + "typescript": "^5.1.3" } }