Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
b8999d7
build: bump the frontend-deps group in /App/frontend-app with 40 updates
dependabot[bot] May 27, 2025
37415b4
build: bump MongoDB.Driver in /App/backend-api/Microsoft.GS.DPS
dependabot[bot] Apr 1, 2025
9d997c3
build: bump Microsoft.KernelMemory.WebClient
dependabot[bot] Apr 1, 2025
27e4c1e
build: bump Microsoft.Bcl.AsyncInterfaces
dependabot[bot] Apr 1, 2025
d7bd7a5
build: bump System.Memory.Data and System.Text.Json
dependabot[bot] Apr 1, 2025
d316c88
build: bump Microsoft.VisualStudio.Threading.Analyzers
dependabot[bot] Apr 1, 2025
aa62b05
build: bump Azure.Data.AppConfiguration
dependabot[bot] Apr 1, 2025
b14e50a
build: bump Swashbuckle.AspNetCore
dependabot[bot] Apr 1, 2025
5f27c46
build: bump Microsoft.Extensions.Configuration, Microsoft.Extensions.…
dependabot[bot] Apr 1, 2025
da6b242
build: bump Microsoft.SemanticKernel
dependabot[bot] Apr 1, 2025
80b6310
build: bump Azure.Identity, Microsoft.Extensions.Azure, Microsoft.Ext…
dependabot[bot] Apr 1, 2025
967eaf4
build: bump MongoDB.Bson and MongoDB.Driver
dependabot[bot] Apr 1, 2025
a8eae18
build: bump Microsoft.Extensions.Logging.Abstractions
dependabot[bot] Apr 1, 2025
314f06c
build: bump Microsoft.Bcl.AsyncInterfaces, Microsoft.Extensions.Loggi…
dependabot[bot] Apr 1, 2025
22e0615
build: bump System.Numerics.Tensors
dependabot[bot] Apr 1, 2025
c404ab0
build: bump Microsoft.Extensions.Options, NSwag.AspNetCore and NSwag.…
dependabot[bot] Apr 1, 2025
14b33b9
build: bump Microsoft.Extensions.Configuration, Microsoft.Extensions.…
dependabot[bot] Apr 1, 2025
5b42f7c
build: bump Microsoft.Maui.Graphics and Microsoft.Maui.Graphics.Skia
dependabot[bot] Apr 1, 2025
47e0aa4
build: bump the frontend-deps group in /App/frontend-app with 12 updates
dependabot[bot] Jun 1, 2025
ffc6dc3
build: bump the frontend-deps group in /App/frontend-app with 34 updates
dependabot[bot] Jul 1, 2025
b793f37
build: Bump the nuget-deps group with 21 updates
dependabot[bot] Jul 1, 2025
9298081
Merge remote-tracking branch 'origin/dev' into dependabotchanges
Jul 23, 2025
6f71658
updated frontend
Jul 23, 2025
7d889ca
backend changes
Jul 25, 2025
2063d13
frontend
Jul 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -12,23 +12,23 @@

<ItemGroup>
<PackageReference Include="AutoMapper" Version="14.0.0" />
<PackageReference Include="Azure.Data.AppConfiguration" Version="1.5.0" />
<PackageReference Include="Azure.Identity" Version="1.13.2" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.6" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.AzureAppConfiguration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.0" />
<PackageReference Include="Microsoft.KernelMemory.WebClient" Version="0.79.241014.2" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.32.0" />
<PackageReference Include="Azure.Data.AppConfiguration" Version="1.6.1" />
<PackageReference Include="Azure.Identity" Version="1.14.1" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.12.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.6" />
<PackageReference Include="Microsoft.Extensions.Configuration.AzureAppConfiguration" Version="8.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.6" />
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.6" />
<PackageReference Include="Microsoft.KernelMemory.WebClient" Version="0.98.250508.3" />
<PackageReference Include="Microsoft.SemanticKernel" Version="1.59.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="MimeTypesMap" Version="1.0.9" />
<PackageReference Include="MongoDB.Bson" Version="2.29.0" />
<PackageReference Include="MongoDB.Driver" Version="2.29.0" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.29.0" />
<PackageReference Include="NSwag.AspNetCore" Version="14.2.0" />
<PackageReference Include="NSwag.Core" Version="14.2.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.1" />
<PackageReference Include="MongoDB.Bson" Version="2.29.0" />
<PackageReference Include="MongoDB.Driver" Version="2.29.0" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.29.0" />
<PackageReference Include="NSwag.AspNetCore" Version="14.4.0" />
<PackageReference Include="NSwag.Core" Version="14.4.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
16 changes: 8 additions & 8 deletions App/backend-api/Microsoft.GS.DPS/Microsoft.GS.DPS.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -8,15 +8,15 @@

