Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent c6fcb7e commit cf94408
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 215 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: pnpm run build

- name: Deploy to Cloudflare Pages
uses: cloudflare/wrangler-action@v3.11.0
uses: cloudflare/wrangler-action@v3.12.1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@astro-community/astro-embed-link-preview": "^0.2.2",
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^11.2.0",
"@astrojs/mdx": "^3.1.8",
"@astrojs/starlight": "^0.28.4",
"astro": "^4.16.7",
"@astrojs/mdx": "^3.1.9",
"@astrojs/starlight": "^0.28.6",
"astro": "^4.16.10",
"astro-embed": "^0.8.0",
"lite-youtube-embed": "^0.3.3",
"typescript": "^5.6.3"
Expand All @@ -37,7 +37,7 @@
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"rollup-plugin-visualizer": "^5.12.0",
"wrangler": "^3.84.0"
"wrangler": "^3.85.0"
},
"engines": {
"node": ">=22.11.0",
Expand Down
Loading

0 comments on commit cf94408

Please sign in to comment.