Limited WebApp to use specific versions of MSAL.

This commit is contained in:
Conrad Markiewicz 2022-05-11 12:49:20 -05:00
Родитель afe20347e8
Коммит 29aeefb053
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -10,8 +10,8 @@
"type": "git"
},
"dependencies": {
"@azure/msal-browser": "^2.24.0",
"@azure/msal-react": "^1.4.0",
"@azure/msal-browser": "2.24.0",
"@azure/msal-react": "1.4.0",
"@fluentui/react": "7.155.3",
"@uifabric/fluent-theme": "7.4.3",
"camelcase": "6.2.0",