Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Bump applicationinsights-web package to 2.5.7 (#10)
Browse files Browse the repository at this point in the history
Update the application insights package to be in sync with applicationinsights-react-js SDK version. As reported in application insights GitHub issue microsoft/ApplicationInsights-JS#1346, there are 2 SDKs of applicationinsights-web gets downloaded during deployment with different version and in turn causing conflicts due to version mismatch.

note: the fix will temporarily solve the build failure issue. It will be permanently fixed by removing the conflict dependency of applicationinsights-web from dependent components.
  • Loading branch information
abbodh authored Aug 24, 2020
1 parent d8e6b74 commit 0a268c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@fluentui/react": "^7.115.4",
"@fluentui/react-icons-northstar": "^0.49.0",
"@microsoft/applicationinsights-web": "2.5.5",
"@microsoft/applicationinsights-web": "2.5.7",
"@microsoft/applicationinsights-react-js": "3.0.0",
"@fluentui/react-northstar": "^0.49.0",
"@microsoft/teams-js": "1.6.0",
Expand Down

0 comments on commit 0a268c6

Please sign in to comment.