mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 04:58:39 +00:00
@thechriskent Can you please remove code line 21 (which was "microsoft/rush-stack-compiler-3.7": "0.2.3",). Error was generated "name can only contain URL-Friendly characters" when that line was in the package.json, however after it was removed the code works fine. ![image](https://user-images.githubusercontent.com/60085977/162118820-f09062fb-89ba-4285-aec0-5f5c11cde597.png) > By submitting this pull request, you agree to the [contribution guidelines](https://github.com/pnp/sp-dev-fx-webparts/blob/main/CONTRIBUTING.md)
32 lines
825 B
JSON
32 lines
825 B
JSON
{
|
|
"name": "js-propertycontrols-svg",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-core-library": "1.13.0",
|
|
"@microsoft/sp-lodash-subset": "1.13.0",
|
|
"@microsoft/sp-office-ui-fabric-core": "1.13.0",
|
|
"@microsoft/sp-webpart-base": "1.13.0",
|
|
"@pnp/spfx-property-controls": "3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/rush-stack-compiler-3.9": "0.4.47",
|
|
"@microsoft/sp-build-web": "1.13.0",
|
|
"@microsoft/sp-module-interfaces": "1.13.0",
|
|
"@microsoft/sp-tslint-rules": "1.13.0",
|
|
"@types/chai": "4.3.0",
|
|
"@types/mocha": "9.0.0",
|
|
"@types/webpack-env": "1.13.0",
|
|
"ajv": "~5.2.2",
|
|
"gulp": "4.0.2"
|
|
}
|
|
}
|