diff --git a/samples/react-my-dashboard/README.md b/samples/react-my-dashboard/README.md index 4d11b8e9d..73521e3d0 100644 --- a/samples/react-my-dashboard/README.md +++ b/samples/react-my-dashboard/README.md @@ -44,6 +44,7 @@ Please add the required Microsoft Graph Permissions. Please see [Microsoft Grap * [João Mendes](https://github.com/joaojmendes) * [Luccas Castro](https://github.com/DevPio) + ## Version history Version|Date|Comments diff --git a/samples/react-my-dashboard/src/.devcontainer/devcontainer.json b/samples/react-my-dashboard/src/.devcontainer/devcontainer.json index 18663097a..5c898146d 100644 --- a/samples/react-my-dashboard/src/.devcontainer/devcontainer.json +++ b/samples/react-my-dashboard/src/.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.17.2", - "image": "docker.io/m365pnp/spfx:1.17.2", + "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. diff --git a/samples/react-my-dashboard/src/.nvmrc b/samples/react-my-dashboard/src/.nvmrc new file mode 100644 index 000000000..860cc5000 --- /dev/null +++ b/samples/react-my-dashboard/src/.nvmrc @@ -0,0 +1 @@ +v18.17.1