Skip to content

Commit

Permalink
Merge pull request #3271 from microsoft-search/spfx118
Browse files Browse the repository at this point in the history
Spfx118 extensibility
  • Loading branch information
wobba authored Sep 26, 2023
2 parents 86e789f + acf67b6 commit c67f39c
Show file tree
Hide file tree
Showing 5 changed files with 25,510 additions and 26,405 deletions.
2 changes: 1 addition & 1 deletion search-extensibility/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"name": "Hosted workbench",
"type": "chrome",
"request": "launch",
"url": "https://enter-your-SharePoint-site/_layouts/workbench.aspx",
"url": "https://{tenantDomain}/_layouts/workbench.aspx",
"webRoot": "${workspaceRoot}",
"sourceMaps": true,
"sourceMapPathOverrides": {
Expand Down
9 changes: 7 additions & 2 deletions search-extensibility/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
"@microsoft/generator-sharepoint": {
"isCreatingSolution": true,
"environment": "spo",
"version": "1.15.2",
"version": "1.18.0",
"libraryName": "pnp-search-extensibility",
"libraryId": "f13a5866-004f-4219-b078-69731f848bd1",
"packageManager": "npm",
"isDomainIsolated": false,
"componentType": "library"
"componentType": "library",
"nodeVersion": "16.20.0",
"sdkVersions": {
"@microsoft/teams-js": "2.12.0",
"@microsoft/microsoft-graph-client": "3.0.2"
}
}
}
3 changes: 3 additions & 0 deletions search-extensibility/config/sass.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/core-build/sass.schema.json"
}
Loading

0 comments on commit c67f39c

Please sign in to comment.