Skip to content

Commit

Permalink
Merge pull request #775 from jill64/renovate/tsx-4.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency tsx to v4.11.0
  • Loading branch information
wraith-ci[bot] committed May 23, 2024
2 parents f764e0d + 136e9a8 commit 547b367
Show file tree
Hide file tree
Showing 4 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.24.36",
"version": "0.24.37",
"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.24.36",
"version": "0.24.37",
"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/467d6047ab6bce993ae4f801976287ef3fbad498fd831ebecf1d16a3efd50be6/jill64/octoflare"
"image": "https://opengraph.githubassets.com/7a8333432c365998a6d13be14de9923a03585493d1a20afcc46e5fcfaaf80ce9/jill64/octoflare"
},
"scripts": {
"build": "tsc && publint",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-octoflare/template/dynamic/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"tsx": "4.10.5",
"tsx": "4.11.0",
"typescript": "5.4.5"
}
}
4 changes: 2 additions & 2 deletions packages/octoflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "octoflare",
"version": "0.24.36",
"version": "0.24.37",
"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/467d6047ab6bce993ae4f801976287ef3fbad498fd831ebecf1d16a3efd50be6/jill64/octoflare"
"image": "https://opengraph.githubassets.com/7a8333432c365998a6d13be14de9923a03585493d1a20afcc46e5fcfaaf80ce9/jill64/octoflare"
},
"scripts": {
"build": "tsc && publint",
Expand Down

0 comments on commit 547b367

Please sign in to comment.