OfficeDev / microsoft-teams-apps-greatideas

An “innovation challenge” system that lets employees submit and share ideas and insights, with voting and contests. An app using which employees can submit an innovative idea in a selected category to be visible to all colleagues and leadership, ideas can be voted upon and a leader board of best idea contributors can be shared. This app can also be a route to file patent ideas by anyone in an organization.
MIT License
84 stars 35 forks source link

Bump applicationinsights-web package to 2.5.7 #10

Closed abbodh closed 3 years ago

abbodh commented 3 years ago

Update the application insights package to be in sync with applicationinsights-react-js SDK version. As reported in application insights GitHub issue https://github.com/microsoft/ApplicationInsights-JS/issues/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.