Skip to content

Commit 7c745e1

Browse files
build(deps): bump the docs-dependencies group in /docs with 3 updates (#1307)
Bumps the docs-dependencies group in /docs with 3 updates: [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [typescript](https://github.com/microsoft/TypeScript). Updates `@astrojs/starlight` from 0.30.3 to 0.30.6 - [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 `astro` from 5.1.2 to 5.1.5 - [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 `typescript` from 5.7.2 to 5.7.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.7.2...v5.7.3) --- updated-dependencies: - dependency-name: "@astrojs/starlight" 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: typescript dependency-type: direct:production 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 59b78ed commit 7c745e1

File tree

2 files changed

+153
-165
lines changed

2 files changed

+153
-165
lines changed

docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"dependencies": {
1212
"@astrojs/check": "^0.9.4",
13-
"@astrojs/starlight": "^0.30.3",
13+
"@astrojs/starlight": "^0.30.6",
1414
"@astrojs/starlight-tailwind": "^3.0.0",
1515
"@astrojs/tailwind": "^5.1.4",
1616
"@fontsource-variable/inter": "^5.1.1",
17-
"astro": "^5.1.2",
17+
"astro": "^5.1.5",
1818
"sharp": "^0.33.5",
1919
"tailwindcss": "^3.4.17",
20-
"typescript": "^5.7.2"
20+
"typescript": "^5.7.3"
2121
},
2222
"devDependencies": {
2323
"prettier": "^3.4.2"

0 commit comments

Comments
 (0)