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 19, 2024
1 parent 86f63e4 commit 165f3ad
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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 @@ -10,12 +10,12 @@
},
"dependencies": {},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/kit": "^2.7.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.45.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"hono": "^4.6.5"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241011.0",
"@cloudflare/workers-types": "^4.20241018.0",
"typescript": "^5.6.3",
"wrangler": "^3.81.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"hono": "^4.6.5"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241011.0",
"@cloudflare/workers-types": "^4.20241018.0",
"typescript": "^5.6.3",
"wrangler": "^3.81.0"
}
Expand Down
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Edge}package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@cloudflare/workers-types": "^4.20241011.0",
"@cloudflare/workers-types": "^4.20241018.0",
"@sveltejs/adapter-cloudflare": "^4.7.3",
"wrangler": "^3.81.0",
"@sveltejs/adapter-auto": null
Expand Down
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Svelte5}package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"svelte": "^5.0.0-next.269",
"svelte": "^5.0.0-next.270",
"eslint-plugin-svelte": "^2.36.0-next.13",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.8"
}
Expand Down

0 comments on commit 165f3ad

Please sign in to comment.