diff options
author | dependabot[bot] | 2023-01-30 21:41:54 +0000 |
---|---|---|
committer | vitalyster | 2023-01-31 01:42:17 +0300 |
commit | d910a8c504c2bcc19a6f711148517d69849a7407 (patch) | |
tree | be073afd869ac8b654953af73383b2b14b6b7f63 /vnext/package.json | |
parent | 4d6850c3eaaec4f807a14f7cab941d9a23574887 (diff) |
build(deps-dev): bump postcss-preset-env from 8.0.0 to 8.0.1 in /vnext
Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/csstools/postcss-plugins/releases)
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)
---
updated-dependencies:
- dependency-name: postcss-preset-env
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index 8edc6225..08703f03 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -42,7 +42,7 @@ "postcss": "^8.4.21", "postcss-cli": "^10.1.0", "postcss-import": "^15.1.0", - "postcss-preset-env": "^8.0.0", + "postcss-preset-env": "^8.0.1", "postcss-url": "^10.1.3", "react-test-renderer": "^18.2.0", "stylelint": "^14.16.1", |