File tree Expand file tree Collapse file tree 4 files changed +466
-428
lines changed
src/content/blog/butterfly Expand file tree Collapse file tree 4 files changed +466
-428
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Install pnpm
1616 uses : pnpm/action-setup@v4
1717 - name : Use Node.js
1818 uses : actions/setup-node@v4
1919 with :
20- node-version : 22
20+ node-version : 24
2121 cache : " pnpm"
2222 - name : Install dependencies
2323 run : pnpm install
Original file line number Diff line number Diff line change 1010 "astro" : " astro"
1111 },
1212 "dependencies" : {
13- "@astrojs/mdx" : " ^4.3.1 " ,
13+ "@astrojs/mdx" : " ^4.3.3 " ,
1414 "@astrojs/rss" : " ^4.0.12" ,
15- "@astrojs/sitemap" : " ^3.4.1 " ,
15+ "@astrojs/sitemap" : " ^3.4.2 " ,
1616 "@linwooddev/style" : " ^0.4.2" ,
1717 "@phosphor-icons/web" : " ^2.1.2" ,
18- "astro" : " ^5.12.3 " ,
18+ "astro" : " ^5.12.9 " ,
1919 "sharp" : " ^0.34.3" ,
20- "typescript" : " ^5.8.3 "
20+ "typescript" : " ^5.9.2 "
2121 },
22- "packageManager" : " pnpm@10.13.1 " ,
22+ "packageManager" : " pnpm@10.14.0 " ,
2323 "devDependencies" : {
2424 "@vite-pwa/astro" : " ^1.1.0" ,
25- "sass" : " ^1.89.2 " ,
25+ "sass" : " ^1.90.0 " ,
2626 "vite-plugin-pwa" : " ^1.0.2" ,
2727 "workbox-window" : " ^7.3.0"
2828 }
You can’t perform that action at this time.
0 commit comments