Skip to content

Commit

Permalink
build: upgrade teams-js version to 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yimin-Jin committed May 6, 2024
1 parent 004c803 commit df13814
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions templates/js/non-sso-tab/src/views/hello.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/static/styles/custom.css" />
<script
src="https://res.cdn.office.net/teams-js/2.19.0/js/MicrosoftTeams.min.js"
integrity="sha384-xp55t/129OsN192JZYLP0rGhzjCF9aYtjY0LVtXvolkDrBe4Jchylp56NrUYJ4S2"
src="https://res.cdn.office.net/teams-js/2.22.0/js/MicrosoftTeams.min.js"
integrity="sha384-WSG/sWulIv7rel5TnFlH8JTpxl2OxzZh9Lux2mIzBFiTRLFvMBeFv9VURu/3vQdx"
crossorigin="anonymous"
></script>
<script src="/static/scripts/teamsapp.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion templates/js/sso-tab-with-obo-flow/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"private": true,
"dependencies": {
"@fluentui/react-components": "^9.18.0",
"@microsoft/teams-js": "^2.19.0",
"@microsoft/teams-js": "^2.22.0",
"@microsoft/teamsfx": "^2.2.0",
"@microsoft/teamsfx-react": "^3.0.0",
"axios": "^0.21.1",
Expand Down
4 changes: 2 additions & 2 deletions templates/js/sso-tab-with-obo-flow/public/auth-end.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<body>
<script
src="https://res.cdn.office.net/teams-js/2.19.0/js/MicrosoftTeams.min.js"
integrity="sha384-xp55t/129OsN192JZYLP0rGhzjCF9aYtjY0LVtXvolkDrBe4Jchylp56NrUYJ4S2"
src="https://res.cdn.office.net/teams-js/2.22.0/js/MicrosoftTeams.min.js"
integrity="sha384-WSG/sWulIv7rel5TnFlH8JTpxl2OxzZh9Lux2mIzBFiTRLFvMBeFv9VURu/3vQdx"
crossorigin="anonymous"
></script>
<script
Expand Down
4 changes: 2 additions & 2 deletions templates/js/sso-tab-with-obo-flow/public/auth-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<body>
<script
src="https://res.cdn.office.net/teams-js/2.19.0/js/MicrosoftTeams.min.js"
integrity="sha384-xp55t/129OsN192JZYLP0rGhzjCF9aYtjY0LVtXvolkDrBe4Jchylp56NrUYJ4S2"
src="https://res.cdn.office.net/teams-js/2.22.0/js/MicrosoftTeams.min.js"
integrity="sha384-WSG/sWulIv7rel5TnFlH8JTpxl2OxzZh9Lux2mIzBFiTRLFvMBeFv9VURu/3vQdx"
crossorigin="anonymous"
></script>
<script
Expand Down
4 changes: 2 additions & 2 deletions templates/ts/non-sso-tab/src/views/hello.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/static/styles/custom.css" />
<script
src="https://res.cdn.office.net/teams-js/2.19.0/js/MicrosoftTeams.min.js"
integrity="sha384-xp55t/129OsN192JZYLP0rGhzjCF9aYtjY0LVtXvolkDrBe4Jchylp56NrUYJ4S2"
src="https://res.cdn.office.net/teams-js/2.22.0/js/MicrosoftTeams.min.js"
integrity="sha384-WSG/sWulIv7rel5TnFlH8JTpxl2OxzZh9Lux2mIzBFiTRLFvMBeFv9VURu/3vQdx"
crossorigin="anonymous"
></script>
<script src="/static/scripts/teamsapp.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion templates/ts/sso-tab-with-obo-flow/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"private": true,
"dependencies": {
"@fluentui/react-components": "^9.18.0",
"@microsoft/teams-js": "^2.19.0",
"@microsoft/teams-js": "^2.22.0",
"@microsoft/teamsfx": "^2.2.0",
"@microsoft/teamsfx-react": "^3.0.0",
"axios": "^0.21.1",
Expand Down
4 changes: 2 additions & 2 deletions templates/ts/sso-tab-with-obo-flow/public/auth-end.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<body>
<script
src="https://res.cdn.office.net/teams-js/2.19.0/js/MicrosoftTeams.min.js"
integrity="sha384-xp55t/129OsN192JZYLP0rGhzjCF9aYtjY0LVtXvolkDrBe4Jchylp56NrUYJ4S2"
src="https://res.cdn.office.net/teams-js/2.22.0/js/MicrosoftTeams.min.js"
integrity="sha384-WSG/sWulIv7rel5TnFlH8JTpxl2OxzZh9Lux2mIzBFiTRLFvMBeFv9VURu/3vQdx"
crossorigin="anonymous"
></script>
<script
Expand Down
4 changes: 2 additions & 2 deletions templates/ts/sso-tab-with-obo-flow/public/auth-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<body>
<script
src="https://res.cdn.office.net/teams-js/2.19.0/js/MicrosoftTeams.min.js"
integrity="sha384-xp55t/129OsN192JZYLP0rGhzjCF9aYtjY0LVtXvolkDrBe4Jchylp56NrUYJ4S2"
src="https://res.cdn.office.net/teams-js/2.22.0/js/MicrosoftTeams.min.js"
integrity="sha384-WSG/sWulIv7rel5TnFlH8JTpxl2OxzZh9Lux2mIzBFiTRLFvMBeFv9VURu/3vQdx"
crossorigin="anonymous"
></script>
<script
Expand Down

0 comments on commit df13814

Please sign in to comment.