Bump the prod-dependencies group with 9 updates (#119)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-19 05:14:59 -07:00 committed by GitHub
parent a6b2b28843
commit f82035b813
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 591 additions and 230 deletions

View File

@ -0,0 +1,15 @@
---
"@matthiesenxyz/astro-ghostcms": patch
---
Bump dependencies:
- astro-integration-kit from to
- @unocss/astro from to
- @unocss/reset from to
- astro-font from to
- unocss from to
- sass from to
- @matthiesenxyz/astro-gists from to
- vite-tsconfig-paths from to
- astro from to

View File

@ -0,0 +1,15 @@
---
"@matthiesenxyz/astro-ghostcms-brutalbyelian": patch
---
Bump dependencies:
- astro-integration-kit from to
- @unocss/astro from to
- @unocss/reset from to
- astro-font from to
- unocss from to
- sass from to
- @matthiesenxyz/astro-gists from to
- vite-tsconfig-paths from to
- astro from to

View File

@ -0,0 +1,15 @@
---
"@matthiesenxyz/starlight-ghostcms": patch
---
Bump dependencies:
- astro-integration-kit from to
- @unocss/astro from to
- @unocss/reset from to
- astro-font from to
- unocss from to
- sass from to
- @matthiesenxyz/astro-gists from to
- vite-tsconfig-paths from to
- astro from to

View File

@ -0,0 +1,15 @@
---
"@matthiesenxyz/astro-ghostcms-theme-default": patch
---
Bump dependencies:
- astro-integration-kit from to
- @unocss/astro from to
- @unocss/reset from to
- astro-font from to
- unocss from to
- sass from to
- @matthiesenxyz/astro-gists from to
- vite-tsconfig-paths from to
- astro from to

View File

@ -57,12 +57,12 @@
"@eliancodes/brutal-ui": "^0.2.6",
"@iconify-json/logos": "^1.1.41",
"@iconify-json/uil": "^1.1.8",
"@unocss/astro": "^0.58.5",
"@unocss/reset": "^0.58.5",
"astro-font": "^0.0.77",
"@unocss/astro": "^0.58.6",
"@unocss/reset": "^0.58.6",
"astro-font": "^0.0.78",
"astro-remote": "0.3.2",
"typescript": "^5.4.2",
"ultrahtml": "^1.5.3",
"unocss": "^0.58.5"
"unocss": "^0.58.6"
}
}

View File

@ -51,9 +51,9 @@
"astro": ">=4.4.0"
},
"dependencies": {
"astro-font": "^0.0.77",
"astro-font": "^0.0.78",
"astro-remote": "^0.3.2",
"sass": "^1.71.1",
"sass": "^1.72.0",
"ultrahtml": "^1.5.3"
}
}

View File

@ -72,7 +72,7 @@
"@resvg/resvg-js": "^2.6.0",
"@ts-ghost/core-api": "^6.0.0",
"@ts-ghost/content-api": "^4.0.12",
"astro-integration-kit": "^0.5.1",
"astro-integration-kit": "^0.6.0",
"astro-robots-txt": "^1.0.0",
"fs-extra": "^11.2.0",
"package-json": "^10.0.0",

View File

@ -59,14 +59,14 @@
},
"dependencies": {
"@astrojs/rss": "^4.0.5",
"@matthiesenxyz/astro-gists": "^0.2.7",
"@matthiesenxyz/astro-gists": "^0.2.11",
"@ts-ghost/core-api": "^6.0.0",
"@ts-ghost/content-api": "^4.0.12",
"astro-integration-kit": "^0.5.1",
"astro-integration-kit": "^0.6.0",
"astro-remote": "^0.3.2",
"ultrahtml": "^1.5.3",
"vite": "^5.1.6",
"vite-tsconfig-paths": "^4.3.1"
"vite-tsconfig-paths": "^4.3.2"
},
"peerDependencies": {
"@astrojs/starlight": ">=0.19.0",

View File

@ -11,18 +11,18 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.4.13",
"astro": "^4.5.6",
"@matthiesenxyz/astro-ghostcms": "workspace:*",
"@matthiesenxyz/astro-ghostcms-theme-default": "workspace:*",
"@matthiesenxyz/astro-ghostcms-catppuccin": "workspace:*",
"@matthiesenxyz/astro-ghostcms-brutalbyelian": "workspace:*",
"@astrojs/tailwind": "^5.1.0",
"@unocss/astro": "^0.58.5",
"@unocss/astro": "^0.58.6",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@unocss/reset": "^0.58.5",
"@unocss/reset": "^0.58.6",
"typescript": "^5.4.2",
"unocss": "^0.58.5"
"unocss": "^0.58.6"
}
}

View File

@ -17,8 +17,8 @@
"dependencies": {
"@astrojs/starlight": "^0.21.1",
"@matthiesenxyz/starlight-ghostcms": "workspace:*",
"@matthiesenxyz/astro-gists": "^0.2.7",
"astro": "^4.4.13",
"@matthiesenxyz/astro-gists": "^0.2.11",
"astro": "^4.5.6",
"sharp": "^0.33.2"
}
}

File diff suppressed because it is too large Load Diff