Skip to content

Commit

Permalink
Merge pull request #931 from jill64/renovate/cloudflare-workers-types…
Browse files Browse the repository at this point in the history
…-4.x

fix(deps): update dependency @cloudflare/workers-types to v4.20240701.0
  • Loading branch information
wraith-ci[bot] committed Jul 11, 2024
2 parents 8a2d481 + e21d88b commit e3a65d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.25.0",
"version": "0.25.1",
"type": "module",
"scripts": {
"dev": "pnpm -r dev",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-octoflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-octoflare",
"version": "0.25.0",
"version": "0.25.1",
"description": "🌤️ A CLI for creating new Octoflare projects",
"type": "module",
"bin": "dist/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"repository": {
"type": "git",
"url": "https://github.com/jill64/octoflare.git",
"image": "https://opengraph.githubassets.com/0bb04950272db8a72a843cf48eb94d284723e01a04e587d0a8adbbe6ea9bf0d2/jill64/octoflare"
"image": "https://opengraph.githubassets.com/2a2037f48a4dcd5ed9e12ebbfe9a2a333a170e200e6e6c583031793ab2625c08/jill64/octoflare"
},
"scripts": {
"build": "tsc && publint",
Expand Down
6 changes: 3 additions & 3 deletions packages/octoflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "octoflare",
"version": "0.25.0",
"version": "0.25.1",
"description": "🌤️ A framework for building GitHub Apps with Cloudflare Worker",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"repository": {
"type": "git",
"url": "https://github.com/jill64/octoflare.git",
"image": "https://opengraph.githubassets.com/0bb04950272db8a72a843cf48eb94d284723e01a04e587d0a8adbbe6ea9bf0d2/jill64/octoflare"
"image": "https://opengraph.githubassets.com/2a2037f48a4dcd5ed9e12ebbfe9a2a333a170e200e6e6c583031793ab2625c08/jill64/octoflare"
},
"scripts": {
"build": "tsc && publint",
Expand All @@ -70,7 +70,7 @@
"dependencies": {
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@cloudflare/workers-types": "4.20240620.0",
"@cloudflare/workers-types": "4.20240701.0",
"@octokit/webhooks-types": "7.5.1",
"octokit": "4.0.2"
}
Expand Down

0 comments on commit e3a65d6

Please sign in to comment.