Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent fc8f4b1 commit 1faa8d2
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 157 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/community-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
app-id: ${{ vars.BOT_APPID }}
private-key: ${{ secrets.BOT_SECRET }}
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5
with:
commit_user_email: 168325803+astrolicious[bot]@users.noreply.github.com
commit_user_name: astrolicious[bot]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: pnpm run format

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5
with:
commit_message: "[ci] lint"
branch: ${{ github.head_ref }}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "astro-tips",
"type": "module",
"version": "0.0.1",
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -21,18 +21,18 @@
"semver": "7.6.3",
"sharp": "0.33.5",
"starlight-package-managers": "0.9.0",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/github-script": "github:actions/github-script",
"@types/mdast": "4.0.4",
"@types/node": "20.17.12",
"@types/node": "20.17.13",
"@types/semver": "7.5.8",
"mdast-util-mdx": "3.0.0",
"mdast-util-to-markdown": "2.1.2",
"prettier": "3.4.2",
"prettier-plugin-astro": "0.14.1",
"wrangler": "3.99.0"
"wrangler": "3.102.0"
}
}
Loading

0 comments on commit 1faa8d2

Please sign in to comment.