mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 14:05:15 +00:00
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) to 0.5.0 and updates ancestor dependency [@microsoft/sp-build-web](http://aka.ms/spfx). These dependencies need to be updated together. Updates `xml2js` from 0.4.23 to 0.5.0 - [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0) Updates `@microsoft/sp-build-web` from 1.15.2 to 1.17.2 --- updated-dependencies: - dependency-name: xml2js dependency-type: indirect - dependency-name: "@microsoft/sp-build-web" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
36 lines
965 B
JSON
36 lines
965 B
JSON
{
|
|
"name": "react-app-settings",
|
|
"version": "0.0.3",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-core-library": "1.7.1",
|
|
"@microsoft/sp-webpart-base": "1.7.1",
|
|
"@microsoft/sp-lodash-subset": "1.7.1",
|
|
"@microsoft/sp-office-ui-fabric-core": "1.7.1",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/react": "16.4.2",
|
|
"@types/react-addons-shallow-compare": "0.14.17",
|
|
"@types/react-addons-test-utils": "0.14.15",
|
|
"@types/react-addons-update": "0.14.14",
|
|
"@types/react-dom": "16.0.5",
|
|
"@types/webpack-env": "1.13.1",
|
|
"react": "16.3.2",
|
|
"react-dom": "16.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "1.17.2",
|
|
"@microsoft/sp-module-interfaces": "1.7.1",
|
|
"@microsoft/sp-webpart-workbench": "1.12.1",
|
|
"gulp": "~3.9.1",
|
|
"ajv": "5.2.2"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
}
|
|
}
|