Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Sep 1, 2023
1 parent 3e2cddc commit 16074c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ const GameChallengeEdit: FC = () => {

const { challenge, mutate } = useEditChallenge(numId, numCId)

const { data: chals, mutate: mutateChals } = api.edit.useEditGetGameChallenges(numId, OnceSWRConfig)
const { data: chals, mutate: mutateChals } = api.edit.useEditGetGameChallenges(
numId,
OnceSWRConfig
)

const [challengeInfo, setChallengeInfo] = useState<ChallengeUpdateModel>({ ...challenge })
const [disabled, setDisabled] = useState(false)
Expand Down
4 changes: 2 additions & 2 deletions src/GZCTF/GZCTF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PropertyGroup Condition=" '$(RunConfiguration)' == 'GZCTF' " />
<ItemGroup>
<PackageReference Include="Docker.DotNet" Version="3.125.15" />
<PackageReference Include="KubernetesClient" Version="11.0.44" />
<PackageReference Include="KubernetesClient" Version="12.0.16" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.10" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.Json" Version="7.0.10" />
<PackageReference Include="Microsoft.AspNetCore.SpaProxy" Version="7.0.10" />
Expand Down Expand Up @@ -131,7 +131,7 @@
<!-- Include the newly-built files in the publish output -->
<ItemGroup>
<DistFiles Include="$(SpaRoot)build\**" />
<ResolvedFileToPublish Include="@(DistFiles-&gt;'%(FullPath)')" Exclude="@(ResolvedFileToPublish)">
<ResolvedFileToPublish Include="@(DistFiles->'%(FullPath)')" Exclude="@(ResolvedFileToPublish)">
<RelativePath>wwwroot\%(RecursiveDir)%(FileName)%(Extension)</RelativePath>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
Expand Down

0 comments on commit 16074c2

Please sign in to comment.