From 7acb7358a10de1f010d7e16ad4391eeb6cb79c8c Mon Sep 17 00:00:00 2001 From: Abhijeet Bodhankar <48222006+abbodh@users.noreply.github.com> Date: Wed, 23 Sep 2020 16:01:42 -0700 Subject: [PATCH] Microsoft app insights react package sync (#15) 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 https://github.com/microsoft/ApplicationInsights-JS/issues/1346 Based on the appinsights teams recommendation that applicationinsights-web should be 2.5.7^ to work with applicaitoninsights-react-js packages. --- Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/package.json b/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/package.json index 60116dc..c080c87 100644 --- a/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/package.json +++ b/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/package.json @@ -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",