astro-ghostcms/playgrounds/astro-playground
dependabot[bot] 3992a66428
Bump the prod-dependencies group with 9 updates
Bumps the prod-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [astro-integration-kit](https://github.com/florian-lefebvre/astro-integration-kit) | `0.5.1` | `0.6.0` |
| [@unocss/astro](https://github.com/unocss/unocss/tree/HEAD/packages/astro) | `0.58.5` | `0.58.6` |
| [@unocss/reset](https://github.com/unocss/unocss) | `0.58.5` | `0.58.6` |
| [astro-font](https://github.com/rishi-raj-jain/astro-font) | `0.0.77` | `0.0.78` |
| [unocss](https://github.com/unocss/unocss) | `0.58.5` | `0.58.6` |
| [sass](https://github.com/sass/dart-sass) | `1.71.1` | `1.72.0` |
| [@matthiesenxyz/astro-gists](https://github.com/MatthiesenXYZ/astro-gists) | `0.2.7` | `0.2.11` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `4.3.1` | `4.3.2` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.5.0` | `4.5.6` |


Updates `astro-integration-kit` from 0.5.1 to 0.6.0
- [Release notes](https://github.com/florian-lefebvre/astro-integration-kit/releases)
- [Commits](https://github.com/florian-lefebvre/astro-integration-kit/compare/astro-integration-kit@0.5.1...astro-integration-kit@0.6.0)

Updates `@unocss/astro` from 0.58.5 to 0.58.6
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v0.58.6/packages/astro)

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

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

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

Updates `sass` from 1.71.1 to 1.72.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.71.1...1.72.0)

Updates `@matthiesenxyz/astro-gists` from 0.2.7 to 0.2.11
- [Release notes](https://github.com/MatthiesenXYZ/astro-gists/releases)
- [Commits](https://github.com/MatthiesenXYZ/astro-gists/compare/@matthiesenxyz/astro-gists@0.2.7...@matthiesenxyz/astro-gists@0.2.11)

Updates `vite-tsconfig-paths` from 4.3.1 to 4.3.2
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](https://github.com/aleclarson/vite-tsconfig-paths/compare/v4.3.1...v4.3.2)

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

---
updated-dependencies:
- dependency-name: astro-integration-kit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: "@unocss/astro"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: "@unocss/reset"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: astro-font
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: unocss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: "@matthiesenxyz/astro-gists"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: vite-tsconfig-paths
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19 12:13:35 +00:00
..
.vscode First group of progress changes... and it works 2024-03-03 05:17:54 -08:00
public First group of progress changes... and it works 2024-03-03 05:17:54 -08:00
src removed unused function... i dont need to create a dts for this virtual module within the user scope 2024-03-04 12:31:09 -08:00
.env First group of progress changes... and it works 2024-03-03 05:17:54 -08:00
.gitignore First group of progress changes... and it works 2024-03-03 05:17:54 -08:00
CHANGELOG.md First group of progress changes... and it works 2024-03-03 05:17:54 -08:00
LICENSE First group of progress changes... and it works 2024-03-03 05:17:54 -08:00
README.md First group of progress changes... and it works 2024-03-03 05:17:54 -08:00
astro.config.mjs fix: 🐛 bug: ultrahtml does not handle all html strings. add switch to enable standard html fragment tag instead. (#115) 2024-03-12 23:22:39 -07:00
package.json Bump the prod-dependencies group with 9 updates 2024-03-19 12:13:35 +00:00
tailwind.config.cjs First group of progress changes... and it works 2024-03-03 05:17:54 -08:00
tsconfig.json First group of progress changes... and it works 2024-03-03 05:17:54 -08:00
uno.config.ts First group of progress changes... and it works 2024-03-03 05:17:54 -08:00

README.md

Astro-GhostCMS playground

This is the Dev Environment for this package

For more information Check our website

Astro-GhostCMS.xyz