From 2b54edb21c3c75ac7e2b18e883f72e5f1224ec4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 21:12:21 +0000 Subject: [PATCH] Bump fable from 5.0.0-alpha.5 to 5.0.0-alpha.7 in the dotnet-tools group Bumps the dotnet-tools group with 1 update: [fable](https://github.com/fable-compiler/Fable). Updates `fable` from 5.0.0-alpha.5 to 5.0.0-alpha.7 - [Release notes](https://github.com/fable-compiler/Fable/releases) - [Commits](https://github.com/fable-compiler/Fable/compare/5.0.0-alpha.5...5.0.0-alpha.7) --- updated-dependencies: - dependency-name: fable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-tools ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 33103e9..592a63c 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fable": { - "version": "5.0.0-alpha.5", + "version": "5.0.0-alpha.7", "commands": [ "fable" ],