dependabot[bot] b378d762de
Bump lodash and @pnp/spfx-controls-react in /samples/react-adaptivecards
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.16.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.16.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-25 23:47:41 +00:00

43 lines
1.3 KiB
JSON

{
"name": "react-adaptivecards",
"version": "0.0.1",
"private": true,
"main": "lib/index.js",
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
},
"dependencies": {
"@fluentui/react": "^8.26.1",
"@microsoft/sp-core-library": "1.12.1",
"@microsoft/sp-lodash-subset": "1.12.1",
"@microsoft/sp-office-ui-fabric-core": "1.12.1",
"@microsoft/sp-property-pane": "1.12.1",
"@microsoft/sp-webpart-base": "1.12.1",
"@pnp/sp": "^2.0.3",
"@pnp/spfx-controls-react": "1.21.3",
"@pnp/spfx-property-controls": "^1.18.0",
"adaptive-expressions": "^4.20.0",
"adaptivecards": "^2.9.0",
"adaptivecards-fluentui": "^0.5.3",
"adaptivecards-templating": "^2.1.0",
"markdown-it": "^10.0.0",
"office-ui-fabric-react": "7.156.0",
"react": "16.9.0",
"react-dom": "16.9.0"
},
"devDependencies": {
"@types/react": "16.9.36",
"@types/react-dom": "16.9.8",
"@microsoft/sp-build-web": "1.18.0",
"@microsoft/sp-tslint-rules": "1.12.1",
"@microsoft/sp-module-interfaces": "1.12.1",
"@microsoft/sp-webpart-workbench": "1.12.1",
"@microsoft/rush-stack-compiler-3.7": "0.2.3",
"gulp": "~4.0.2",
"ajv": "~5.2.2",
"@types/webpack-env": "1.13.1"
}
}