@microsoft/mgt-react
Advanced tools
Comparing version 2.2.0-preview.6e3772e to 2.2.0-preview.78568fa
@@ -48,2 +48,3 @@ /// <reference types="react" /> | ||
people?: IDynamicPerson[]; | ||
selectedPeople?: IDynamicPerson[]; | ||
defaultSelectedUserIds?: string[]; | ||
@@ -53,3 +54,2 @@ placeholder?: string; | ||
showMax?: number; | ||
selectedPeople?: IDynamicPerson[]; | ||
disabled?: boolean; | ||
@@ -56,0 +56,0 @@ templateContext?: TemplateContext; |
{ | ||
"name": "@microsoft/mgt-react", | ||
"version": "2.2.0-preview.6e3772e", | ||
"version": "2.2.0-preview.78568fa", | ||
"description": "Microsoft Graph Toolkit React wrapper class", | ||
@@ -34,6 +34,6 @@ "author": "Microsoft", | ||
"dependencies": { | ||
"@microsoft/mgt-components": "2.2.0-preview.6e3772e", | ||
"@microsoft/mgt-element": "2.2.0-preview.6e3772e", | ||
"@microsoft/microsoft-graph-types": "^1.28.0", | ||
"@microsoft/microsoft-graph-types-beta": "github:microsoftgraph/msgraph-typescript-typings#beta", | ||
"@microsoft/mgt-components": "2.2.0-preview.78568fa", | ||
"@microsoft/mgt-element": "2.2.0-preview.78568fa", | ||
"@microsoft/microsoft-graph-types": "^1.31.0", | ||
"@microsoft/microsoft-graph-types-beta": "^0.1.0-preview", | ||
"wc-react": "^0.4.0" | ||
@@ -40,0 +40,0 @@ }, |
@@ -52,2 +52,3 @@ import { ResponseType,IDynamicPerson,PersonType,GroupType,PersonCardInteraction,MgtPersonConfig,PersonViewType,AvatarSize,TasksStringResource,TasksSource,TaskFilter,SelectedChannel,TodoFilter } from '@microsoft/mgt-components'; | ||
people?: IDynamicPerson[]; | ||
selectedPeople?: IDynamicPerson[]; | ||
defaultSelectedUserIds?: string[]; | ||
@@ -57,3 +58,2 @@ placeholder?: string; | ||
showMax?: number; | ||
selectedPeople?: IDynamicPerson[]; | ||
disabled?: boolean; | ||
@@ -60,0 +60,0 @@ templateContext?: TemplateContext; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
0
48770
+ Added@microsoft/mgt-components@2.2.0-preview.78568fa(transitive)
+ Added@microsoft/mgt-element@2.2.0-preview.78568fa(transitive)
+ Added@microsoft/microsoft-graph-types-beta@0.1.0-preview(transitive)
- Removed@microsoft/mgt-components@2.2.0-preview.6e3772e(transitive)
- Removed@microsoft/mgt-element@2.2.0-preview.6e3772e(transitive)