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 Oct 11, 2024
1 parent afd187f commit 8a8771b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20241004.0",
"typescript": "^5.6.3",
"wrangler": "^3.80.2"
"wrangler": "^3.80.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20241004.0",
"typescript": "^5.6.3",
"wrangler": "^3.80.2"
"wrangler": "^3.80.3"
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Edge}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20241004.0",
"@sveltejs/adapter-cloudflare": "^4.7.2",
"wrangler": "^3.80.2",
"wrangler": "^3.80.3",
"@sveltejs/adapter-auto": null
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Svelte5}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"devDependencies": {
"svelte": "^5.0.0-next.264",
"eslint-plugin-svelte": "^2.36.0-next.13",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.7"
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.8"
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Trpc}package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@tanstack/svelte-query": "^5.59.6",
"@tanstack/svelte-query": "^5.59.9",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"devalue": "^5.1.1",
Expand Down

0 comments on commit 8a8771b

Please sign in to comment.