Skip to content

Commit

Permalink
ci: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ottomated committed Jul 4, 2024
1 parent e175326 commit 2599ac0
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "create-o7-app"
version = "0.7.0"
version = "0.7.1"
edition = "2021"

[dependencies]
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
Expand Up @@ -2,7 +2,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240620.0",
"@sveltejs/adapter-cloudflare": "^4.6.0",
"wrangler": "^3.62.0",
"wrangler": "^3.63.0",
"@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
@@ -1,6 +1,6 @@
{
"devDependencies": {
"svelte": "^5.0.0-next.172",
"svelte": "^5.0.0-next.173",
"eslint-plugin-svelte": "^2.36.0-next.13"
}
}

0 comments on commit 2599ac0

Please sign in to comment.