forked from microsoft/chat-copilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade frontend and backend dependencies (microsoft#1207)
Upgrade all dependencies, except for SK and KM. Apply also security upgrades to frontend. Fix scripts and documentation still pointing to .NET 7.
- Loading branch information
Showing
8 changed files
with
2,242 additions
and
2,330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,22 +15,26 @@ | |
"eject": "react-scripts eject" | ||
}, | ||
"dependencies": { | ||
"@azure/msal-browser": "^3.26.1", | ||
"@azure/msal-react": "^2.0.22", | ||
"@fluentui/react-components": "^9.54.13", | ||
"@fluentui/react-icons": "^2.0.258", | ||
"@fluentui/react-northstar": "^0.66.4", | ||
"@azure/msal-browser": "^3.27.0", | ||
"@azure/msal-react": "^2.2.0", | ||
"@fluentui/react-components": "^9.55.1", | ||
"@fluentui/react-icons": "^2.0.265", | ||
"@fluentui/react-northstar": "^0.66.5", | ||
"@microsoft/signalr": "^8.0.7", | ||
"@playwright/test": "^1.46.1", | ||
"@reduxjs/toolkit": "^2.2.7", | ||
"@reduxjs/toolkit": "^2.3.0", | ||
"debug": "^4.3.7", | ||
"microsoft-cognitiveservices-speech-sdk": "^1.40.0", | ||
"microsoft-cognitiveservices-speech-sdk": "^1.41.0", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-markdown": "^9.0.1", | ||
"react-redux": "^9.1.2", | ||
"remark-gfm": "^4.0.0" | ||
}, | ||
"resolutions": { | ||
"postcss": ">=8.4.31", | ||
"nth-check": ">=2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11", | ||
"@types/debug": "^4.1.12", | ||
|
@@ -59,4 +63,4 @@ | |
] | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
Oops, something went wrong.