Skip to content

Commit dc7cea0

Browse files
committed
Update dependencies
1 parent 2b65d99 commit dc7cea0

File tree

3 files changed

+1387
-1209
lines changed

3 files changed

+1387
-1209
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# build output
22
dist/
3+
34
# generated types
45
.astro/
6+
.wrangler/
57

68
# dependencies
79
node_modules/

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"@astrojs/sitemap": "3.3.0",
13-
"@astrojs/starlight": "0.33.1",
14-
"astro": "5.6.1",
12+
"@astrojs/sitemap": "3.7.0",
13+
"@astrojs/starlight": "0.37.6",
14+
"astro": "5.17.1",
1515
"astro-broken-link-checker": "github:firegiant/astro-broken-link-checker",
1616
"remark-heading-id": "1.0.1",
17-
"sharp": "0.34.1"
17+
"sharp": "0.34.5"
1818
},
1919
"devDependencies": {
20-
"esbuild": "0.25.2"
20+
"esbuild": "0.27.2"
2121
}
2222
}

0 commit comments

Comments
 (0)