dependabot[bot] 3bfe8c8457
Bump minimatch, @microsoft/sp-build-web, @microsoft/sp-webpart-workbench and gulp
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.4 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [@microsoft/sp-build-web](http://aka.ms/spfx), [@microsoft/sp-webpart-workbench](http://aka.ms/spfx) and [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together.


Updates `minimatch` from 0.2.14 to 3.0.4
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v0.2.14...v3.0.4)

Updates `@microsoft/sp-build-web` from 1.10.0 to 1.15.2

Updates `@microsoft/sp-webpart-workbench` from 1.10.0 to 1.12.1

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: "@microsoft/sp-build-web"
  dependency-type: direct:development
- dependency-name: "@microsoft/sp-webpart-workbench"
  dependency-type: direct:development
- dependency-name: gulp
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 13:27:48 +00:00

51 lines
1.4 KiB
JSON

{
"name": "spfx-covid-19-info",
"version": "0.0.1",
"private": true,
"main": "lib/index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
},
"dependencies": {
"@microsoft/sp-core-library": "1.10.0",
"@microsoft/sp-lodash-subset": "1.10.0",
"@microsoft/sp-office-ui-fabric-core": "1.10.0",
"@microsoft/sp-property-pane": "1.10.0",
"@microsoft/sp-webpart-base": "1.10.0",
"@pnp/spfx-controls-react": "1.16.0",
"@pnp/spfx-property-controls": "1.17.0",
"@types/es6-promise": "0.0.33",
"@types/react": "16.8.8",
"@types/react-dom": "16.8.3",
"@types/webpack-env": "1.13.1",
"chart.js": "^2.9.3",
"chartist": "^0.11.4",
"office-ui-fabric-react": "6.189.2",
"react": "16.8.5",
"react-chartist": "^0.14.3",
"react-chartkick": "^0.4.0",
"react-countup": "^4.3.3",
"react-dom": "16.8.5",
"recharts": "^2.1.14"
},
"resolutions": {
"@types/react": "16.8.8"
},
"devDependencies": {
"@microsoft/sp-build-web": "1.15.2",
"@microsoft/sp-tslint-rules": "1.10.0",
"@microsoft/sp-module-interfaces": "1.10.0",
"@microsoft/sp-webpart-workbench": "1.12.1",
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
"gulp": "~4.0.2",
"@types/chai": "3.4.34",
"@types/mocha": "2.2.38",
"ajv": "~5.2.2"
}
}