Bump @snowpack/plugin-postcss from 1.4.0 to 1.4.3

Bumps [@snowpack/plugin-postcss](https://github.com/snowpackjs/snowpack/tree/HEAD/plugins/plugin-postcss) from 1.4.0 to 1.4.3.
- [Release notes](https://github.com/snowpackjs/snowpack/releases)
- [Changelog](https://github.com/snowpackjs/snowpack/blob/main/plugins/plugin-postcss/CHANGELOG.md)
- [Commits](https://github.com/snowpackjs/snowpack/commits/@snowpack/plugin-postcss@1.4.3/plugins/plugin-postcss)

---
updated-dependencies:
- dependency-name: "@snowpack/plugin-postcss"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-05 10:26:24 +00:00 committed by Jon Koops
parent 3023d53b3c
commit 986deaab14
2 changed files with 7 additions and 5 deletions

View file

@ -49,7 +49,7 @@
"@babel/preset-typescript": "^7.14.5",
"@jest/types": "^27.0.6",
"@snowpack/app-scripts-react": "^1.10.0",
"@snowpack/plugin-postcss": "1.4.0",
"@snowpack/plugin-postcss": "1.4.3",
"@snowpack/plugin-webpack": "2.3.1",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "^6.1.7",

View file

@ -3454,11 +3454,13 @@
dotenv "^8.2.0"
dotenv-expand "^5.1.0"
"@snowpack/plugin-postcss@1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@snowpack/plugin-postcss/-/plugin-postcss-1.4.0.tgz#af95fca31ac9663ad41b89d58c7473776fb6c415"
integrity sha512-IKJefynh4Bnpy2bXFxGFdwu9uAHvcL2jmpuiR6qZADbd1Pi6dUnRI6Ip84nYoGUMeIaGrbbHPMeAKuSlVv2GTQ==
"@snowpack/plugin-postcss@1.4.3":
version "1.4.3"
resolved "https://registry.yarnpkg.com/@snowpack/plugin-postcss/-/plugin-postcss-1.4.3.tgz#09704923033bd710e50a466bfc0afc90c7cc59df"
integrity sha512-RJGYagse6Pi86Bqm8vPukhCwFVa92VIB81qP3PXPQ/ITQy5gVWDYi4oU+r1A6hsEZ9scUNZevfw6ISya+oiMNQ==
dependencies:
minimatch "^3.0.4"
normalize-path "^3.0.0"
postcss-load-config "^3.0.1"
workerpool "^6.1.2"