mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
fix(deps): update dependency postcss-preset-env to ^6.0.8 (#4029)
This PR contains the following updates:
| Package | Type | Update | Change | References |
|---|---|---|---|---|
| postcss-preset-env | dependencies | patch | `^6.0.7` -> `^6.0.8` | [source](https://renovatebot.com/gh/csstools/postcss-preset-env) |
---
### Release Notes
<details>
<summary>csstools/postcss-preset-env</summary>
### [`v6.0.8`](https://renovatebot.com/gh/csstools/postcss-preset-env/blob/master/CHANGELOG.md#​608-October-1-2018)
[Compare Source](7dfb8c9d7c...71ff1e5930
)
- Updated: `caniuse-lite` to 1.0.[`3000088`](https://renovatebot.com/gh/csstools/postcss-preset-env/commit/30000888) (patch)
- Updated: `postcss` to 7.0.4 (patch)
**Did you hear? PostCSS Preset Env is now part of Create React App!** 🎉
</details>
---
### Renovate configuration
📅 **Schedule**: No schedule defined.
🚦 **Automerge**: Enabled.
♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#nuxt/nuxt.js).
This commit is contained in:
parent
12db681751
commit
6a88e06c45
@ -109,7 +109,7 @@
|
||||
"postcss-import": "^12.0.0",
|
||||
"postcss-import-resolver": "^1.1.0",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"postcss-preset-env": "^6.0.7",
|
||||
"postcss-preset-env": "^6.0.8",
|
||||
"postcss-url": "^8.0.0",
|
||||
"semver": "^5.5.1",
|
||||
"serialize-javascript": "^1.5.0",
|
||||
|
@ -95,7 +95,7 @@
|
||||
"postcss-import": "^12.0.0",
|
||||
"postcss-import-resolver": "^1.1.0",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"postcss-preset-env": "^6.0.7",
|
||||
"postcss-preset-env": "^6.0.8",
|
||||
"postcss-url": "^8.0.0",
|
||||
"semver": "^5.5.1",
|
||||
"serialize-javascript": "^1.5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user