Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Feb 2, 2024
1 parent 3a6c57d commit 6057968
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: true
matrix:
operating-system: [ubuntu-latest]
bun-version: [1.0.12]
bun-version: [1.0]

name: 🚀 Deploy siguici.github.io with bun@${{ matrix.bun-version }} on ${{ matrix.operating-system }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
bun: [1.0.12]
bun: [1.0]
experimental: [false]
name: 🧪 Test Sigui's work using Bun-${{ matrix.bun }} under ${{ matrix.os }}

Expand Down
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"yarn": "prefer using bun",
"node": "prefer using bun"
},
"packageManager": "bun@1.0.12",
"packageManager": "bun@1.0.25",
"publishConfig": {
"access": "public"
},
Expand All @@ -31,13 +31,13 @@
"sync": "astro sync"
},
"dependencies": {
"@astrojs/starlight": "^0.12.0",
"astro": "^3.5.5",
"sharp": "^0.32.6"
"@astrojs/starlight": "^0.17.2",
"astro": "^4.3.1",
"sharp": "^0.33.2"
},
"devDependencies": {
"@astrojs/check": "^0.3.1",
"typescript": "^5.2.2"
"@astrojs/check": "^0.4.1",
"typescript": "^5.3.3"
},
"trustedDependencies": [
"sharp"
Expand Down

0 comments on commit 6057968

Please sign in to comment.