dependabot[bot] 26c90baa5f
Bump minimist from 1.2.5 to 1.2.6 in /samples/react-events-aggregator
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-26 12:17:14 +00:00

64 lines
1.7 KiB
JSON

{
"name": "react-events-aggregator",
"version": "0.0.2",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"react": "15.6.2",
"react-dom": "15.6.2",
"@types/react": "15.6.6",
"@types/react-dom": "15.5.6",
"@microsoft/sp-core-library": "~1.4.1",
"@microsoft/sp-webpart-base": "~1.4.1",
"@microsoft/sp-lodash-subset": "~1.4.1",
"@microsoft/sp-office-ui-fabric-core": "~1.4.1",
"@types/webpack-env": ">=1.12.1 <1.14.0",
"minimist": ">=1.2.6",
"acorn": ">=5.7.4",
"kind-of": ">=6.0.3",
"cryptiles": ">=4.1.2",
"fstream": ">=1.0.12",
"js-yaml": ">=3.13.1",
"lodash.merge": ">=4.6.2",
"macaddress": ">=0.2.9",
"node.extend": ">=1.1.7",
"randomatic": ">=3.0.0",
"tar": ">=6.1.9",
"atob": ">=2.1.0",
"extend": ">=3.0.2",
"growl": ">=1.10.0",
"lodash.mergewith": ">=4.6.2",
"mem": ">=4.0.0",
"mixin-deep": ">=1.3.2",
"open": ">=6.0.0",
"set-value": ">=4.0.1",
"base64-url": ">=2.0.0",
"fresh": ">=0.5.2",
"handlebars": ">=4.7.7",
"lodash": ">=4.17.21",
"merge": ">=2.1.1",
"morgan": ">=1.9.1",
"stringstream": ">=0.0.6",
"lodash.template": ">=4.5.0"
},
"devDependencies": {
"@microsoft/sp-build-web": "~1.4.1",
"@microsoft/sp-module-interfaces": "~1.4.1",
"@microsoft/sp-webpart-workbench": "~1.4.1",
"gulp": "~3.9.1",
"@types/chai": ">=3.4.34 <3.6.0",
"@types/mocha": ">=2.2.33 <2.6.0",
"ajv": "~6.12.3",
"@types/sinon": "^2.3.3",
"enzyme": "^2.9.1",
"react-addons-test-utils": "^15.6.0"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
}
}