We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4210663 + ab7c4fd commit fb34420Copy full SHA for fb34420
package.json
@@ -14,10 +14,10 @@
14
"url": "https://github.com/microsoftgraph/msgraph-beta-typescript-typings.git"
15
},
16
"devDependencies": {
17
- "@types/chai": "^3.4.35",
18
- "typescript": "^2.2.1",
19
- "chai": "^3.5.0",
20
- "mocha": "^3.2.0",
21
- "@microsoft/microsoft-graph-client": "^0.3.2"
+ "typescript": "^5.0.4",
+ "@types/chai": "^4.3.4",
+ "chai": "^4.3.7",
+ "mocha": "^10.2.0",
+ "@microsoft/microsoft-graph-client": "^3.0.5"
22
}
23
0 commit comments