Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Oct 24, 2023
1 parent 9daf072 commit 91ce162
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 373 deletions.
6 changes: 3 additions & 3 deletions src/GZCTF.Test/GZCTF.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.12" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.12" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<PackageReference Include="xunit" Version="2.5.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="xunit.runner.console" Version="2.5.1">
<PackageReference Include="xunit.runner.console" Version="2.5.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
32 changes: 16 additions & 16 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"genapi": "swagger-typescript-api -p template/swagger.json -t template -o src --module-name-first-tag --sort-routes"
},
"dependencies": {
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.2",
"@emotion/react": "^11.11.1",
"@mantine/carousel": "^6.0.20",
"@mantine/core": "^6.0.20",
Expand All @@ -33,43 +33,43 @@
"embla-carousel-react": "^7.1.0",
"katex": "^0.16.9",
"lz-string": "^1.5.0",
"marked": "^9.1.0",
"marked": "^9.1.2",
"marked-highlight": "^2.0.6",
"pdfjs-dist": "3.11.174",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-pdf": "^7.5.0",
"react-router": "^6.16.0",
"react-router-dom": "^6.16.0",
"react-pdf": "^7.5.1",
"react-router": "^6.17.0",
"react-router-dom": "^6.17.0",
"swr": "2.2.4",
"vite-tsconfig-paths": "^4.2.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@nabla/vite-plugin-eslint": "^1.5.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/katex": "^0.16.3",
"@types/node": "20.8.4",
"@types/prismjs": "^1.26.1",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
"@types/katex": "^0.16.5",
"@types/node": "20.8.8",
"@types/prismjs": "^1.26.2",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-react": "^4.1.0",
"axios": "^1.5.1",
"babel-plugin-prismjs": "^2.1.0",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-plugin-react-hooks": "^4.6.0",
"form-data": "~4.0.0",
"lodash": "^4.17.21",
"prettier": "~3.0.3",
"rollup": "^4.0.2",
"rollup": "^4.1.4",
"swagger-typescript-api": "^13.0.3",
"tslib": "^2.6.2",
"typescript": "5.2.2",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-prismjs": "^0.0.8",
"vite-plugin-webfont-dl": "^3.7.6"
Expand Down
Loading

0 comments on commit 91ce162

Please sign in to comment.