Skip to content

Commit 022658b

Browse files
committed
fix build
1 parent 6b5292c commit 022658b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/msgraph-sdk-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@microsoft/kiota-bundle": "^1.0.0-preview.92",
2828
"@microsoft/kiota-authentication-azure": "^1.0.0-preview.92",
2929
"@microsoft/msgraph-sdk": "^1.0.0-preview.49",
30-
"@microsoft/msgraph-sdk-core": "^1.0.0-preview.16",
30+
"@microsoft/msgraph-sdk-core": "^1.0.0-preview.17",
3131
"@microsoft/msgraph-sdk-users": "^1.0.0-preview.49",
3232
"tslib": "^2.6.2"
3333
},

packages/msgraph-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/microsoftgraph/msgraph-sdk-typescript/issues"
2828
},
2929
"dependencies": {
30-
"@microsoft/msgraph-sdk-core": "^1.0.0-preview.16",
30+
"@microsoft/msgraph-sdk-core": "^1.0.0-preview.17",
3131
"tslib": "^2.6.2"
3232
},
3333
"devDependencies": {

0 commit comments

Comments
 (0)