Skip to content

Commit a3382db

Browse files
Bump Fantomas.Core and FSharp.Core in /src/server/FantomasOnlineV7 (#658)
Bumps [Fantomas.Core](https://github.com/fsprojects/fantomas) and [FSharp.Core](https://github.com/dotnet/fsharp). These dependencies needed to be updated together. Updates `Fantomas.Core` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/fsprojects/fantomas/releases) - [Changelog](https://github.com/fsprojects/fantomas/blob/main/CHANGELOG.md) - [Commits](fsprojects/fantomas@v7.0.0...v7.0.1) Updates `FSharp.Core` from 8.0.403 to 8.0.100 - [Release notes](https://github.com/dotnet/fsharp/releases) - [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md) - [Commits](https://github.com/dotnet/fsharp/commits) --- updated-dependencies: - dependency-name: Fantomas.Core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: FSharp.Core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87cc570 commit a3382db

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/server/FantomasOnlineV7/FantomasOnlineV7.fsproj

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Compile Include="Program.fs" />
2424
</ItemGroup>
2525
<ItemGroup>
26-
<PackageReference Include="Fantomas.Core" Version="7.0.0" />
26+
<PackageReference Include="Fantomas.Core" Version="7.0.1" />
2727
<PackageReference Include="FSharp.Core" Version="8.0.403" />
2828
<PackageReference Include="Thoth.Json.Net" Version="8.0.0" />
2929
</ItemGroup>

src/server/FantomasOnlineV7/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
},
2626
"Fantomas.Core": {
2727
"type": "Direct",
28-
"requested": "[7.0.0, )",
29-
"resolved": "7.0.0",
30-
"contentHash": "Ozji9rXlLTUOJUV2inkDK7XWxyIIGGvowUkwoWY9oBHdjYf+md+w3p7nolhnLtasa4N4J8X7s8sRE9e50/RcIw==",
28+
"requested": "[7.0.1, )",
29+
"resolved": "7.0.1",
30+
"contentHash": "q8bjwtuGR8vw/PvbgYJYNUjepnZ3fwcUhu99e+qwBofOCyj/V+t/NIvsySQ0iO1flPvAacf6yd4z8dpeGkjzyQ==",
3131
"dependencies": {
3232
"FSharp.Core": "8.0.100",
33-
"Fantomas.FCS": "7.0.0",
33+
"Fantomas.FCS": "7.0.1",
3434
"System.Collections.Immutable": "8.0.0",
3535
"System.Diagnostics.DiagnosticSource": "8.0.1",
3636
"System.Memory": "4.6.0",
@@ -83,8 +83,8 @@
8383
},
8484
"Fantomas.FCS": {
8585
"type": "Transitive",
86-
"resolved": "7.0.0",
87-
"contentHash": "yboo4E9OmfMDpKG2JmBm8XU0XAo2wVAYlmN+SNYnviiRekZKj8vUI22fiN+HZVdKYwTzpArrlaG8VhbVKyU8Mg==",
86+
"resolved": "7.0.1",
87+
"contentHash": "YWNfpuadyHLnMeXt20q5XSz4E12VldPLDaEDzFBunoNM9srPV243pWRv61CiWoTkgzy6okuBtE9hZcjJeftLnA==",
8888
"dependencies": {
8989
"FSharp.Core": "8.0.100",
9090
"System.Collections.Immutable": "8.0.0",

0 commit comments

Comments
 (0)