Skip to content

Commit

Permalink
ci: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
create-o7-app[bot] committed Sep 26, 2024
1 parent fdd9140 commit c8e9830
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"hono": "^4.6.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240924.0",
"@cloudflare/workers-types": "^4.20240925.0",
"typescript": "^5.6.2",
"wrangler": "^3.78.8"
"wrangler": "^3.78.10"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"hono": "^4.6.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240924.0",
"@cloudflare/workers-types": "^4.20240925.0",
"typescript": "^5.6.2",
"wrangler": "^3.78.8"
"wrangler": "^3.78.10"
}
}
4 changes: 2 additions & 2 deletions template_builder/templates/extras/{Edge}package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"devDependencies": {
"@cloudflare/workers-types": "^4.20240924.0",
"@cloudflare/workers-types": "^4.20240925.0",
"@sveltejs/adapter-cloudflare": "^4.7.2",
"wrangler": "^3.78.8",
"wrangler": "^3.78.10",
"@sveltejs/adapter-auto": null
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Trpc}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@tanstack/svelte-query": "^5.56.2",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"devalue": "^5.0.0",
"devalue": "^5.1.1",
"trpc-svelte-query": "^2.1.0",
"zod": "^3.23.8"
}
Expand Down

0 comments on commit c8e9830

Please sign in to comment.