<ItemGroup>
<PackageReference Include="AutoMapper" Version="14.0.0" />
<PackageReference Include="Azure.Search.Documents" Version="11.6.0" />
<PackageReference Include="FluentValidation" Version="11.11.0" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.9.2" />
<PackageReference Include="Microsoft.KernelMemory.WebClient" Version="0.79.241014.2" />
<PackageReference Include="Microsoft.Maui.Graphics" Version="9.0.40" />
<PackageReference Include="Microsoft.Maui.Graphics.Skia" Version="9.0.40" />
<PackageReference Include="Azure.Search.Documents" Version="11.6.1" />
<PackageReference Include="FluentValidation" Version="12.0.0" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="12.0.0" />
<PackageReference Include="Microsoft.KernelMemory.WebClient" Version="0.98.250508.3" />
<PackageReference Include="Microsoft.Maui.Graphics" Version="9.0.81" />
<PackageReference Include="Microsoft.Maui.Graphics.Skia" Version="9.0.81" />
<PackageReference Include="MongoDB.Driver" Version="2.29.0" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.29.0" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="3.116.1" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="3.119.0" />
</ItemGroup>

<ItemGroup>
Expand Down
96 changes: 48 additions & 48 deletions App/frontend-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,82 +13,82 @@
"test": "jest --coverage --detectOpenHandles"
},
"dependencies": {
"@azure/msal-browser": "^2.39.0",
"@azure/msal-react": "^1.5.13",
"@azure/msal-browser": "^4.14.0",
"@azure/msal-react": "^3.0.14",
"@fluentai/attachments": "^0.7.1",
"@fluentai/react-copilot": "^0.11.3",
"@fluentai/react-copilot-chat": "^0.5.2",
"@fluentai/reference": "^0.8.2",
"@fluentai/textarea": "^0.5.1",
"@fluentui/react": "^8.122.11",
"@fluentui/react-components": "^9.60.0",
"@fluentui/react-datepicker-compat": "^0.5.0",
"@fluentui/react-file-type-icons": "^8.12.8",
"@fluentui/react-icons": "^2.0.274",
"@fluentui/react": "^8.123.0",
"@fluentui/react-components": "^9.66.5",
"@fluentui/react-datepicker-compat": "^0.6.5",
"@fluentui/react-file-type-icons": "^8.13.2",
"@fluentui/react-icons": "^2.0.305",
"@fluentui/react-tags-preview": "^0.4.0",
"@microsoft/applicationinsights-react-js": "^17.3.5",
"@microsoft/applicationinsights-web": "^3.3.5",
"@microsoft/applicationinsights-react-js": "^19.3.6",
"@microsoft/applicationinsights-web": "^3.3.9",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"date-fns": "^4.1.0",
"dropzone": "^6.0.0-beta.2",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.4",
"i18next": "^25.3.0",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"km-app": "file:",
"marked": "^15.0.7",
"marked": "^16.0.0",
"notistack": "^3.0.2",
"pdfjs-dist": "^4.7.76",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-dropzone": "^14.3.5",
"react-i18next": "^15.4.1",
"react-markdown": "^10.0.1",
"react-router-dom": "^7.2.0",
"react-i18next": "^15.5.3",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.6.3",
"react-tiff": "^0.0.14",
"react-uploader": "^3.43.0",
"use-debounce": "^10.0.4"
"use-debounce": "^10.0.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^15.0.7",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.14",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@testing-library/react": "^16.3.0",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/jest": "^30.0.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-basic-ssl": "^2.0.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"body-parser": "^1.20.3",
"concurrently": "^9.1.2",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.4.21",
"body-parser": "^2.2.0",
"concurrently": "^9.2.0",
"cors": "^2.8.5",
"eslint": "^8.53.0",
"eslint-config-prettier": "^10.0.2",
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-import": "^2.29.1",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.16",
"express": "^4.21.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nodemon": "^3.1.9",
"postcss": "^8.4.49",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"eslint-plugin-react-refresh": "^0.4.20",
"express": "^5.1.0",
"jest": "^30.0.3",
"jest-environment-jsdom": "^30.0.2",
"nodemon": "^3.1.10",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.13",
"react-tiff": "^0.0.14",
"sass": "^1.85.1",
"sass": "^1.89.2",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.2.6",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.8.2",
"vite": "^6.2.6"
"typescript": "^5.8.3",
"vite": "^6.2.0"
},
"volta": {
"node": "18.16.0",
Expand Down
Loading