From 761ce32d08c0181b1c451914687ebbaa7f8ba0ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 23:58:17 +0000 Subject: [PATCH] chore(deps-dev): 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: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 a47654e..2325b21 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "rollup-plugin-terser": "^7.0.2", "sass": "^1.49.9", "tweakpane": "^4.0.0", - "typescript": "^4.9.5" + "typescript": "^5.3.3" }, "peerDependencies": { "tweakpane": "^4.0.0"