fix(website): update @astrojs/tailwind 5.1.4 → 5.1.5 (#31095)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@astrojs/tailwind](https://docs.astro.build/en/guides/integrations-guide/tailwind/) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind)) | dependencies | patch | [`5.1.4` -> `5.1.5`](https://renovatebot.com/diffs/npm/@astrojs%2ftailwind/5.1.4/5.1.5) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/astro (@​astrojs/tailwind)</summary> ### [`v5.1.5`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/tailwind/CHANGELOG.md#515) [Compare Source](https://redirect.github.com/withastro/astro/compare/@astrojs/tailwind@5.1.4...@astrojs/tailwind@5.1.5) ##### Patch Changes - [#​13011](https://redirect.github.com/withastro/astro/pull/13011) [`cf30880`](https://redirect.github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Upgrades Vite </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
Generated
+5
-5
@@ -12,7 +12,7 @@
|
||||
"@astrojs/sitemap": "3.2.1",
|
||||
"@astrojs/starlight": "0.29.3",
|
||||
"@astrojs/starlight-tailwind": "2.0.3",
|
||||
"@astrojs/tailwind": "5.1.4",
|
||||
"@astrojs/tailwind": "5.1.5",
|
||||
"@playform/compress": "0.1.1",
|
||||
"astro": "4.16.18",
|
||||
"astro-better-image-service": "2.0.37",
|
||||
@@ -258,13 +258,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@astrojs/tailwind": {
|
||||
"version": "5.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.4.tgz",
|
||||
"integrity": "sha512-EJ3uoTZZr0RYwTrVS2HgYN0+VbXvg7h87AtwpD5OzqS3GyMwRmzfOwHfORTxoWGQRrY9k/Fi+Awk60kwpvRL5Q==",
|
||||
"version": "5.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.5.tgz",
|
||||
"integrity": "sha512-1diguZEau7FZ9vIjzE4BwavGdhD3+JkdS8zmibl1ene+EHgIU5hI0NMgRYG3yea+Niaf7cyMwjeWeLvzq/maxg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.4.49",
|
||||
"postcss": "^8.5.1",
|
||||
"postcss-load-config": "^4.0.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"@astrojs/sitemap": "3.2.1",
|
||||
"@astrojs/starlight": "0.29.3",
|
||||
"@astrojs/starlight-tailwind": "2.0.3",
|
||||
"@astrojs/tailwind": "5.1.4",
|
||||
"@astrojs/tailwind": "5.1.5",
|
||||
"@playform/compress": "0.1.1",
|
||||
"astro": "4.16.18",
|
||||
"astro-better-image-service": "2.0.37",
|
||||
|
||||
Reference in New Issue
Block a user