Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WorkingRobot committed Jun 14, 2024
1 parent e397b30 commit cf16bba
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Waitingway/Utils/LuminaSheets.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using ExdSheets;
using Lumina.Excel;
using Lumina.Excel.GeneratedSheets2;
using LWorld = Lumina.Excel.GeneratedSheets2.World;
using SWorld = ExdSheets.World;

namespace Waitingway.Utils;

public static class LuminaSheets
{
public static readonly ExcelSheet<LWorld> World = Service.DataManager.GetExcelSheet<LWorld>()!;
public static readonly ExcelSheet<SWorld> World = Service.DataManager.GetExcelSheet<SWorld>()!;
public static readonly ExcelSheet<WorldDCGroupType> WorldDCGroupType = Service.DataManager.GetExcelSheet<WorldDCGroupType>()!;
public static readonly ExcelSheet<Error> Error = Service.DataManager.GetExcelSheet<Error>()!;
}
7 changes: 2 additions & 5 deletions Waitingway/Waitingway.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@

<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.12" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.106">
<PackageReference Include="ExdSheets" Version="1.0.0" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.157">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down Expand Up @@ -63,9 +64,5 @@
<HintPath>$(DalamudLibPath)Lumina.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="Lumina.Excel">
<HintPath>$(DalamudLibPath)Lumina.Excel.dll</HintPath>
<Private>false</Private>
</Reference>
</ItemGroup>
</Project>
20 changes: 17 additions & 3 deletions Waitingway/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,25 @@
"resolved": "2.1.12",
"contentHash": "Sc0PVxvgg4NQjcI8n10/VfUQBAS4O+Fw2pZrAqBdRMbthYGeogzu5+xmIGCGmsEZ/ukMOBuAqiNiB5qA3MRalg=="
},
"ExdSheets": {
"type": "Direct",
"requested": "[1.0.0, )",
"resolved": "1.0.0",
"contentHash": "Zf1btj6qUkrzEm+MVCd2vRWguXizb+Ucy49xWHhFJ5HQj6gtLOxAX2gJqebAtg/uDBbEb9BHx/5Kz7Kuha5+cw==",
"dependencies": {
"Lumina": "3.15.2"
}
},
"Meziantou.Analyzer": {
"type": "Direct",
"requested": "[2.0.106, )",
"resolved": "2.0.106",
"contentHash": "ygz0oT+Sfkn7Zfhf05iQkrLsrhH9+laOHsab8zq1okOVNjWGbQsXIBgeITF1DLEB/gVYgHHyVEK8YoNnhed/GQ=="
"requested": "[2.0.157, )",
"resolved": "2.0.157",
"contentHash": "gQ9xAHvpYeqwOqcyRs5f8kFrTt7Kg2atzjsETGhRjuyGXqKYrN84n52Je6NcGEkZWRwhrQTBJl1wlcsh2se7Fw=="
},
"Lumina": {
"type": "Transitive",
"resolved": "3.15.2",
"contentHash": "EnoxYEYMepcvAoXdZhaFJiv2aiDBIPjgkgzxR/+ArOxlrALzCgheTsb5yD39a9sxNIi2tNECT93ulZvYjx8fZg=="
}
}
}
Expand Down

0 comments on commit cf16bba

Please sign in to comment.