chore: ♻️ Fix: Some Deps should be Peer not dev/main #109

Merged
create-issue-branch[bot] merged 4 commits from issue-108-Fix_Some_Deps_should_be_Peer_no into main 2024-03-11 17:18:12 +00:00
4 changed files with 691 additions and 687 deletions
Showing only changes of commit 569b3208e6 - Show all commits

View File

@ -79,6 +79,6 @@
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"satori": "^0.10.13", "satori": "^0.10.13",
"satori-html": "^0.3.2", "satori-html": "^0.3.2",
"vite": "^5.1.5" "vite": "^5.1.6"
} }
} }

View File

@ -54,19 +54,18 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/starlight": "^0.21.1", "@astrojs/starlight": "^0.21.1",
"astro": "^4.4.13",
"vitest": "^1.3.1", "vitest": "^1.3.1",
"vitest-fetch-mock": "^0.2.2" "vitest-fetch-mock": "^0.2.2"
}, },
"dependencies": { "dependencies": {
"@astrojs/rss": "^4.0.5", "@astrojs/rss": "^4.0.5",
"@matthiesenxyz/astro-gists": "^0.2.3", "@matthiesenxyz/astro-gists": "^0.2.7",
"@ts-ghost/core-api": "^6.0.0", "@ts-ghost/core-api": "^6.0.0",
"@ts-ghost/content-api": "^4.0.12", "@ts-ghost/content-api": "^4.0.12",
"astro-integration-kit": "^0.5.1", "astro-integration-kit": "^0.5.1",
"astro-remote": "^0.3.2", "astro-remote": "^0.3.2",
"ultrahtml": "^1.5.3", "ultrahtml": "^1.5.3",
"vite": "^5.1.5", "vite": "^5.1.6",
"vite-tsconfig-paths": "^4.3.1" "vite-tsconfig-paths": "^4.3.1"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -11,10 +11,13 @@
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"
}, },
"devDependencies": {}, "devDependencies": {
"@types/node": "^20.11.25"
},
"dependencies": { "dependencies": {
"@astrojs/starlight": "^0.21.1", "@astrojs/starlight": "^0.21.1",
"@matthiesenxyz/starlight-ghostcms": "workspace:*", "@matthiesenxyz/starlight-ghostcms": "workspace:*",
"@matthiesenxyz/astro-gists": "^0.2.7",
"astro": "^4.4.13", "astro": "^4.4.13",
"sharp": "^0.33.2" "sharp": "^0.33.2"
} }

File diff suppressed because it is too large Load Diff