Skip to content

Commit 5bfd92e

Browse files
authored
Merge pull request #2741 from microsoftgraph/feat/native-graph-notifications
feat: native graph notifications
2 parents 72e5ed3 + 096be87 commit 5bfd92e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+797
-378
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"stylelint.packageManager": "yarn",
2020
"stylelint.snippet": ["css", "less", "postcss", "scss"],
2121
"stylelint.validate": ["css", "less", "postcss", "scss"],
22-
"cSpell.words": ["mailenabledsecurity"],
22+
"cSpell.words": ["odata"],
2323
"liveServer.settings.root": "storybook-static",
2424
"liveServer.settings.port": 6006
2525
}
-200 KB
Binary file not shown.
202 KB
Binary file not shown.
16.5 KB
Binary file not shown.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"packages": ["packages/*", "packages/providers/*", "samples/react-contoso", "samples/react-chat"],
33
"npmClient": "yarn",
44
"version": "independent"
5-
}
5+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"watch:chat-library": "lerna run build:watch --scope @microsoft/mgt-chat --include-dependents",
4444
"watch:chat-test-app": "lerna run start --scope react-chat",
4545
"watch:chat": "npm-run-all --parallel watch:chat-library watch:chat-test-app",
46-
"watch:components": "lerna run --parallel build:watch --scope @microsoft/mgt-components --include-dependents",
46+
"watch:components": "lerna run --parallel build:watch --scope @microsoft/mgt-components --include-dependents --include-dependencies",
4747
"watch:react-contoso": "lerna run start --scope react-contoso",
4848
"watch:react": "npm-run-all --parallel watch:components watch:react-contoso",
4949
"prettier:base": "prettier --parser typescript",

0 commit comments

Comments
 (0)