Skip to content

Commit 77d7512

Browse files
authored
Add butterfly 2.4.0-beta.2 (#32)
* Add butterfly 2.4.0-beta.2 * Add note for butterfly android update
1 parent 496b7c8 commit 77d7512

File tree

4 files changed

+466
-428
lines changed

4 files changed

+466
-428
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
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
}

0 commit comments

Comments
 (0)