Skip to content

Tags: hmnzr/microsoft-teams-apps-greatideas

Tags

186135

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump applicationinsights-web package to 2.5.7 (OfficeDev#10)

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.

174954

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bug fix in ARM deployment file and minor UI fixes (OfficeDev#7)

* [Fix] - UI bug fix for image icon in manage category screen
* [Fix] - Updated package.json by removing unwanted packages and added dev dependencies of react-script and typescript
* [Fix] - the manifest file of curator is missing a comma after description section. This caused the failure to upload the Teams application package due to invalid JSON.  The manifest files of end user can have a fixed entity tabs to ease set up process.
* [Fix] - removing the package-lock.json file from the source control in order to create the new file everytime the build occurs. This will remove the dependency of checksum mismatch during build by kudu.

168247

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding missing npm package libraries reference to fix build error. (O…

…fficeDev#2)

Adding missing npm package libraries "react-scripts": "3.4.1" and "typescript": "3.9.3" which leads to build error during deployment.