diff --git a/samples/react-advanced-page-properties/.devcontainer/devcontainer.json b/samples/react-advanced-page-properties/.devcontainer/devcontainer.json index d0df53099..73c1edb93 100644 --- a/samples/react-advanced-page-properties/.devcontainer/devcontainer.json +++ b/samples/react-advanced-page-properties/.devcontainer/devcontainer.json @@ -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.16.1", - "image": "docker.io/m365pnp/spfx:1.16.1", + "name": "SPFx 1.20.0", + "image": "docker.io/m365pnp/spfx:1.20.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. @@ -21,7 +21,7 @@ "onAutoForward": "silent", "requireLocalPort": true }, - // Not needed for SPFx>= 1.12.1 + // Not needed for SPFx>= 1.12.1 // "5432": { // "protocol": "https", // "label": "Workbench", @@ -36,4 +36,4 @@ }, "postCreateCommand": "bash .devcontainer/spfx-startup.sh", "remoteUser": "node" -} \ No newline at end of file +} diff --git a/samples/react-advanced-page-properties/.nvmrc b/samples/react-advanced-page-properties/.nvmrc index 060c2edaf..bb52a169c 100644 Binary files a/samples/react-advanced-page-properties/.nvmrc and b/samples/react-advanced-page-properties/.nvmrc differ