From c57544b56fb0bac4b37e2257b06283b1c9b33a19 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Mon, 28 Oct 2024 11:55:32 -0400 Subject: [PATCH] Updated readme, nvmrc, devcontainer --- samples/react-my-dashboard/README.md | 1 + .../react-my-dashboard/src/.devcontainer/devcontainer.json | 4 ++-- samples/react-my-dashboard/src/.nvmrc | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 samples/react-my-dashboard/src/.nvmrc diff --git a/samples/react-my-dashboard/README.md b/samples/react-my-dashboard/README.md index 4d11b8e9d1..73521e3d0d 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 18663097a3..5c898146d3 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 0000000000..860cc5000a --- /dev/null +++ b/samples/react-my-dashboard/src/.nvmrc @@ -0,0 +1 @@ +v18.17.1