Skip to content

Commit

Permalink
upgrade to spfx 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DonKirkham committed Oct 16, 2023
1 parent 1a77775 commit f0b4496
Show file tree
Hide file tree
Showing 14 changed files with 25,482 additions and 20,226 deletions.
18 changes: 10 additions & 8 deletions samples/react-adaptive-card-host-control/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// For more information on how to run this SPFx project in a VS Code Remote Container, please visit https://aka.ms/spfx-devcontainer
{
"name": "SPFx 1.14.0",
"image": "docker.io/m365pnp/spfx:1.14.0",
"name": "SPFx 1.18.0",
"image": "docker.io/m365pnp/spfx:1.18.0",
// Set *default* container specific settings.json values on container create.
"settings": {},
// Add the IDs of extensions you want installed when the container is created.
Expand Down
352 changes: 352 additions & 0 deletions samples/react-functional-component-with-data-fetch/.eslintrc.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions samples/react-functional-component-with-data-fetch/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ obj
*.cer
# .PEM Certificates
*.pem

.heft
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"@microsoft/generator-sharepoint": {
"version": "1.14.0",
"version": "1.18.0",
"libraryName": "teams-tracker",
"libraryId": "f5a39f0e-c504-4969-8e47-1ed85d9f8a68",
"environment": "spo",
"packageManager": "npm",
"isCreatingSolution": true,
"isDomainIsolated": false,
"componentType": "webpart"
"componentType": "webpart",
"sdkVersions": {
"@microsoft/teams-js": "2.12.0",
"@microsoft/microsoft-graph-client": "3.0.2"
},
"nodeVersion": "18.17.1"
}
}
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"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/spfx-serve.schema.json",
"port": 4321,
"https": true,
"initialPage": "https://enter-your-SharePoint-site/_layouts/workbench.aspx"
"initialPage": "https://{tenantDomain}/_layouts/workbench.aspx"
}
Loading

0 comments on commit f0b4496

Please sign in to comment.