We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5660bb + 244895d commit 0506d38Copy full SHA for 0506d38
2 files changed
graph-tutorial/package.json
@@ -3,8 +3,8 @@
3
"version": "0.1.0",
4
"private": true,
5
"dependencies": {
6
- "@azure/msal-browser": "^2.38.3",
7
- "@azure/msal-react": "^1.5.12",
+ "@azure/msal-browser": "^3.7.1",
+ "@azure/msal-react": "^2.0.10",
8
"@microsoft/mgt-element": "^3.1.3",
9
"@microsoft/microsoft-graph-client": "^3.0.7",
10
"bootstrap": "^5.3.2",
@@ -56,9 +56,7 @@
56
"typescript": "^5.3.3"
57
},
58
"jest": {
59
- "transformIgnorePatterns": [
60
- "/node_modules/(?!date-fns)"
61
- ],
+ "transformIgnorePatterns": [],
62
"moduleNameMapper": {
63
"\\.(css)$": "<rootDir>/src/__mocks__/mockCss.js"
64
}
0 commit comments