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 15, 2024
1 parent 1276d00 commit 60f83cd
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 118 deletions.
1 change: 0 additions & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.8" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="8.0.8" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageVersion Include="Tomlyn" Version="0.17.0" />
<PackageVersion Include="Ulid" Version="1.3.4" />
<PackageVersion Include="xunit" Version="2.9.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2">
Expand Down
16 changes: 8 additions & 8 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@microsoft/signalr": "^8.0.7",
"chroma-js": "^2.6.0",
"chroma-js": "2.6.1-0",
"clsx": "^2.1.1",
"dayjs": "^1.11.12",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"embla-carousel": "^8.1.8",
"embla-carousel-autoplay": "^8.1.8",
"embla-carousel-react": "^8.1.8",
"i18next": "^23.12.3",
"i18next": "^23.12.6",
"i18next-browser-languagedetector": "^8.0.0",
"katex": "^0.16.11",
"lz-string": "^1.5.0",
Expand All @@ -50,8 +50,8 @@
"react-google-recaptcha-v3": "^1.10.1",
"react-i18next": "^15.0.1",
"react-pdf": "^9.1.0",
"react-router": "^6.26.0",
"react-router-dom": "^6.26.0",
"react-router": "^6.26.1",
"react-router-dom": "^6.26.1",
"swr": "2.2.5"
},
"devDependencies": {
Expand All @@ -64,7 +64,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chroma-js": "^2.4.4",
"@types/katex": "^0.16.7",
"@types/node": "22.2.0",
"@types/node": "22.3.0",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand All @@ -74,13 +74,13 @@
"axios": "^1.7.4",
"babel-plugin-prismjs": "^2.1.0",
"eslint": "^9.9.0",
"eslint-plugin-oxlint": "^0.7.1",
"eslint-plugin-oxlint": "^0.7.2",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"form-data": "~4.0.0",
"globals": "^15.9.0",
"lodash": "^4.17.21",
"oxlint": "^0.7.1",
"oxlint": "^0.7.2",
"postcss": "^8.4.41",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
Expand All @@ -89,7 +89,7 @@
"swagger-typescript-api": "^13.0.21",
"tslib": "^2.6.3",
"typescript": "5.5.4",
"vite": "^5.4.0",
"vite": "^5.4.1",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-prismjs": "^0.0.11",
"vite-plugin-webfont-dl": "^3.9.5",
Expand Down
Loading

0 comments on commit 60f83cd

Please sign in to comment.