Added postcss as explicit dev dependency

no issue

- `cssnano` requires `postcss` as a peer dependency which was causing warnings when running `yarn`
- `postcss` was available because it's a sub-dependency of `sanitize-html` so nothing was broken but explicitly adding it to `package.json` resolves the warnings
This commit is contained in:
Kevin Ansfield 2021-06-04 12:46:09 +01:00
parent 4e01fe9d09
commit b81e5c26dc
2 changed files with 2 additions and 1 deletions

View File

@ -171,6 +171,7 @@
"mock-knex": "0.4.10",
"nock": "13.1.0",
"papaparse": "5.3.1",
"postcss": "8.3.0",
"proxyquire": "2.1.3",
"rewire": "5.0.0",
"should": "13.2.3",

View File

@ -7937,7 +7937,7 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
postcss@^8.0.2:
postcss@8.3.0, postcss@^8.0.2:
version "8.3.0"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.0.tgz#b1a713f6172ca427e3f05ef1303de8b65683325f"
integrity sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==