Skip to content

Commit

Permalink
chore(deps): update dependency wrangler to v3.78.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent 4e14c77 commit 50cb1e7
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
# renovate: datasource=npm depName=wrangler
wranglerVersion: "3.62.0"
wranglerVersion: "3.78.5"
workingDirectory: "apps/site"
packageManager: pnpm
command: pages deploy dist --project-name astrolicious
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
# renovate: datasource=npm depName=wrangler
wranglerVersion: "3.62.0"
wranglerVersion: "3.78.5"
workingDirectory: "apps/site"
packageManager: pnpm
command: pages deploy dist --project-name astrolicious
Expand Down
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/sanitize-html": "2.11.0",
"wrangler": "3.62.0"
"wrangler": "3.78.5"
},
"scripts": {
"astro": "astro"
Expand Down
165 changes: 137 additions & 28 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 50cb1e7

Please sign in to comment.