Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Feb 9, 2024
1 parent 810e488 commit bbd51b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
steps:
- name: 📂 Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"sync": "astro sync"
},
"dependencies": {
"@astrojs/starlight": "^0.17.2",
"astro": "^4.3.1",
"@astrojs/starlight": "^0.17.4",
"astro": "^4.3.5",
"sharp": "^0.33.2"
},
"devDependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/check": "^0.5.2",
"typescript": "^5.3.3"
},
"trustedDependencies": [
Expand Down

0 comments on commit bbd51b1

Please sign in to comment.