Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Jun 30, 2024
1 parent 66d3376 commit 46920ec
Show file tree
Hide file tree
Showing 3 changed files with 331 additions and 391 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<PackageVersion Include="Serilog.Sinks.Async" Version="2.0.0" />
<PackageVersion Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageVersion Include="Serilog.Sinks.File.Archive" Version="1.0.5" />
<PackageVersion Include="MailKit" Version="4.6.0" />
<PackageVersion Include="MailKit" Version="4.7.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.6" />
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="8.0.6" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="8.0.6" />
Expand Down
46 changes: 23 additions & 23 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
"dependencies": {
"@babel/core": "^7.24.7",
"@emotion/react": "^11.11.4",
"@mantine/carousel": "^7.10.2",
"@mantine/colors-generator": "^7.10.2",
"@mantine/core": "^7.10.2",
"@mantine/dates": "^7.10.2",
"@mantine/dropzone": "^7.10.2",
"@mantine/emotion": "^7.10.2",
"@mantine/form": "^7.10.2",
"@mantine/hooks": "^7.10.2",
"@mantine/modals": "^7.10.2",
"@mantine/notifications": "^7.10.2",
"@mantine/carousel": "^7.11.0",
"@mantine/colors-generator": "^7.11.0",
"@mantine/core": "^7.11.0",
"@mantine/dates": "^7.11.0",
"@mantine/dropzone": "^7.11.0",
"@mantine/emotion": "^7.11.0",
"@mantine/form": "^7.11.0",
"@mantine/hooks": "^7.11.0",
"@mantine/modals": "^7.11.0",
"@mantine/notifications": "^7.11.0",
"@marsidev/react-turnstile": "^0.7.1",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@microsoft/signalr": "^8.0.0",
"chroma-js": "^2.4.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"echarts": "^5.5.0",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"embla-carousel": "^8.1.5",
"embla-carousel-autoplay": "^8.1.5",
Expand All @@ -40,7 +40,7 @@
"i18next-browser-languagedetector": "^8.0.0",
"katex": "^0.16.10",
"lz-string": "^1.5.0",
"marked": "^13.0.0",
"marked": "^13.0.1",
"marked-highlight": "^2.1.3",
"pdfjs-dist": "4.3.136",
"prismjs": "^1.29.0",
Expand All @@ -50,8 +50,8 @@
"react-google-recaptcha-v3": "^1.10.1",
"react-i18next": "^14.1.2",
"react-pdf": "^9.0.0",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"react-router": "^6.24.0",
"react-router-dom": "^6.24.0",
"swr": "2.2.5"
},
"devDependencies": {
Expand All @@ -61,32 +61,32 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chroma-js": "^2.4.4",
"@types/katex": "^0.16.7",
"@types/node": "20.14.8",
"@types/node": "20.14.9",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@vitejs/plugin-react": "^4.3.1",
"axios": "^1.7.2",
"babel-plugin-prismjs": "^2.1.0",
"eslint": "^8.57.0",
"eslint-plugin-oxlint": "^0.4.0",
"eslint-plugin-oxlint": "^0.5.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"form-data": "~4.0.0",
"lodash": "^4.17.21",
"oxlint": "^0.4.4",
"postcss": "^8.4.38",
"oxlint": "^0.5.1",
"postcss": "^8.4.39",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "~3.3.2",
"rollup": "^4.18.0",
"swagger-typescript-api": "^13.0.8",
"swagger-typescript-api": "^13.0.11",
"tslib": "^2.6.3",
"typescript": "5.5.2",
"vite": "^5.3.1",
"vite-plugin-pages": "^0.32.2",
"vite": "^5.3.2",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-prismjs": "^0.0.11",
"vite-plugin-webfont-dl": "^3.9.4",
"vite-tsconfig-paths": "^4.3.2"
Expand Down
Loading

0 comments on commit 46920ec

Please sign in to comment.