Skip to content

Commit 7aba4bd

Browse files
build(deps): bump the docs-dependencies group in /docs with 4 updates (#1278)
Bumps the docs-dependencies group in /docs with 4 updates: [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [tailwindcss](https://github.com/tailwindlabs/tailwindcss) and [prettier](https://github.com/prettier/prettier). Updates `@astrojs/tailwind` from 5.1.2 to 5.1.3 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/tailwind) Updates `astro` from 4.16.16 to 4.16.17 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/[email protected]/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro) Updates `tailwindcss` from 3.4.15 to 3.4.16 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.16/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.4.15...v3.4.16) Updates `prettier` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.1...3.4.2) --- updated-dependencies: - dependency-name: "@astrojs/tailwind" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docs-dependencies - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docs-dependencies - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docs-dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: docs-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71defaa commit 7aba4bd

File tree

2 files changed

+288
-337
lines changed

2 files changed

+288
-337
lines changed

docs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"@astrojs/check": "^0.9.4",
1313
"@astrojs/starlight": "^0.29.2",
1414
"@astrojs/starlight-tailwind": "^2.0.2",
15-
"@astrojs/tailwind": "^5.1.2",
15+
"@astrojs/tailwind": "^5.1.3",
1616
"@fontsource-variable/inter": "^5.1.0",
17-
"astro": "^4.16.16",
17+
"astro": "^4.16.17",
1818
"sharp": "^0.33.5",
19-
"tailwindcss": "^3.4.15",
19+
"tailwindcss": "^3.4.16",
2020
"typescript": "^5.7.2"
2121
},
2222
"devDependencies": {
23-
"prettier": "^3.4.1"
23+
"prettier": "^3.4.2"
2424
}
2525
}

0 commit comments

Comments
 (0)