Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Sep 13, 2023
1 parent e615866 commit 62aec55
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 148 deletions.
12 changes: 6 additions & 6 deletions src/GZCTF.Test/GZCTF.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.10"/>
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.10"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2"/>
<PackageReference Include="xunit" Version="2.5.0"/>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.11" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand All @@ -37,8 +37,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\GZCTF\GZCTF.csproj"/>
<None Include="..\GZCTF\appsettings*"/>
<ProjectReference Include="..\GZCTF\GZCTF.csproj" />
<None Include="..\GZCTF\appsettings*" />
</ItemGroup>

</Project>
14 changes: 7 additions & 7 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@marsidev/react-turnstile": "^0.3.1",
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1",
"@microsoft/signalr": "^7.0.10",
"@microsoft/signalr": "^7.0.11",
"dayjs": "^1.11.9",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
Expand All @@ -33,8 +33,8 @@
"embla-carousel-react": "^7.1.0",
"katex": "^0.16.8",
"lz-string": "^1.5.0",
"marked": "^8.0.1",
"marked-highlight": "^2.0.5",
"marked": "^9.0.0",
"marked-highlight": "^2.0.6",
"pdfjs-dist": "3.6.172",
"prismjs": "^1.29.0",
"react": "^18.2.0",
Expand All @@ -44,7 +44,7 @@
"react-router": "^6.15.0",
"react-router-dom": "^6.15.0",
"swr": "2.2.2",
"vite-tsconfig-paths": "^4.2.0"
"vite-tsconfig-paths": "^4.2.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
Expand All @@ -55,8 +55,8 @@
"@types/prismjs": "^1.26.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-react": "^4.0.4",
"axios": "^1.5.0",
"babel-plugin-prismjs": "^2.1.0",
Expand All @@ -65,7 +65,7 @@
"form-data": "~4.0.0",
"lodash": "^4.17.21",
"prettier": "~3.0.3",
"rollup": "^3.29.0",
"rollup": "^3.29.1",
"swagger-typescript-api": "^13.0.3",
"tslib": "^2.6.2",
"typescript": "5.2.2",
Expand Down
Loading

0 comments on commit 62aec55

Please sign in to comment.