Skip to content

Commit

Permalink
Upgrade frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc committed Nov 10, 2024
1 parent b5cb5ef commit 334cbc1
Show file tree
Hide file tree
Showing 2 changed files with 2,229 additions and 2,317 deletions.
20 changes: 12 additions & 8 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -59,4 +63,4 @@
]
},
"packageManager": "yarn@1.22.19"
}
}
Loading

0 comments on commit 334cbc1

Please sign in to comment.