Skip to content

Commit f96a46d

Browse files
committed
Update starlight, fix sharp with pnpm 10
1 parent 943055a commit f96a46d

File tree

4 files changed

+879
-839
lines changed

4 files changed

+879
-839
lines changed

Diff for: .github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- uses: pnpm/action-setup@v2
2121
with:
22-
version: 9
22+
version: 10
2323
run_install: false
2424
- uses: actions/setup-node@v3
2525
with:
26-
node-version: 18
26+
node-version: 22
2727
cache: pnpm
2828

2929
- name: Install dependencies

Diff for: package.json

+10-5
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,20 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/check": "^0.9.4",
14-
"@astrojs/starlight": "^0.30.5",
15-
"astro": "^5.1.4",
14+
"@astrojs/starlight": "^0.32.2",
15+
"astro": "^5.5.2",
1616
"marked": "^15.0.6",
17-
"sharp": "^0.32.5",
18-
"starlight-blog": "^0.16.1",
19-
"starlight-links-validator": "^0.14.1",
17+
"sharp": "^0.32.6",
18+
"starlight-blog": "^0.18.0",
19+
"starlight-links-validator": "^0.14.3",
2020
"typescript": "^5.6.2"
2121
},
2222
"devDependencies": {
2323
"prettier-plugin-astro": "^0.14.1"
24+
},
25+
"pnpm": {
26+
"onlyBuiltDependencies": [
27+
"sharp"
28+
]
2429
}
2530
}

0 commit comments

Comments
 (0)