Files
docs.grlx.dev/package.json
dependabot[bot] 44f45ff89f chore(deps): bump astro, @astrojs/starlight and @astrojs/tailwind
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) and [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind). These dependencies needed to be updated together.

Updates `astro` from 3.4.3 to 5.1.8
- [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/astro@5.1.8/packages/astro)

Updates `@astrojs/starlight` from 0.12.0 to 0.31.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.31.1/packages/starlight)

Updates `@astrojs/tailwind` from 5.0.2 to 5.1.5
- [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/tailwind@5.1.5/packages/integrations/tailwind)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
- dependency-name: "@astrojs/starlight"
  dependency-type: direct:production
- dependency-name: "@astrojs/tailwind"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 20:58:52 +00:00

40 lines
921 B
JSON

{
"name": "docs.grlx.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.31.1",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.5",
"@fontsource/ibm-plex-mono": "^5.0.8",
"@fontsource/ibm-plex-sans": "^5.0.17",
"@fontsource/ibm-plex-serif": "^5.0.8",
"astro": "^5.1.8",
"dotenv": "^16.3.1",
"sharp": "^0.32.5",
"tailwindcss": "^3.3.5"
},
"overrides": {
"astro": {
"zod": "^3.22.3"
},
"@astrojs/starlight": {
"zod": "^3.22.3"
}
},
"devDependencies": {
"eslint": "^8.52.0",
"eslint-plugin-astro": "^0.29.1",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.1",
"prettier-plugin-tailwindcss": "^0.5.6"
}
}