Add "cms" to package.json dependencies and update astro-integration-kit version

This commit is contained in:
Adam Matthiesen 2024-03-12 20:11:22 -07:00
parent 1790fc2da9
commit dc27808fa9
3 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
"@matthiesenxyz/astro-hashnode": patch
---
added new keyword "cms" and updated Dependencies

View File

@ -12,6 +12,7 @@
"astro-integration",
"withastro",
"astro",
"cms",
"hashnode",
"blog",
"graphql",
@ -45,7 +46,7 @@
"dependencies": {
"@tailwindcss/vite": "4.0.0-alpha.8",
"astro-font": "^0.0.77",
"astro-integration-kit": "^0.6.0",
"astro-integration-kit": "0.6.0",
"astro-remote": "^0.3.2",
"astro-seo": "^0.8.3",
"graphql": "^16.8.1",

View File

@ -27,7 +27,7 @@ importers:
specifier: ^0.0.77
version: 0.0.77
astro-integration-kit:
specifier: ^0.6.0
specifier: 0.6.0
version: 0.6.0(astro@4.5.2)
astro-remote:
specifier: ^0.3.2