Add "cms" to package.json dependencies and update astro-integration-kit version
This commit is contained in:
parent
1790fc2da9
commit
dc27808fa9
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@matthiesenxyz/astro-hashnode": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
added new keyword "cms" and updated Dependencies
|
|
@ -12,6 +12,7 @@
|
||||||
"astro-integration",
|
"astro-integration",
|
||||||
"withastro",
|
"withastro",
|
||||||
"astro",
|
"astro",
|
||||||
|
"cms",
|
||||||
"hashnode",
|
"hashnode",
|
||||||
"blog",
|
"blog",
|
||||||
"graphql",
|
"graphql",
|
||||||
|
@ -45,7 +46,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tailwindcss/vite": "4.0.0-alpha.8",
|
"@tailwindcss/vite": "4.0.0-alpha.8",
|
||||||
"astro-font": "^0.0.77",
|
"astro-font": "^0.0.77",
|
||||||
"astro-integration-kit": "^0.6.0",
|
"astro-integration-kit": "0.6.0",
|
||||||
"astro-remote": "^0.3.2",
|
"astro-remote": "^0.3.2",
|
||||||
"astro-seo": "^0.8.3",
|
"astro-seo": "^0.8.3",
|
||||||
"graphql": "^16.8.1",
|
"graphql": "^16.8.1",
|
||||||
|
|
|
@ -27,7 +27,7 @@ importers:
|
||||||
specifier: ^0.0.77
|
specifier: ^0.0.77
|
||||||
version: 0.0.77
|
version: 0.0.77
|
||||||
astro-integration-kit:
|
astro-integration-kit:
|
||||||
specifier: ^0.6.0
|
specifier: 0.6.0
|
||||||
version: 0.6.0(astro@4.5.2)
|
version: 0.6.0(astro@4.5.2)
|
||||||
astro-remote:
|
astro-remote:
|
||||||
specifier: ^0.3.2
|
specifier: ^0.3.2
|
||||||
|
|
Loading…
Reference in New Issue