mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 21:18:24 +00:00
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [@microsoft/sp-build-web](http://aka.ms/spfx) and [@microsoft/sp-webpart-workbench](http://aka.ms/spfx). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v0.5.1...v2.2.3) Updates `@microsoft/sp-build-web` from 1.8.2 to 1.16.1 Updates `@microsoft/sp-webpart-workbench` from 1.8.2 to 1.12.1 --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: "@microsoft/sp-build-web" dependency-type: direct:development - dependency-name: "@microsoft/sp-webpart-workbench" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "react-github-badge",
|
|
"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.8.2",
|
|
"@microsoft/sp-lodash-subset": "1.8.2",
|
|
"@microsoft/sp-office-ui-fabric-core": "1.8.2",
|
|
"@microsoft/sp-property-pane": "1.8.2",
|
|
"@microsoft/sp-webpart-base": "1.8.2",
|
|
"@pnp/spfx-controls-react": "1.13.2",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/react": "16.7.22",
|
|
"@types/react-dom": "16.8.0",
|
|
"@types/webpack-env": "1.13.1",
|
|
"office-ui-fabric-react": "6.143.0",
|
|
"react": "16.7.0",
|
|
"react-dom": "16.7.0"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "16.7.22"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/rush-stack-compiler-2.9": "0.7.7",
|
|
"@microsoft/sp-build-web": "1.16.1",
|
|
"@microsoft/sp-module-interfaces": "1.8.2",
|
|
"@microsoft/sp-tslint-rules": "1.8.2",
|
|
"@microsoft/sp-webpart-workbench": "1.12.1",
|
|
"@types/chai": "3.4.34",
|
|
"@types/mocha": "2.2.38",
|
|
"ajv": "~5.2.2",
|
|
"gulp": "~3.9.1"
|
|
}
|
|
}
|