From 5b22fcdefbf0877bfea52f9536e9a7bfea8db78b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 07:13:57 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.9.5 to 5.1.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.1.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23a404e..29f856c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-plugin-prettier": "^4.0.0", "husky": "^8.0.1", "prettier": "^2.7.1", - "typescript": "^4.6.3", + "typescript": "^5.1.3", "vite": "^3.0.2" }, "description": "An Aframe Component for React",