Skip to content

Commit

Permalink
Update dependency wrangler to v3.67.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 26, 2024
1 parent 318b588 commit e47f74f
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 45 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.67.1"
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.67.1"
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.67.1"
},
"scripts": {
"astro": "astro"
Expand Down
99 changes: 57 additions & 42 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 e47f74f

Please sign in to comment.