Skip to content

Commit

Permalink
build: Update SDK and manifest version
Browse files Browse the repository at this point in the history
  • Loading branch information
melsener committed Apr 1, 2024
1 parent 6f1a83d commit 4f96122
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
20 changes: 13 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@fluentui/react-northstar": "^0.50.0",
"@hapi/joi": "^17.1.1",
"@microsoft/teams-js": "^2.0.0",
"@microsoft/teams-js": "^2.19.0",
"@newrelic/pino-enricher": "^1.1.1",
"@sentry/browser": "^5.22.3",
"@sentry/node": "^5.22.3",
Expand Down
4 changes: 2 additions & 2 deletions src/package/manifest.template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.6/MicrosoftTeams.schema.json",
"manifestVersion": "1.6",
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.12/MicrosoftTeams.schema.json",
"manifestVersion": "1.12",
"id": "${NEXT_PRIVATE_APPLICATION_ID}",
"version": "${NEXT_PUBLIC_VERSION}",
"packageName": "zeplin",
Expand Down

0 comments on commit 4f96122

Please sign in to comment.