Bump the prod-dependencies group with 4 updates

Bumps the prod-dependencies group with 4 updates: [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [unocss](https://github.com/unocss/unocss) and [astro-font](https://github.com/rishi-raj-jain/astro-font).


Updates `@astrojs/rss` from 4.0.4 to 4.0.5
- [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.5/packages/astro-rss)

Updates `vite` from 5.0.12 to 5.1.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.1.2/packages/vite)

Updates `unocss` from 0.57.7 to 0.58.5
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/compare/v0.57.7...v0.58.5)

Updates `astro-font` from 0.0.72 to 0.0.77
- [Release notes](https://github.com/rishi-raj-jain/astro-font/releases)
- [Commits](https://github.com/rishi-raj-jain/astro-font/commits)

---
updated-dependencies:
- dependency-name: "@astrojs/rss"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: unocss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: astro-font
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-14 18:56:50 +00:00 committed by GitHub
parent 35b24a5055
commit c501154a18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 365 additions and 331 deletions

View File

@ -61,9 +61,9 @@
"@matthiesenxyz/astro-ghostcms-rendercontent": "^0.0.4",
"@unocss/astro": "^0.58.5",
"@unocss/reset": "^0.58.5",
"unocss": "^0.57.7",
"unocss": "^0.58.5",
"@eliancodes/brutal-ui": "^0.2.3",
"astro-font": "^0.0.72",
"astro-font": "^0.0.77",
"typescript": "^5.3.3",
"ultrahtml": "^1.5.2"
}

View File

@ -92,7 +92,7 @@
},
"dependencies": {
"@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.11",
"@astrojs/rss": "^4.0.4",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.0.5",
"@resvg/resvg-js": "^2.6.0",
"@ts-ghost/core-api": "^5.1.2",
@ -102,7 +102,7 @@
"package-json": "9.0.0",
"satori": "^0.10.11",
"satori-html": "^0.3.2",
"vite": "^5.0.12",
"vite": "^5.1.2",
"vite-tsconfig-paths": "^4.2.2",
"zod": "^3.22.4"
}

View File

@ -56,7 +56,7 @@
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vitest": "^1.2.2",
"vite": "^5.0.12",
"vite": "^5.1.2",
"vite-tsconfig-paths": "^4.2.2"
},
"publishConfig": {

View File

@ -23,6 +23,6 @@
"devDependencies": {
"@unocss/reset": "^0.58.5",
"typescript": "^5.3.3",
"unocss": "^0.57.7"
"unocss": "^0.58.5"
}
}

File diff suppressed because it is too large Load Diff