Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Aug 30, 2023
1 parent 2df3b6d commit 3e2cddc
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 153 deletions.
2 changes: 1 addition & 1 deletion src/GZCTF.Test/GZCTF.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<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.1" />
<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>
Expand Down
18 changes: 9 additions & 9 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,40 +32,40 @@
"embla-carousel-react": "^7.1.0",
"katex": "^0.16.8",
"lz-string": "^1.5.0",
"marked": "^7.0.4",
"marked": "^7.0.5",
"pdfjs-dist": "3.6.172",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-pdf": "^7.3.3",
"react-router": "^6.15.0",
"react-router-dom": "^6.15.0",
"swr": "2.2.0",
"swr": "2.2.2",
"vite-tsconfig-paths": "^4.2.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.11",
"@nabla/vite-plugin-eslint": "^1.5.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/katex": "^0.16.2",
"@types/node": "20.5.4",
"@types/node": "20.5.7",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitejs/plugin-react": "^4.0.4",
"axios": "^1.4.0",
"axios": "^1.5.0",
"babel-plugin-prismjs": "^2.1.0",
"eslint": "8.47.0",
"eslint": "8.48.0",
"eslint-plugin-react-hooks": "^4.6.0",
"form-data": "~4.0.0",
"lodash": "^4.17.21",
"prettier": "~3.0.2",
"prettier": "~3.0.3",
"rollup": "^3.28.1",
"swagger-typescript-api": "^13.0.3",
"tslib": "^2.6.2",
"typescript": "5.1.6",
"typescript": "5.2.2",
"vite": "^4.4.9",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-prismjs": "^0.0.8",
Expand Down
Loading

0 comments on commit 3e2cddc

Please sign in to comment.