Updated sample.json and readme

This commit is contained in:
Hugo Bernier 2022-06-02 16:31:06 -04:00
parent 4f8398055c
commit 89a0f51b06
3 changed files with 16 additions and 4 deletions

View File

@ -26,7 +26,7 @@ extensions:
## Compatibility ## 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) ![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) ![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") ![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) Solution|Author(s)
--------|--------- --------|---------
react-Faqs | [Arun Kumar Perumal](https://github.com/arunkumarperumal) - LinkedIn: <https://www.linkedin.com/in/arunkumarperumal/> react-faqs | [Arun Kumar Perumal](https://github.com/arunkumarperumal) - LinkedIn: <https://www.linkedin.com/in/arunkumarperumal/>
## Version history ## Version history

View File

@ -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" "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", "creationDateTime": "2022-03-07",
"updateDateTime": "2022-03-07", "updateDateTime": "2022-06-02",
"products": [ "products": [
"SharePoint" "SharePoint"
], ],
@ -21,7 +21,7 @@
}, },
{ {
"key": "SPFX-VERSION", "key": "SPFX-VERSION",
"value": "1.13" "value": "1.13.0"
} }
], ],
"thumbnails": [ "thumbnails": [

View File

@ -2980,6 +2980,7 @@
"@types/adal-angular": "1.0.1", "@types/adal-angular": "1.0.1",
"adal-angular": "1.0.16", "adal-angular": "1.0.16",
"msal": "1.4.13", "msal": "1.4.13",
"msalLegacy": "npm:msal@1.4.12",
"tslib": "~1.10.0" "tslib": "~1.10.0"
}, },
"dependencies": { "dependencies": {
@ -3108,6 +3109,7 @@
"@types/adal-angular": "1.0.1", "@types/adal-angular": "1.0.1",
"adal-angular": "1.0.16", "adal-angular": "1.0.16",
"msal": "1.4.13", "msal": "1.4.13",
"msalLegacy": "npm:msal@1.4.12",
"tslib": "~1.10.0" "tslib": "~1.10.0"
} }
}, },
@ -4022,6 +4024,7 @@
"@types/adal-angular": "1.0.1", "@types/adal-angular": "1.0.1",
"adal-angular": "1.0.16", "adal-angular": "1.0.16",
"msal": "1.4.13", "msal": "1.4.13",
"msalLegacy": "npm:msal@1.4.12",
"tslib": "~1.10.0" "tslib": "~1.10.0"
}, },
"dependencies": { "dependencies": {
@ -4413,6 +4416,7 @@
"@types/adal-angular": "1.0.1", "@types/adal-angular": "1.0.1",
"adal-angular": "1.0.16", "adal-angular": "1.0.16",
"msal": "1.4.13", "msal": "1.4.13",
"msalLegacy": "npm:msal@1.4.12",
"tslib": "~1.10.0" "tslib": "~1.10.0"
}, },
"dependencies": { "dependencies": {
@ -16340,6 +16344,14 @@
"tslib": "^1.9.3" "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": { "multicast-dns": {
"version": "6.2.3", "version": "6.2.3",
"resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz", "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz",