Bump the prod-dependencies group with 4 updates #63
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
"@matthiesenxyz/create-astro-ghostcms": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Bump dependencies:
|
||||||
|
|
||||||
|
- astro from to
|
||||||
|
- vite from to
|
||||||
|
- astro-seo from to
|
||||||
|
- sass from to
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
"@matthiesenxyz/astro-ghostcms-catppuccin": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Bump dependencies:
|
||||||
|
|
||||||
|
- astro from to
|
||||||
|
- vite from to
|
||||||
|
- astro-seo from to
|
||||||
|
- sass from to
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
"@matthiesenxyz/astro-ghostcms": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Bump dependencies:
|
||||||
|
|
||||||
|
- astro from to
|
||||||
|
- vite from to
|
||||||
|
- astro-seo from to
|
||||||
|
- sass from to
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
"@matthiesenxyz/astro-ghostcms-theme-default": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Bump dependencies:
|
||||||
|
|
||||||
|
- astro from to
|
||||||
|
- vite from to
|
||||||
|
- astro-seo from to
|
||||||
|
- sass from to
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
"@matthiesenxyz/astro-ghostcms-rendercontent": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Bump dependencies:
|
||||||
|
|
||||||
|
- astro from to
|
||||||
|
- vite from to
|
||||||
|
- astro-seo from to
|
||||||
|
- sass from to
|
|
@ -63,6 +63,6 @@
|
||||||
"@tailwindcss/typography": "^0.5.10",
|
"@tailwindcss/typography": "^0.5.10",
|
||||||
"tailwindcss": "^3.3.5",
|
"tailwindcss": "^3.3.5",
|
||||||
"astro-navbar": "^2.3.1",
|
"astro-navbar": "^2.3.1",
|
||||||
"astro-seo": "^0.8.0"
|
"astro-seo": "^0.8.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,6 +42,6 @@
|
||||||
"ultrahtml": "^1.5.2"
|
"ultrahtml": "^1.5.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "4.3.7"
|
"astro": "4.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,6 +52,6 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@matthiesenxyz/astro-ghostcms": "^3.2.7",
|
"@matthiesenxyz/astro-ghostcms": "^3.2.7",
|
||||||
"astro-font": "^0.0.77",
|
"astro-font": "^0.0.77",
|
||||||
"sass": "^1.70.0"
|
"sass": "^1.71.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -98,13 +98,13 @@
|
||||||
"@astrojs/sitemap": "^3.0.5",
|
"@astrojs/sitemap": "^3.0.5",
|
||||||
"@resvg/resvg-js": "^2.6.0",
|
"@resvg/resvg-js": "^2.6.0",
|
||||||
"@ts-ghost/core-api": "^5.1.2",
|
"@ts-ghost/core-api": "^5.1.2",
|
||||||
"astro": "^4.3.7",
|
"astro": "^4.4.0",
|
||||||
"astro-robots-txt": "^1.0.0",
|
"astro-robots-txt": "^1.0.0",
|
||||||
"fs-extra": "^11.1.0",
|
"fs-extra": "^11.1.0",
|
||||||
"package-json": "9.0.0",
|
"package-json": "9.0.0",
|
||||||
"satori": "^0.10.11",
|
"satori": "^0.10.11",
|
||||||
"satori-html": "^0.3.2",
|
"satori-html": "^0.3.2",
|
||||||
"vite": "^5.1.2",
|
"vite": "^5.1.3",
|
||||||
"vite-tsconfig-paths": "^4.2.2",
|
"vite-tsconfig-paths": "^4.2.2",
|
||||||
"zod": "^3.22.4"
|
"zod": "^3.22.4"
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"vitest": "^1.3.0",
|
"vitest": "^1.3.0",
|
||||||
"vite": "^5.1.2",
|
"vite": "^5.1.3",
|
||||||
"vite-tsconfig-paths": "^4.2.2"
|
"vite-tsconfig-paths": "^4.2.2"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^4.3.7",
|
"astro": "^4.4.0",
|
||||||
"@matthiesenxyz/astro-ghostcms-theme-default": "workspace:*",
|
"@matthiesenxyz/astro-ghostcms-theme-default": "workspace:*",
|
||||||
"@matthiesenxyz/astro-ghostcms-catppuccin": "workspace:*",
|
"@matthiesenxyz/astro-ghostcms-catppuccin": "workspace:*",
|
||||||
"@matthiesenxyz/astro-ghostcms-brutalbyelian": "workspace:*",
|
"@matthiesenxyz/astro-ghostcms-brutalbyelian": "workspace:*",
|
||||||
|
|
540
pnpm-lock.yaml
540
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue