adrian-altner.com/package.json
dependabot[bot] 5c9b54a5fd
Bump the patch-minor group with 7 updates
Bumps the patch-minor group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) | `0.9.7` | `0.9.8` |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `5.0.2` | `5.0.3` |
| [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) | `10.0.2` | `10.0.4` |
| [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) | `4.0.17` | `4.0.18` |
| [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.7.1` | `3.7.2` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `6.0.4` | `6.1.1` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.7` | `2.4.9` |


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

Updates `@astrojs/mdx` from 5.0.2 to 5.0.3
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@5.0.3/packages/integrations/mdx)

Updates `@astrojs/node` from 10.0.2 to 10.0.4
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/node@10.0.4/packages/integrations/node)

Updates `@astrojs/rss` from 4.0.17 to 4.0.18
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@4.0.18/packages/astro-rss)

Updates `@astrojs/sitemap` from 3.7.1 to 3.7.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.7.2/packages/integrations/sitemap)

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

Updates `@biomejs/biome` from 2.4.7 to 2.4.9
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.9/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-version: 0.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@astrojs/mdx"
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@astrojs/node"
  dependency-version: 10.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@astrojs/rss"
  dependency-version: 4.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@astrojs/sitemap"
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: astro
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 12:21:15 +00:00

81 lines
2.3 KiB
JSON

{
"name": "@adrian-altner/adrian-altner.com",
"version": "0.0.1",
"title": "Adrian Altner",
"description": "The personal website of Adrian Altner",
"homepage": "https://adrian-altner.photo",
"author": {
"name": "Adrian Altner",
"url": "https://adrian-altner.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adrian-altner/adrian-altner.com.git"
},
"bugs": {
"url": "https://github.com/adrian-altner/adrian-altner.com/issues"
},
"license": "MIT",
"type": "module",
"engines": {
"node": ">=22"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build && node scripts/copy-sw.js",
"build:production": "astro build --mode production && node scripts/copy-sw.js",
"preview": "astro preview",
"astro": "astro",
"check": "astro check && biome check",
"check:fix": "astro check && biome check --write",
"stylelint": "stylelint '**/*.{astro,css}'",
"stylelint:fix": "stylelint '**/*.{astro,css}' --fix",
"generate:icons": "pwa-assets-generator"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"@vite-pwa/astro>astro": "*"
}
}
},
"dependencies": {
"@anthropic-ai/sdk": "^0.80.0",
"@astrojs/check": "^0.9.8",
"@astrojs/mdx": "^5.0.3",
"@astrojs/node": "^10.0.4",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@fontsource/exo-2": "^5.2.8",
"astro": "^6.1.1",
"astro-embed": "^0.12.0",
"chart.js": "^4.5.1",
"consola": "^3.4.2",
"justified-layout": "^4.1.0",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"rehype-external-links": "^3.0.0",
"satori": "^0.26.0",
"smartypants": "^0.2.2",
"typescript": "^5.9.3"
},
"devDependencies": {
"@biomejs/biome": "^2.4.9",
"@types/justified-layout": "^4.1.4",
"@types/leaflet": "^1.9.21",
"@types/leaflet.markercluster": "^1.5.6",
"@vite-pwa/assets-generator": "^1.0.2",
"dotenv": "^17.3.1",
"fast-glob": "^3.3.3",
"husky": "^9.1.7",
"sharp": "^0.34.5",
"stylelint": "^16.26.1",
"stylelint-config-astro": "^2.0.0",
"stylelint-config-standard": "^39.0.1",
"unist-util-visit": "^5.1.0",
"workbox-window": "^7.4.0"
}
}