Skip to content

Commit fdf7989

Browse files
committed
chore(deps): update
1 parent e948f78 commit fdf7989

File tree

3 files changed

+230
-238
lines changed

3 files changed

+230
-238
lines changed

src/Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<PackageVersion Include="OpenTelemetry.Instrumentation.Process" Version="1.11.0-beta.1" />
3737
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.11.0" />
3838
<PackageVersion Include="OpenTelemetry.Instrumentation.StackExchangeRedis" Version="1.11.0-beta.1" />
39-
<PackageVersion Include="Scalar.AspNetCore" Version="2.0.14" />
39+
<PackageVersion Include="Scalar.AspNetCore" Version="2.0.15" />
4040
<PackageVersion Include="Serilog.AspNetCore" Version="9.0.0" />
4141
<PackageVersion Include="Serilog.Expressions" Version="5.0.0" />
4242
<PackageVersion Include="Serilog.Extensions.Logging" Version="9.0.0" />

src/GZCTF/ClientApp/package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"dependencies": {
1515
"@babel/core": "^7.26.9",
1616
"@emotion/react": "^11.14.0",
17-
"@mantine/carousel": "^7.16.3",
18-
"@mantine/colors-generator": "^7.16.3",
19-
"@mantine/core": "^7.16.3",
20-
"@mantine/dates": "^7.16.3",
21-
"@mantine/dropzone": "^7.16.3",
22-
"@mantine/emotion": "^7.16.3",
23-
"@mantine/form": "^7.16.3",
24-
"@mantine/hooks": "^7.16.3",
25-
"@mantine/modals": "^7.16.3",
26-
"@mantine/notifications": "^7.16.3",
17+
"@mantine/carousel": "^7.17.0",
18+
"@mantine/colors-generator": "^7.17.0",
19+
"@mantine/core": "^7.17.0",
20+
"@mantine/dates": "^7.17.0",
21+
"@mantine/dropzone": "^7.17.0",
22+
"@mantine/emotion": "^7.17.0",
23+
"@mantine/form": "^7.17.0",
24+
"@mantine/hooks": "^7.17.0",
25+
"@mantine/modals": "^7.17.0",
26+
"@mantine/notifications": "^7.17.0",
2727
"@marsidev/react-turnstile": "^1.1.0",
2828
"@mdi/js": "^7.4.47",
2929
"@mdi/react": "^1.6.1",
@@ -49,9 +49,9 @@
4949
"react": "^19.0.0",
5050
"react-dom": "^19.0.0",
5151
"react-error-boundary": "^5.0.0",
52-
"react-i18next": "^15.4.0",
52+
"react-i18next": "^15.4.1",
5353
"react-pdf": "^9.2.1",
54-
"react-router": "^7.1.5",
54+
"react-router": "^7.2.0",
5555
"swr": "^2.3.2"
5656
},
5757
"devDependencies": {
@@ -67,8 +67,8 @@
6767
"@types/prismjs": "^1.26.5",
6868
"@types/react": "^19.0.10",
6969
"@types/react-dom": "^19.0.4",
70-
"@typescript-eslint/eslint-plugin": "^8.24.0",
71-
"@typescript-eslint/parser": "^8.24.0",
70+
"@typescript-eslint/eslint-plugin": "^8.24.1",
71+
"@typescript-eslint/parser": "^8.24.1",
7272
"@vitejs/plugin-react": "^4.3.4",
7373
"axios": "^1.7.9",
7474
"babel-plugin-prismjs": "^2.1.0",
@@ -80,7 +80,7 @@
8080
"globals": "^15.15.0",
8181
"lodash": "^4.17.21",
8282
"oxlint": "^0.15.11",
83-
"postcss": "^8.5.2",
83+
"postcss": "^8.5.3",
8484
"postcss-preset-mantine": "^1.17.0",
8585
"postcss-simple-vars": "^7.0.1",
8686
"prettier": "~3.5.1",
@@ -89,10 +89,10 @@
8989
"swagger-typescript-api": "^13.0.23",
9090
"tslib": "^2.8.1",
9191
"typescript": "5.7.3",
92-
"vite": "^6.1.0",
92+
"vite": "^6.1.1",
9393
"vite-plugin-banner": "^0.8.0",
9494
"vite-plugin-optimize-css-modules": "^1.2.0",
95-
"vite-plugin-pages": "^0.32.4",
95+
"vite-plugin-pages": "^0.32.5",
9696
"vite-plugin-prismjs": "^0.0.11",
9797
"vite-plugin-webfont-dl": "^3.10.4",
9898
"vite-tsconfig-paths": "^5.1.4"

0 commit comments

Comments
 (0)