Skip to content

Commit

Permalink
build(deps): bump the docs-dependencies group in /docs with 3 updates (
Browse files Browse the repository at this point in the history
…#1104)

Bumps the docs-dependencies group in /docs with 3 updates: [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check), [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) and [prettier](https://github.com/prettier/prettier).


Updates `@astrojs/check` from 0.7.0 to 0.8.1
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.8.1/packages/astro-check)

Updates `@astrojs/starlight` from 0.25.0 to 0.25.1
- [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/starlight@0.25.1/packages/starlight)

Updates `prettier` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docs-dependencies
- dependency-name: "@astrojs/starlight"
  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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 545dde4 commit 87dc6c8
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 139 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/starlight": "^0.25.0",
"@astrojs/check": "^0.8.1",
"@astrojs/starlight": "^0.25.1",
"@astrojs/starlight-tailwind": "^2.0.2",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/inter": "^5.0.19",
Expand All @@ -20,6 +20,6 @@
"typescript": "^5.5.3"
},
"devDependencies": {
"prettier": "^3.3.2"
"prettier": "^3.3.3"
}
}
Loading

0 comments on commit 87dc6c8

Please sign in to comment.