This commit is contained in:
Adam Matthiesen 2024-02-20 07:14:02 -08:00
parent 3efa1c40a7
commit 4a89195ea1
2 changed files with 12 additions and 5 deletions

View File

@ -0,0 +1,5 @@
---
"@matthiesenxyz/starlight-ghostcms": patch
---
fix deps

View File

@ -56,15 +56,17 @@
"test:ci": "vitest run --coverage.enabled --coverage.reporter='text-summary'"
},
"devDependencies": {
"@astrojs/starlight": "0.19.0",
"@ts-ghost/core-api": "5.1.2",
"@astrojs/starlight": "^0.19.0",
"@ts-ghost/tsconfig": "workspace:*",
"astro": "4.4.0",
"vite": "^5.1.2",
"vite-tsconfig-paths": "^4.2.2",
"astro": "^4.4.0",
"vitest": "^1.2.2",
"vitest-fetch-mock": "^0.2.2"
},
"Dependencies": {
"@ts-ghost/core-api": "^5.1.2",
"vite": "^5.1.2",
"vite-tsconfig-paths": "^4.2.2"
},
"peerdependencies": {
"@astrojs/starlight": ">=0.19.0",
"astro": ">=4.3.7"