Skip to content

Commit 888632a

Browse files
committed
update dependencies
1 parent 6d344a3 commit 888632a

File tree

4 files changed

+485
-891
lines changed

4 files changed

+485
-891
lines changed

astro.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// @ts-check
22
import {defineConfig} from 'astro/config';
33
import {viewTransitions} from "astro-vtbot/starlight-view-transitions";
4-
import cloudflare from '@astrojs/cloudflare';
54
import sitemap from '@astrojs/sitemap';
65
import starlight from '@astrojs/starlight';
76
import starlightLinksValidator from 'starlight-links-validator'
@@ -78,6 +77,4 @@ export default defineConfig({
7877
}
7978
}), starlightLinksValidator(), viewTransitions()],
8079
}), sitemap()],
81-
output: 'server',
82-
adapter: cloudflare(),
8380
});

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/cloudflare": "^12.3.1",
1413
"@astrojs/sitemap": "^3.3.0",
15-
"@astrojs/starlight": "^0.32.5",
14+
"@astrojs/starlight": "^0.32.6",
1615
"@lorenzo_lewis/starlight-utils": "^0.3.2",
17-
"astro": "^5.5.5",
18-
"sharp": "^0.33.5",
19-
"starlight-links-validator": "^0.14.3"
16+
"astro": "^5.6.1",
17+
"sharp": "^0.34.0",
18+
"starlight-links-validator": "^0.15.0"
2019
},
2120
"pnpm": {
2221
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)