dependabot[bot] 3b83c2117b
Bump postcss and @microsoft/sp-build-web
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependency [@microsoft/sp-build-web](http://aka.ms/spfx). These dependencies need to be updated together.


Updates `postcss` from 6.0.1 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/6.0.1...8.4.31)

Updates `@microsoft/sp-build-web` from 1.14.0-beta.4 to 1.18.0

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: "@microsoft/sp-build-web"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 18:56:02 +00:00

38 lines
1.0 KiB
JSON

{
"name": "react-async-await-sp-pnp-js",
"version": "2.0.0",
"private": true,
"main": "lib/index.js",
"dependencies": {
"@microsoft/sp-core-library": "1.14.0-beta.4",
"@microsoft/sp-property-pane": "1.14.0-beta.4",
"@microsoft/sp-webpart-base": "1.14.0-beta.4",
"@pnp/sp": "^3.0.0-v3nightly.20220013",
"natives": "^1.1.6",
"office-ui-fabric-react": "7.174.1",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-4.2": "^0.1.1",
"@microsoft/sp-build-web": "1.18.0",
"@microsoft/sp-module-interfaces": "1.14.0-beta.4",
"@microsoft/sp-tslint-rules": "1.14.0-beta.4",
"@types/es6-promise": "0.0.33",
"@types/react": "16.9.51",
"@types/react-dom": "16.9.8",
"@types/webpack-env": "1.13.1",
"ajv": "5.2.2",
"gulp": "4.0.2",
"tslint-microsoft-contrib": "5.0.0"
},
"resolutions": {
"@types/react": "16.8.8"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
}
}