update packages

This commit is contained in:
Adam Matthiesen 2024-02-20 04:36:40 -08:00
parent e71b924b9f
commit 0c378be333
3 changed files with 362 additions and 149 deletions

View File

@ -59,7 +59,7 @@
"@astrojs/starlight": "0.19.0", "@astrojs/starlight": "0.19.0",
"@ts-ghost/core-api": "5.1.2", "@ts-ghost/core-api": "5.1.2",
"@ts-ghost/tsconfig": "workspace:*", "@ts-ghost/tsconfig": "workspace:*",
"astro": "4.3.7", "astro": "4.4.0",
"vite": "^5.1.2", "vite": "^5.1.2",
"vite-tsconfig-paths": "^4.2.2", "vite-tsconfig-paths": "^4.2.2",
"vitest": "^1.2.2", "vitest": "^1.2.2",

File diff suppressed because it is too large Load Diff

View File

@ -12,12 +12,11 @@
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {
"@matthiesenxyz/starlight-ghostcms": "workspace:*"
}, },
"dependencies": { "dependencies": {
"@astrojs/starlight": "^0.19.0", "@astrojs/starlight": "^0.19.0",
"@matthiesenxyz/starlight-ghostcms": "0.0.1-dev01", "@matthiesenxyz/starlight-ghostcms": "workspace:*",
"astro": "^4.3.7", "astro": "^4.4.0",
"sharp": "^0.32.5" "sharp": "^0.32.5"
} }
} }