mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +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>
33 lines
816 B
JSON
33 lines
816 B
JSON
{
|
|
"name": "dynamic-bundling",
|
|
"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.7.0",
|
|
"@microsoft/sp-lodash-subset": "1.7.0",
|
|
"@microsoft/sp-office-ui-fabric-core": "1.7.0",
|
|
"@microsoft/sp-webpart-base": "1.7.0",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/jquery": "^3.3.6",
|
|
"@types/webpack-env": "1.13.1",
|
|
"jquery": "^3.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "1.17.2",
|
|
"@microsoft/sp-module-interfaces": "1.7.0",
|
|
"@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"
|
|
}
|
|
}
|