Bump the prod-dependencies group with 9 updates #75

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/prod-dependencies-d07c16978e into main
9 changed files with 469 additions and 307 deletions

View File

@ -65,6 +65,6 @@
"@eliancodes/brutal-ui": "^0.2.3", "@eliancodes/brutal-ui": "^0.2.3",
"astro-font": "^0.0.77", "astro-font": "^0.0.77",
"typescript": "^5.3.3", "typescript": "^5.3.3",
"ultrahtml": "^1.5.2" "ultrahtml": "^1.5.3"
} }
} }

View File

@ -39,9 +39,9 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"entities": "^4.5.0", "entities": "^4.5.0",
"ultrahtml": "^1.5.2" "ultrahtml": "^1.5.3"
}, },
"devDependencies": { "devDependencies": {
"astro": "4.4.0" "astro": "4.4.4"
} }
} }

View File

@ -52,6 +52,6 @@
"dependencies": { "dependencies": {
"@matthiesenxyz/astro-ghostcms": "^3.2.9", "@matthiesenxyz/astro-ghostcms": "^3.2.9",
"astro-font": "^0.0.77", "astro-font": "^0.0.77",
"sass": "^1.71.0" "sass": "^1.71.1"
} }
} }

View File

@ -95,16 +95,16 @@
"dependencies": { "dependencies": {
"@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.13", "@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.13",
"@astrojs/rss": "^4.0.5", "@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.0.5", "@astrojs/sitemap": "^3.1.1",
"@resvg/resvg-js": "^2.6.0", "@resvg/resvg-js": "^2.6.0",
"@ts-ghost/core-api": "^5.1.2", "@ts-ghost/core-api": "^6.0.0",
"astro": "^4.4.0", "astro": "^4.4.4",
"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": "10.0.0",
"satori": "^0.10.11", "satori": "^0.10.11",
"satori-html": "^0.3.2", "satori-html": "^0.3.2",
"vite": "^5.1.3", "vite": "^5.1.4",
"vite-tsconfig-paths": "^4.2.2", "vite-tsconfig-paths": "^4.2.2",
"zod": "^3.22.4" "zod": "^3.22.4"
} }

View File

@ -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.3", "vite": "^5.1.4",
"vite-tsconfig-paths": "^4.2.2" "vite-tsconfig-paths": "^4.2.2"
}, },
"publishConfig": { "publishConfig": {

View File

@ -59,16 +59,16 @@
"test:ci": "vitest run --coverage.enabled --coverage.reporter='text-summary'" "test:ci": "vitest run --coverage.enabled --coverage.reporter='text-summary'"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/starlight": "^0.19.0", "@astrojs/starlight": "^0.20.1",
"@ts-ghost/tsconfig": "workspace:*", "@ts-ghost/tsconfig": "workspace:*",
"astro": "^4.4.0", "astro": "^4.4.4",
"vitest": "^1.2.2", "vitest": "^1.2.2",
"vitest-fetch-mock": "^0.2.2" "vitest-fetch-mock": "^0.2.2"
}, },
"dependencies": { "dependencies": {
"@astrojs/rss": "^4.0.5", "@astrojs/rss": "^4.0.5",
"@ts-ghost/core-api": "^5.1.2", "@ts-ghost/core-api": "^6.0.0",
"vite": "^5.1.2", "vite": "^5.1.4",
"vite-tsconfig-paths": "^4.2.2" "vite-tsconfig-paths": "^4.2.2"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -11,7 +11,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^4.4.0", "astro": "^4.4.4",
"@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:*",

File diff suppressed because it is too large Load Diff

View File

@ -13,9 +13,9 @@
}, },
"devDependencies": {}, "devDependencies": {},
"dependencies": { "dependencies": {
"@astrojs/starlight": "^0.19.0", "@astrojs/starlight": "^0.20.1",
"@matthiesenxyz/starlight-ghostcms": "workspace:*", "@matthiesenxyz/starlight-ghostcms": "workspace:*",
"astro": "^4.4.0", "astro": "^4.4.4",
"sharp": "^0.32.5" "sharp": "^0.33.2"
} }
} }