Skip to content

Commit

Permalink
Microsoft app insights react package sync (#15)
Browse files Browse the repository at this point in the history
Microsoft application insights react JS package version needs to be updated to 3.0.2 in order to be in sync with applicationinsights-web npm package. Microsoft app insights team has upgraded the package to be always in sync for further releases as mentioned microsoft/ApplicationInsights-JS#1346

Based on the appinsights teams recommendation that applicationinsights-web should be 2.5.7^ to work with applicaitoninsights-react-js packages.
  • Loading branch information
abbodh committed Sep 23, 2020
1 parent bb6dee0 commit 7acb735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"dependencies": {
"@fluentui/react": "^7.115.4",
"@fluentui/react-icons-northstar": "^0.49.0",
"@microsoft/applicationinsights-web": "2.5.7",
"@microsoft/applicationinsights-react-js": "3.0.0",
"@microsoft/applicationinsights-web": "2.5.8",
"@microsoft/applicationinsights-react-js": "3.0.2",
"@fluentui/react-northstar": "^0.49.0",
"@microsoft/teams-js": "1.6.0",
"@uifabric/icons": "7.3.47",
Expand Down

0 comments on commit 7acb735

Please sign in to comment.