mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 05:28:27 +00:00
3f0e8da01a
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [@microsoft/sp-build-web](http://aka.ms/spfx) and [@microsoft/sp-webpart-workbench](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.11.0 to 1.18.0 Updates `@microsoft/sp-webpart-workbench` from 1.11.0 to 1.12.1 --- updated-dependencies: - dependency-name: postcss dependency-type: indirect - dependency-name: "@microsoft/sp-build-web" dependency-type: direct:development - dependency-name: "@microsoft/sp-webpart-workbench" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "react-rssreader",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "16.8.8"
|
|
},
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-core-library": "1.11.0",
|
|
"@microsoft/sp-lodash-subset": "1.11.0",
|
|
"@microsoft/sp-office-ui-fabric-core": "1.11.0",
|
|
"@microsoft/sp-property-pane": "1.11.0",
|
|
"@microsoft/sp-webpart-base": "1.11.0",
|
|
"@pnp/common": "1.2.6",
|
|
"@pnp/logging": "1.2.6",
|
|
"@pnp/spfx-controls-react": "^2.10.0",
|
|
"@pnp/spfx-property-controls": "1.12.0",
|
|
"@types/handlebars": "4.0.39",
|
|
"common-tags": "1.8.0",
|
|
"handlebars": "4.0.12",
|
|
"handlebars-helpers": "^0.8.4",
|
|
"moment": "2.22.2",
|
|
"office-ui-fabric-react": "6.214.0",
|
|
"react": "16.8.5",
|
|
"react-dom": "16.8.5",
|
|
"react-moment": "0.8.3",
|
|
"ts-md5": "1.2.4",
|
|
"xml2js": "0.4.19"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
|
|
"@microsoft/sp-build-web": "1.18.0",
|
|
"@microsoft/sp-module-interfaces": "1.11.0",
|
|
"@microsoft/sp-tslint-rules": "1.11.0",
|
|
"@microsoft/sp-webpart-workbench": "1.12.1",
|
|
"@types/chai": "3.4.34",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/mocha": "2.2.38",
|
|
"@types/react": "16.8.8",
|
|
"@types/react-dom": "16.8.3",
|
|
"@types/webpack-env": "1.13.1",
|
|
"ajv": "~5.2.2",
|
|
"gulp": "~3.9.1",
|
|
"unlazy-loader": "0.1.3",
|
|
"webpack-bundle-analyzer": "^3.0.3"
|
|
}
|
|
}
|