Skip to content

Commit

Permalink
chore(deps): Bump cloudflare/wrangler-action from 3.0.2 to 3.1.1 (#132)
Browse files Browse the repository at this point in the history
* chore(deps): Bump cloudflare/wrangler-action from 3.0.2 to 3.1.1

Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.0.2 to 3.1.1.
- [Release notes](https://github.com/cloudflare/wrangler-action/releases)
- [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md)
- [Commits](cloudflare/wrangler-action@v3.0.2...v3.1.1)

---
updated-dependencies:
- dependency-name: cloudflare/wrangler-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* bump

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <[email protected]>
  • Loading branch information
dependabot[bot] and ankurdotb authored Sep 5, 2023
1 parent 9690e57 commit 23cff9c
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 66 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache-dependency-path: '**/package-lock.json'

- name: Publish to Cloudflare
uses: cloudflare/wrangler-action@v3.0.2
uses: cloudflare/wrangler-action@v3.1.1
with:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
cache-dependency-path: '**/package-lock.json'

- name: Publish to Cloudflare
uses: cloudflare/wrangler-action@v3.0.2
uses: cloudflare/wrangler-action@v3.1.1
with:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down
120 changes: 60 additions & 60 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
},
"homepage": "https://github.com/cheqd/validator-status#readme",
"devDependencies": {
"@cloudflare/workers-types": "^4.20230807.0",
"@types/node": "^20.5.0",
"@cloudflare/workers-types": "^4.20230904.0",
"@types/node": "^20.5.9",
"typescript": "^4.9.5",
"wrangler": "^3.5.0"
"wrangler": "^3.6.0"
},
"private": true,
"scripts": {
"start": "npx wrangler dev",
"publish": "npx wrangler publish"
},
"dependencies": {
"itty-router": "^4.0.14"
"itty-router": "^4.0.22"
}
}

0 comments on commit 23cff9c

Please sign in to comment.