From bdfc0b21ff8717f7e2860d611c58706996146151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:23:17 +0100 Subject: [PATCH] Bump typescript from 5.6.2 to 5.6.3 (#26) Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3. - [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.6.2...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2f12c8..35ee93c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ ], "devDependencies": { "@michijs/tsconfig": "0.0.4", - "typescript": "5.6.2" + "typescript": "5.6.3" }, "peerDependencies": { "@storybook/theming": "8.2.6",