Merge pull request #2535 from NaderHadjebi/patch-1

Get rid of error (name can only contain URL-Friendly characters) by Updating package.json for for js-propertycontrols-svg
This commit is contained in:
Hugo Bernier 2022-04-10 20:33:11 -07:00 committed by GitHub
commit 9e127f1e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16237 additions and 16232 deletions

View File

@ -30,3 +30,9 @@ obj
# Styles Generated Code
*.scss.ts
# .CER Certificates
*.cer
# .PEM Certificates
*.pem
release/webpack-stats/js-propertycontrols-svg.stats.json

View File

@ -9,7 +9,7 @@
"An SPFx web part that displays a Scalable Vector Graphics (SVG) image using properties to customize how it is rendered. The web part utilizes the PnP SPFx Property Controls package (specifially the SpinButton and ColorPicker) to set these properties."
],
"creationDateTime": "2017-11-12",
"updateDateTime": "2021-12-30",
"updateDateTime": "2022-04-07",
"products": [
"SharePoint"
],
@ -20,7 +20,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.3.4"
"value": "1.13.0"
},
{
"key": "PNPCONTROLS",

View File

@ -18,7 +18,6 @@
"@pnp/spfx-property-controls": "3.3.0"
},
"devDependencies": {
"microsoft/rush-stack-compiler-3.7": "0.2.3",
"@microsoft/rush-stack-compiler-3.9": "0.4.47",
"@microsoft/sp-build-web": "1.13.0",
"@microsoft/sp-module-interfaces": "1.13.0",
@ -29,4 +28,4 @@
"ajv": "~5.2.2",
"gulp": "4.0.2"
}
}
}