Skip to content

Commit

Permalink
Updated sample.json, container
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier committed Oct 12, 2024
1 parent 5fbfb1c commit 1718c77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.17.0",
"image": "docker.io/m365pnp/spfx:1.17.0",
"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.
Expand Down
2 changes: 1 addition & 1 deletion samples/js-advanced-commenting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Version|Date|Comments
1.2.0.0|March 09, 2023|Upgraded to 1.16.1
1.3.0.0|June 10, 2023|Upgraded to 1.17.0
1.3.0.1|March 11, 2024|`this.pageurl` must be initialized before building `this.pastAtachmentPath`
1.4.0.0|October 03, 2024|Upgraded to 1.30.0
1.4.0.0|October 03, 2024|Upgraded to 1.20.0

## Minimal Path to Awesome

Expand Down
4 changes: 2 additions & 2 deletions samples/js-advanced-commenting/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"This component is developed for the advanced usage of commenting the page or article etc. Page Comments lists will be created to store the comments."
],
"creationDateTime": "2020-02-05",
"updateDateTime": "2024-03-11",
"updateDateTime": "2024-10-03",
"products": [
"SharePoint"
],
Expand All @@ -20,7 +20,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.17.0"
"value": "1.20.0"
},
{
"key": "PNPCONTROLS",
Expand Down

0 comments on commit 1718c77

Please sign in to comment.