Skip to content

Commit fa1c248

Browse files
build(deps): bump the docs-dependencies group in /docs with 5 updates (#1351)
Bumps the docs-dependencies group in /docs with 5 updates: | Package | From | To | | --- | --- | --- | | [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.31.1` | `0.32.0` | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.0.5` | `4.0.6` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.2.5` | `5.3.0` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.0.5` | `4.0.6` | | [prettier](https://github.com/prettier/prettier) | `3.5.0` | `3.5.1` | Updates `@astrojs/starlight` from 0.31.1 to 0.32.0 - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/[email protected]/packages/starlight) Updates `@tailwindcss/vite` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.6/packages/@tailwindcss-vite) Updates `astro` from 5.2.5 to 5.3.0 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro) Updates `tailwindcss` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.6/packages/tailwindcss) Updates `prettier` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.0...3.5.1) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docs-dependencies - dependency-name: "@tailwindcss/vite" 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-minor 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 a71826d commit fa1c248

File tree

2 files changed

+324
-348
lines changed

2 files changed

+324
-348
lines changed

docs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
},
1111
"dependencies": {
1212
"@astrojs/check": "^0.9.4",
13-
"@astrojs/starlight": "^0.31.1",
13+
"@astrojs/starlight": "^0.32.0",
1414
"@astrojs/starlight-tailwind": "^3.0.0",
1515
"@fontsource-variable/inter": "^5.1.1",
16-
"@tailwindcss/vite": "^4.0.5",
17-
"astro": "^5.2.5",
16+
"@tailwindcss/vite": "^4.0.6",
17+
"astro": "^5.3.0",
1818
"sharp": "^0.33.5",
19-
"tailwindcss": "^4.0.5",
19+
"tailwindcss": "^4.0.6",
2020
"typescript": "^5.7.3"
2121
},
2222
"devDependencies": {
23-
"prettier": "^3.5.0"
23+
"prettier": "^3.5.1"
2424
},
2525
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
2626
}

0 commit comments

Comments
 (0)