Skip to content

Commit

Permalink
chore(deps): update all dependencies (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 783de36 commit c623e3e
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/community-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
script: |
const { default: script } = await import('${{ github.workspace }}/.github/scripts/mdx.js')
await script({github, context, core})
- uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
id: app-token
with:
app-id: ${{ vars.BOT_APPID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: write

steps:
- uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1.10.4
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
id: app-token
with:
app-id: ${{ vars.BOT_APPID }}
Expand Down
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": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -20,10 +20,10 @@
"astro": "4.15.4",
"semver": "7.6.3",
"sharp": "0.33.5",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.1",
"@types/github-script": "github:actions/github-script",
"@types/mdast": "4.0.4",
"@types/node": "20.16.5",
Expand All @@ -32,6 +32,6 @@
"mdast-util-to-markdown": "2.1.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"wrangler": "3.75.0"
"wrangler": "3.78.2"
}
}
Loading

0 comments on commit c623e3e

Please sign in to comment.