File tree Expand file tree Collapse file tree 3 files changed +15
-421
lines changed Expand file tree Collapse file tree 3 files changed +15
-421
lines changed Original file line number Diff line number Diff line change 23
23
- uses : pnpm/action-setup@v4
24
24
with :
25
25
run_install : false
26
- version : 10.2 .0
26
+ version : 10.4 .0
27
27
- name : build 2025
28
28
working-directory : ./2025
29
29
run : |
Original file line number Diff line number Diff line change 13
13
"@astrojs/react" : " ^4.2.0" ,
14
14
"@types/react" : " ^19.0.8" ,
15
15
"@types/react-dom" : " ^19.0.3" ,
16
- "astro" : " ^5.2.5 " ,
16
+ "astro" : " ^5.3.0 " ,
17
17
"astro-google-fonts-optimizer" : " ^0.2.2" ,
18
18
"astro-seo" : " ^0.8.4" ,
19
19
"react" : " ^19.0.0" ,
23
23
},
24
24
"devDependencies" : {
25
25
"@astrojs/ts-plugin" : " ^1.10.4" ,
26
- "astro-og-image" : " ^1.0.7" ,
27
26
"sharp" : " ^0.33.5" ,
28
27
"typescript" : " ^5.7.3" ,
29
28
"unplugin-macros" : " ^0.16.0"
30
29
},
31
30
"pnpm" : {
32
31
"executionEnv" : {
33
32
"nodeVersion" : " 22.13.1"
34
- }
33
+ },
34
+ "onlyBuiltDependencies" : [
35
+ " esbuild" ,
36
+ " sharp"
37
+ ]
35
38
},
36
- "packageManager" : " pnpm@10.2 .0"
39
+ "packageManager" : " pnpm@10.4 .0"
37
40
}
You can’t perform that action at this time.
0 commit comments