Skip to content

Commit

Permalink
Updated sample.json, nvmrc, added url dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier committed Oct 13, 2024
1 parent 0f5eb8a commit 9d837fc
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 8 deletions.
2 changes: 1 addition & 1 deletion samples/react-pages-hierarchy/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.19.1
v18.19.1
2 changes: 1 addition & 1 deletion samples/react-pages-hierarchy/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
],
"creationDateTime": "2020-04-30",
"updateDateTime": "2024-10-13",
"updateDateTime": "2024-10-12",
"products": [
"SharePoint"
],
Expand Down
40 changes: 35 additions & 5 deletions samples/react-pages-hierarchy/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion samples/react-pages-hierarchy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"react": "17.0.1",
"react-dom": "17.0.1",
"react-resize-detector": "^9.1.1",
"tslib": "2.3.1"
"tslib": "2.3.1",
"url": "^0.11.4"
},
"devDependencies": {
"@microsoft/eslint-config-spfx": "1.20.2",
Expand Down

0 comments on commit 9d837fc

Please sign in to comment.