We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b65d99 commit dc7cea0Copy full SHA for dc7cea0
.gitignore
@@ -1,7 +1,9 @@
1
# build output
2
dist/
3
+
4
# generated types
5
.astro/
6
+.wrangler/
7
8
# dependencies
9
node_modules/
package.json
@@ -9,14 +9,14 @@
"astro": "astro"
10
},
11
"dependencies": {
12
- "@astrojs/sitemap": "3.3.0",
13
- "@astrojs/starlight": "0.33.1",
14
- "astro": "5.6.1",
+ "@astrojs/sitemap": "3.7.0",
+ "@astrojs/starlight": "0.37.6",
+ "astro": "5.17.1",
15
"astro-broken-link-checker": "github:firegiant/astro-broken-link-checker",
16
"remark-heading-id": "1.0.1",
17
- "sharp": "0.34.1"
+ "sharp": "0.34.5"
18
19
"devDependencies": {
20
- "esbuild": "0.25.2"
+ "esbuild": "0.27.2"
21
}
22
0 commit comments