Commit Graph

8 Commits

Author SHA1 Message Date
Adam Matthiesen b6802e751f Moving from `astro-expressive-code` to custom expressive code implimentation 2024-03-07 01:32:38 -08:00
dependabot[bot] 421aa518bb
Bump the prod-dependencies group with 3 updates
Bumps the prod-dependencies group with 3 updates: [astro-integration-kit](https://github.com/florian-lefebvre/astro-integration-kit), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).


Updates `astro-integration-kit` from 0.4.0 to 0.5.1
- [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.4.0...astro-integration-kit@0.5.1)

Updates `vite` from 5.1.4 to 5.1.5
- [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.5/packages/vite)

Updates `astro` from 4.4.4 to 4.4.11
- [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.4.11/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: vite
  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-05 05:35:47 +00:00
dependabot[bot] 43cea95cea
Bump the dev-dependencies group with 2 updates
Bumps the dev-dependencies group with 2 updates: [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@astrojs/check` from 0.5.5 to 0.5.6
- [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.5.6/packages/astro-check)

Updates `@types/node` from 20.11.20 to 20.11.24
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 08:24:09 +00:00
Adam Matthiesen 8a99f5a825 add mdx integration as well as some code cleanup and better logs! 2024-02-29 16:38:27 -08:00
Adam Matthiesen 8df3215319 update lockfile 2024-02-25 02:35:55 -08:00
Adam Matthiesen 198898928f well shit... its working 2024-02-24 01:47:57 -08:00
Adam Matthiesen c329245917 update all todos 2024-02-23 19:34:15 -08:00
Adam Matthiesen d8ebfda836
Initial commit 2024-02-23 18:44:44 -08:00