From 89a0f51b0695c7744d90ae6630d5b01d6dcae8c3 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Thu, 2 Jun 2022 16:31:06 -0400 Subject: [PATCH] Updated sample.json and readme --- samples/react-faqs/README.md | 4 ++-- samples/react-faqs/assets/sample.json | 4 ++-- samples/react-faqs/package-lock.json | 12 ++++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/samples/react-faqs/README.md b/samples/react-faqs/README.md index e0c278209..b62ba6d49 100644 --- a/samples/react-faqs/README.md +++ b/samples/react-faqs/README.md @@ -26,7 +26,7 @@ extensions: ## Compatibility -![SPFx 1.13.1](https://img.shields.io/badge/SPFx-1.13.1-green.svg) +![SPFx 1.13.0](https://img.shields.io/badge/SPFx-1.13.0-green.svg) ![Node.js v14 | v12](https://img.shields.io/badge/Node.js-v14%20%7C%20v12-green.svg) ![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg) ![Does not work with SharePoint 2019](https://img.shields.io/badge/SharePoint%20Server%202019-Incompatible-red.svg "SharePoint Server 2019 requires SPFx 1.4.1 or lower") @@ -50,7 +50,7 @@ There are no pre-requisites to use these samples. Solution|Author(s) --------|--------- -react-Faqs | [Arun Kumar Perumal](https://github.com/arunkumarperumal) - LinkedIn: +react-faqs | [Arun Kumar Perumal](https://github.com/arunkumarperumal) - LinkedIn: ## Version history diff --git a/samples/react-faqs/assets/sample.json b/samples/react-faqs/assets/sample.json index fd2ac355d..967043671 100644 --- a/samples/react-faqs/assets/sample.json +++ b/samples/react-faqs/assets/sample.json @@ -10,7 +10,7 @@ "Allows users to create Frequently Asked Questions using Property Field Collection Data, with options to view as an Accordion or Tab and also ability to search within the FAQs" ], "creationDateTime": "2022-03-07", - "updateDateTime": "2022-03-07", + "updateDateTime": "2022-06-02", "products": [ "SharePoint" ], @@ -21,7 +21,7 @@ }, { "key": "SPFX-VERSION", - "value": "1.13" + "value": "1.13.0" } ], "thumbnails": [ diff --git a/samples/react-faqs/package-lock.json b/samples/react-faqs/package-lock.json index 140c0ce14..028ba3d27 100644 --- a/samples/react-faqs/package-lock.json +++ b/samples/react-faqs/package-lock.json @@ -2980,6 +2980,7 @@ "@types/adal-angular": "1.0.1", "adal-angular": "1.0.16", "msal": "1.4.13", + "msalLegacy": "npm:msal@1.4.12", "tslib": "~1.10.0" }, "dependencies": { @@ -3108,6 +3109,7 @@ "@types/adal-angular": "1.0.1", "adal-angular": "1.0.16", "msal": "1.4.13", + "msalLegacy": "npm:msal@1.4.12", "tslib": "~1.10.0" } }, @@ -4022,6 +4024,7 @@ "@types/adal-angular": "1.0.1", "adal-angular": "1.0.16", "msal": "1.4.13", + "msalLegacy": "npm:msal@1.4.12", "tslib": "~1.10.0" }, "dependencies": { @@ -4413,6 +4416,7 @@ "@types/adal-angular": "1.0.1", "adal-angular": "1.0.16", "msal": "1.4.13", + "msalLegacy": "npm:msal@1.4.12", "tslib": "~1.10.0" }, "dependencies": { @@ -16340,6 +16344,14 @@ "tslib": "^1.9.3" } }, + "msalLegacy": { + "version": "npm:msal@1.4.12", + "resolved": "https://registry.npmjs.org/msal/-/msal-1.4.12.tgz", + "integrity": "sha512-gjupwQ6nvNL6mZkl5NIXyUmZhTiEMRu5giNdgHMh8l5EPOnV2Xj6nukY1NIxFacSTkEYUSDB47Pej9GxDYf+1w==", + "requires": { + "tslib": "^1.9.3" + } + }, "multicast-dns": { "version": "6.2.3", "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz",