Skip to content

Commit

Permalink
chore(deps): update all dependencies (#248)
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 23, 2024
1 parent 00b9a86 commit 396da34
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/community-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
with:
node-version-file: ".nvmrc"
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: pnpm/action-setup@v3

- name: Setup Node
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
with:
node-version-file: ".nvmrc"
cache: "pnpm"
Expand Down
6 changes: 3 additions & 3 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.10.0",
"packageManager": "pnpm@9.11.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -23,7 +23,7 @@
"typescript": "5.6.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.1",
"@biomejs/biome": "1.9.2",
"@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.78.2"
"wrangler": "3.78.7"
}
}
148 changes: 55 additions & 93 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 396da34

Please sign in to comment.