fix(website): update @astrojs/tailwind 5.1.0 → 5.1.2 (#28222)
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.0` -> `5.1.2`](https://renovatebot.com/diffs/npm/@astrojs%2ftailwind/5.1.0/5.1.2) | 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.2`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/tailwind/CHANGELOG.md#512) [Compare Source](https://redirect.github.com/withastro/astro/compare/@astrojs/tailwind@5.1.1...@astrojs/tailwind@5.1.2) ##### Patch Changes - [#​12161](https://redirect.github.com/withastro/astro/pull/12161) [`8e500f2`](https://redirect.github.com/withastro/astro/commit/8e500f2f9656a98e4a14ef567f9bf072459f62c4) Thanks [@​delucis](https://redirect.github.com/delucis)! - Adds keywords to `package.json` to improve categorization in the Astro integrations catalog ### [`v5.1.1`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/tailwind/CHANGELOG.md#511) [Compare Source](https://redirect.github.com/withastro/astro/compare/@astrojs/tailwind@5.1.0...@astrojs/tailwind@5.1.1) ##### Patch Changes - [#​12018](https://redirect.github.com/withastro/astro/pull/12018) [`dcd1158`](https://redirect.github.com/withastro/astro/commit/dcd115892a23b17309347c13ce4d82af73d204b2) Thanks [@​matthewp](https://redirect.github.com/matthewp)! - Make [@​astrojs/tailwind](https://redirect.github.com/astrojs/tailwind) compat with Astro 5 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
Generated
+7
-7
@@ -12,7 +12,7 @@
|
||||
"@astrojs/sitemap": "3.1.6",
|
||||
"@astrojs/starlight": "0.28.3",
|
||||
"@astrojs/starlight-tailwind": "2.0.3",
|
||||
"@astrojs/tailwind": "5.1.0",
|
||||
"@astrojs/tailwind": "5.1.2",
|
||||
"@playform/compress": "0.1.1",
|
||||
"astro": "4.16.1",
|
||||
"astro-better-image-service": "2.0.29",
|
||||
@@ -284,17 +284,17 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@astrojs/tailwind": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.0.tgz",
|
||||
"integrity": "sha512-BJoCDKuWhU9FT2qYg+fr6Nfb3qP4ShtyjXGHKA/4mHN94z7BGcmauQK23iy+YH5qWvTnhqkd6mQPQ1yTZTe9Ig==",
|
||||
"version": "5.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.2.tgz",
|
||||
"integrity": "sha512-IvOF0W/dtHElcXvhrPR35nHmhyV3cfz1EzPitMGtU7sYy9Hci3BNK1To6FWmVuuNKPxza1IgCGetSynJZL7fOg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"autoprefixer": "^10.4.15",
|
||||
"postcss": "^8.4.28",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.4.47",
|
||||
"postcss-load-config": "^4.0.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^3.0.0 || ^4.0.0",
|
||||
"astro": "^3.0.0 || ^4.0.0 || ^5.0.0-beta.0",
|
||||
"tailwindcss": "^3.0.24"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"@astrojs/sitemap": "3.1.6",
|
||||
"@astrojs/starlight": "0.28.3",
|
||||
"@astrojs/starlight-tailwind": "2.0.3",
|
||||
"@astrojs/tailwind": "5.1.0",
|
||||
"@astrojs/tailwind": "5.1.2",
|
||||
"@playform/compress": "0.1.1",
|
||||
"astro": "4.16.1",
|
||||
"astro-better-image-service": "2.0.29",
|
||||
|
||||
Reference in New Issue
Block a user