Skip to content

Commit

Permalink
Merge pull request #3659 from AzureAD/angular-sample-update-ga
Browse files Browse the repository at this point in the history
Update msal-angular dev samples to use GA version
  • Loading branch information
jo-arroyo committed May 20, 2021
2 parents 0b9f138 + bc28a8c commit b5e67e7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@angular/platform-browser": "~10.0.9",
"@angular/platform-browser-dynamic": "~10.0.9",
"@angular/router": "~10.0.9",
"@azure/msal-angular": "^2.0.0-beta.4",
"@azure/msal-browser": "^2.14.0",
"@azure/msal-angular": "^2.0.0",
"@azure/msal-browser": "^2.14.2",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@angular/platform-browser": "~11.0.0",
"@angular/platform-browser-dynamic": "~11.0.0",
"@angular/router": "~11.0.0",
"@azure/msal-angular": "^2.0.0-beta.2",
"@azure/msal-browser": "^2.13.0",
"@azure/msal-angular": "^2.0.0",
"@azure/msal-browser": "^2.14.2",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@angular/platform-browser": "~11.0.4",
"@angular/platform-browser-dynamic": "~11.0.4",
"@angular/router": "~11.0.4",
"@azure/msal-angular": "^2.0.0-beta.3",
"@azure/msal-browser": "^2.13.1",
"@azure/msal-angular": "^2.0.0",
"@azure/msal-browser": "^2.14.2",
"core-js": "^3.8.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@angular/platform-browser": "~12.0.0-rc.0",
"@angular/platform-browser-dynamic": "~12.0.0-rc.0",
"@angular/router": "~12.0.0-rc.0",
"@azure/msal-angular": "^2.0.0-beta.5",
"@azure/msal-browser": "^2.14.1",
"@azure/msal-angular": "^2.0.0",
"@azure/msal-browser": "^2.14.2",
"core-js": "^3.11.0",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@angular/platform-browser": "~9.0.0",
"@angular/platform-browser-dynamic": "~9.0.0",
"@angular/router": "~9.0.0",
"@azure/msal-angular": "^2.0.0-beta.4",
"@azure/msal-browser": "^2.14.0",
"@azure/msal-angular": "^2.0.0",
"@azure/msal-browser": "^2.14.2",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
Expand Down

0 comments on commit b5e67e7

Please sign in to comment.