Skip to content

Commit cc7e4e3

Browse files
authored
Merge pull request #174 from vim-jp/feature/2025-update
chore(2025): update deps
2 parents 30eb7e7 + 7c007df commit cc7e4e3

File tree

3 files changed

+15
-421
lines changed

3 files changed

+15
-421
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: pnpm/action-setup@v4
2424
with:
2525
run_install: false
26-
version: 10.2.0
26+
version: 10.4.0
2727
- name: build 2025
2828
working-directory: ./2025
2929
run: |

2025/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/react": "^4.2.0",
1414
"@types/react": "^19.0.8",
1515
"@types/react-dom": "^19.0.3",
16-
"astro": "^5.2.5",
16+
"astro": "^5.3.0",
1717
"astro-google-fonts-optimizer": "^0.2.2",
1818
"astro-seo": "^0.8.4",
1919
"react": "^19.0.0",
@@ -23,15 +23,18 @@
2323
},
2424
"devDependencies": {
2525
"@astrojs/ts-plugin": "^1.10.4",
26-
"astro-og-image": "^1.0.7",
2726
"sharp": "^0.33.5",
2827
"typescript": "^5.7.3",
2928
"unplugin-macros": "^0.16.0"
3029
},
3130
"pnpm": {
3231
"executionEnv": {
3332
"nodeVersion": "22.13.1"
34-
}
33+
},
34+
"onlyBuiltDependencies": [
35+
"esbuild",
36+
"sharp"
37+
]
3538
},
36-
"packageManager": "pnpm@10.2.0"
39+
"packageManager": "pnpm@10.4.0"
3740
}

0 commit comments

Comments
 (0)