dependabot[bot] 193b154935
Bump lodash and @pnp/spfx-controls-react in /samples/react-tabacordion
Bumps [lodash](https://github.com/lodash/lodash) to 4.17.21 and updates ancestor dependency [@pnp/spfx-controls-react](https://github.com/pnp/sp-dev-fx-controls-react). These dependencies need to be updated together.


Updates `lodash` from 4.17.4 to 4.17.21
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.21)

Updates `@pnp/spfx-controls-react` from 1.14.0 to 1.21.3
- [Release notes](https://github.com/pnp/sp-dev-fx-controls-react/releases)
- [Changelog](https://github.com/pnp/sp-dev-fx-controls-react/blob/v1.21.3/CHANGELOG.md)
- [Commits](https://github.com/pnp/sp-dev-fx-controls-react/compare/v1.14.0...v1.21.3)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
- dependency-name: "@pnp/spfx-controls-react"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 03:37:12 +00:00

36 lines
1.0 KiB
JSON

{
"name": "react-tabacordion",
"version": "0.0.1",
"private": true,
"main": "lib/index.js",
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
},
"dependencies": {
"react": "16.13.1",
"react-dom": "16.13.1",
"office-ui-fabric-react": "7.174.1",
"@microsoft/sp-core-library": "1.13.0",
"@microsoft/sp-property-pane": "1.13.0",
"@microsoft/sp-webpart-base": "1.13.0",
"@microsoft/sp-lodash-subset": "1.13.0",
"@microsoft/sp-office-ui-fabric-core": "1.13.0",
"@pnp/spfx-controls-react": "1.21.3",
"@pnp/spfx-property-controls": "^1.13.1",
"@tinymce/tinymce-react": "^2.2.5"
},
"devDependencies": {
"@types/react": "16.9.51",
"@types/react-dom": "16.9.8",
"@microsoft/sp-build-web": "1.18.0",
"@microsoft/sp-tslint-rules": "1.13.0",
"@microsoft/sp-module-interfaces": "1.13.0",
"@microsoft/rush-stack-compiler-3.9": "0.4.47",
"gulp": "~4.0.2",
"ajv": "~5.2.2",
"@types/webpack-env": "1.13.1"
}
}