Skip to content

Commit

Permalink
bump @azure/msal-browser to 3.24.0 for NAA samples (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
codexeon authored Oct 2, 2024
1 parent d86342d commit 9c2ab4e
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 27 deletions.
20 changes: 15 additions & 5 deletions Samples/auth/Office-Add-in-SSO-NAA/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 Samples/auth/Office-Add-in-SSO-NAA/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"watch": "webpack --mode development --watch"
},
"dependencies": {
"@azure/msal-browser": "^3.17.0",
"@azure/msal-browser": "^3.24.0",
"core-js": "^3.37.1",
"regenerator-runtime": "^0.14.1"
},
Expand Down
16 changes: 8 additions & 8 deletions Samples/auth/Outlook-Add-in-SSO-NAA-IE/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 Samples/auth/Outlook-Add-in-SSO-NAA-IE/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"watch": "webpack --mode development --watch"
},
"dependencies": {
"@azure/msal-browser": "^3.15.0",
"@azure/msal-browser": "^3.24.0",
"@azure/msal-browser-v2": "npm:@azure/msal-browser@^2.39.0",
"core-js": "^3.9.1",
"regenerator-runtime": "^0.13.7"
Expand Down
20 changes: 15 additions & 5 deletions Samples/auth/Outlook-Add-in-SSO-NAA/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 Samples/auth/Outlook-Add-in-SSO-NAA/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"watch": "webpack --mode development --watch"
},
"dependencies": {
"@azure/msal-browser": "^3.21.0",
"@azure/msal-browser": "^3.24.0",
"core-js": "^3.38.1",
"regenerator-runtime": "^0.14.1"
},
Expand Down
20 changes: 15 additions & 5 deletions Samples/auth/Outlook-Event-SSO-NAA/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 Samples/auth/Outlook-Event-SSO-NAA/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"watch": "webpack --mode development --watch"
},
"dependencies": {
"@azure/msal-browser": "^3.15.0",
"@azure/msal-browser": "^3.24.0",
"core-js": "^3.36.0",
"regenerator-runtime": "^0.14.1"
},
Expand Down

0 comments on commit 9c2ab4e

Please sign in to comment.