mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 22:14:53 +00:00
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `minimatch` from 0.2.14 to 3.1.2 - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v0.2.14...v3.1.2) Updates `gulp` from 3.9.1 to 4.0.2 - [Release notes](https://github.com/gulpjs/gulp/releases) - [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md) - [Commits](https://github.com/gulpjs/gulp/compare/v3.9.1...v4.0.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect - dependency-name: gulp dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
911 B
JSON
34 lines
911 B
JSON
{
|
|
"name": "react-provision-assets",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-core-library": "~1.1.0",
|
|
"@microsoft/sp-webpart-base": "~1.1.1",
|
|
"@types/webpack-env": ">=1.12.1 <1.14.0",
|
|
"react": "15.4.2",
|
|
"react-dom": "15.4.2",
|
|
"@types/react": "0.14.46",
|
|
"@types/react-dom": "0.14.18",
|
|
"@types/react-addons-shallow-compare": "0.14.17",
|
|
"@types/react-addons-update": "0.14.14",
|
|
"@types/react-addons-test-utils": "0.14.15"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "~1.15.2",
|
|
"@microsoft/sp-module-interfaces": "~1.1.0",
|
|
"@microsoft/sp-webpart-workbench": "~1.12.1",
|
|
"gulp": "~4.0.2",
|
|
"@types/chai": ">=3.4.34 <3.6.0",
|
|
"@types/mocha": ">=2.2.33 <2.6.0"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
}
|
|
}
|