Added nvmrc. Updated containter and sample.json
This commit is contained in:
parent
56c3b50120
commit
3be484cf22
|
@ -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
|
// 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",
|
"name": "SPFx 1.18.2",
|
||||||
"image": "docker.io/m365pnp/spfx:1.14.0",
|
"image": "docker.io/m365pnp/spfx:1.18.2",
|
||||||
// Set *default* container specific settings.json values on container create.
|
// Set *default* container specific settings.json values on container create.
|
||||||
"settings": {},
|
"settings": {},
|
||||||
// Add the IDs of extensions you want installed when the container is created.
|
// Add the IDs of extensions you want installed when the container is created.
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
v18.18.0
|
|
@ -9,7 +9,7 @@
|
||||||
"This web part allows users to create a faux page hierarchy in their pages library and use it for page-to-page navigation."
|
"This web part allows users to create a faux page hierarchy in their pages library and use it for page-to-page navigation."
|
||||||
],
|
],
|
||||||
"creationDateTime": "2020-04-30",
|
"creationDateTime": "2020-04-30",
|
||||||
"updateDateTime": "2023-05-11",
|
"updateDateTime": "2024-01-11",
|
||||||
"products": [
|
"products": [
|
||||||
"SharePoint"
|
"SharePoint"
|
||||||
],
|
],
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "SPFX-VERSION",
|
"key": "SPFX-VERSION",
|
||||||
"value": "1.14.0"
|
"value": "1.18.2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "SPFX-SUPPORTSTHEMEVARIANTS",
|
"key": "SPFX-SUPPORTSTHEMEVARIANTS",
|
||||||
|
|
Loading…
Reference in New Issue