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 23, 2024
1 parent 095a5bf commit ff1d785
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions template_builder/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/adapter-auto": "^3.3.0",
"@sveltejs/kit": "^2.7.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"autoprefixer": "^10.4.20",
Expand All @@ -30,6 +30,6 @@
"tailwindcss": "^3.4.14",
"typescript": "~5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.9"
"vite": "^5.4.10"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"hono": "^4.6.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241018.0",
"@cloudflare/workers-types": "^4.20241022.0",
"typescript": "^5.6.3",
"wrangler": "^3.81.0"
"wrangler": "^3.82.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"hono": "^4.6.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241018.0",
"@cloudflare/workers-types": "^4.20241022.0",
"typescript": "^5.6.3",
"wrangler": "^3.81.0"
"wrangler": "^3.82.0"
}
}
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.20241018.0",
"@cloudflare/workers-types": "^4.20241022.0",
"@sveltejs/adapter-cloudflare": "^4.7.3",
"wrangler": "^3.81.0",
"wrangler": "^3.82.0",
"@sveltejs/adapter-auto": null
}
}

0 comments on commit ff1d785

Please sign in to comment.