Merge pull request #3651 from PaoloPia/main

Upgraded Teams Lead Dashboard to SPFx 1.17.0
This commit is contained in:
Paolo Pialorsi 2023-04-07 18:51:10 +02:00 committed by GitHub
commit ea65e40f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9798 additions and 7420 deletions

View File

@ -1,6 +1,6 @@
{
"@microsoft/generator-sharepoint": {
"version": "1.16.0-rc.0",
"version": "1.17.0",
"libraryName": "lead-assist",
"libraryId": "c311a0fc-3dcb-4316-a798-fd7d8a6d5344",
"environment": "spo",
@ -11,7 +11,7 @@
"componentType": "webpart",
"sdkVersions": {
"@microsoft/microsoft-graph-client": "3.0.2",
"@microsoft/teams-js": "2.4.1"
"@microsoft/teams-js": "2.9.1"
}
}
}

View File

@ -9,9 +9,10 @@
"This sample shows how to use SPFx to create a Microsoft Teams dashboard personal app."
],
"creationDateTime": "2021-10-05",
"updateDateTime": "2022-11-15",
"updateDateTime": "2023-04-07",
"products": [
"SharePoint"
"SharePoint",
"Teams"
],
"metadata": [
{
@ -20,7 +21,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.16.0"
"value": "1.17.0"
}
],
"thumbnails": [

View File

@ -0,0 +1,3 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/core-build/sass.schema.json"
}

File diff suppressed because it is too large Load Diff

View File

@ -15,11 +15,12 @@
"dependencies": {
"@microsoft/mgt-react": "^2.2.0",
"@microsoft/mgt-spfx": "^2.2.0",
"@microsoft/sp-core-library": "1.16.0",
"@microsoft/sp-lodash-subset": "1.16.0",
"@microsoft/sp-office-ui-fabric-core": "1.16.0",
"@microsoft/sp-property-pane": "1.16.0",
"@microsoft/sp-webpart-base": "1.16.0",
"@microsoft/sp-adaptive-card-extension-base": "1.17.0",
"@microsoft/sp-core-library": "1.17.0",
"@microsoft/sp-lodash-subset": "1.17.0",
"@microsoft/sp-office-ui-fabric-core": "1.17.0",
"@microsoft/sp-property-pane": "1.17.0",
"@microsoft/sp-webpart-base": "1.17.0",
"@pnp/sp": "^2.7.0",
"@pnp/spfx-controls-react": "3.11.0",
"@pnp/spfx-property-controls": "3.10.0",
@ -29,11 +30,11 @@
"tslib": "2.3.1"
},
"devDependencies": {
"@microsoft/eslint-plugin-spfx": "1.16.0",
"@microsoft/eslint-config-spfx": "1.16.0",
"@microsoft/rush-stack-compiler-4.5": "0.2.2",
"@microsoft/sp-build-web": "1.16.0-rc.0",
"@microsoft/sp-module-interfaces": "1.16.0",
"@microsoft/eslint-config-spfx": "1.17.0",
"@microsoft/eslint-plugin-spfx": "1.17.0",
"@microsoft/rush-stack-compiler-4.5": "0.4.0",
"@microsoft/sp-build-web": "1.17.0",
"@microsoft/sp-module-interfaces": "1.17.0",
"@rushstack/eslint-config": "2.5.1",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.17",