Skip to content

Commit

Permalink
Svelte October Improvements (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski authored Oct 31, 2023
2 parents 4649c65 + 7f61108 commit 2ae92e5
Show file tree
Hide file tree
Showing 31 changed files with 1,275 additions and 411 deletions.
6 changes: 3 additions & 3 deletions src/Exceptionless.Core/Exceptionless.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="FluentValidation" Version="11.7.1" />
<PackageReference Include="FluentValidation" Version="11.8.0" />
<PackageReference Include="Foundatio.Extensions.Hosting" Version="$(FoundatioVersion)" />
<PackageReference Include="Foundatio.JsonNet" Version="$(FoundatioVersion)" />
<PackageReference Include="NEST.JsonNetSerializer" Version="7.17.5" />
Expand All @@ -30,11 +30,11 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0-rc.2.*" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="8.0.0-rc.2.*" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0-rc.2.*" />
<PackageReference Include="Stripe.net" Version="42.9.0" />
<PackageReference Include="Stripe.net" Version="43.0.0" />
<PackageReference Include="System.DirectoryServices" Version="8.0.0-rc.2.*" />
<PackageReference Include="UAParser" Version="3.1.47" />

<PackageReference Include="Foundatio.Repositories.Elasticsearch" Version="7.17.5" Condition="'$(ReferenceFoundatioRepositoriesSource)' == '' OR '$(ReferenceFoundatioRepositoriesSource)' == 'false'" />
<PackageReference Include="Foundatio.Repositories.Elasticsearch" Version="7.17.6" Condition="'$(ReferenceFoundatioRepositoriesSource)' == '' OR '$(ReferenceFoundatioRepositoriesSource)' == 'false'" />
<ProjectReference Include="..\..\..\..\Foundatio\Foundatio.Repositories\src\Foundatio.Repositories.Elasticsearch\Foundatio.Repositories.Elasticsearch.csproj" Condition="'$(ReferenceFoundatioRepositoriesSource)' == 'true'" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions src/Exceptionless.Web/ClientApp/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"debug.allowBreakpointsEverywhere": true,
"cSpell.words": [
"colour",
"iconify",
"keyof",
"lucene",
"nameof",
"navigatetofirstpage",
"oidc",
"rowclick",
"satellizer",
"sessionend",
"svoast",
"tailwindcss",
"tanstack"
],
Expand Down
Loading

0 comments on commit 2ae92e5

Please sign in to comment.