mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 21:18:24 +00:00
5cc9699ed5
Bumps [lodash](https://github.com/lodash/lodash) to 4.17.21 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `lodash` from 4.17.15 to 4.17.21 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) 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: lodash dependency-type: indirect - dependency-name: gulp dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "react-accordion",
|
|
"version": "2.3.0",
|
|
"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.7.0",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/react": "16.8.8",
|
|
"@types/react-dom": "16.8.3",
|
|
"@types/webpack-env": "1.13.1",
|
|
"office-ui-fabric-react": "6.189.2",
|
|
"react": "16.8.5",
|
|
"react-accessible-accordion": "1.0.2",
|
|
"react-dom": "16.8.5"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "16.8.8"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
|
|
"@microsoft/sp-build-web": "1.18.0",
|
|
"@microsoft/sp-module-interfaces": "1.10.0",
|
|
"@microsoft/sp-tslint-rules": "1.10.0",
|
|
"@microsoft/sp-webpart-workbench": "1.12.1",
|
|
"@types/chai": "3.4.34",
|
|
"@types/mocha": "2.2.38",
|
|
"ajv": "~5.2.2",
|
|
"gulp": "^4.0.2"
|
|
}
|
|
}
|