Skip to content

Commit

Permalink
Merge pull request #65 from ottomated/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ottomated authored Sep 4, 2024
2 parents 2c12850 + 75da4af commit 0ae2610
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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,7 +1,7 @@
[package]
name = "create-o7-app"
authors = ["Ottomated"]
version = "0.8.7"
version = "0.8.8"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion template_builder/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"tailwindcss": "^3.4.10",
"typescript": "~5.5.4",
"typescript-eslint": "^8.0.0-alpha.62",
"vite": "^5.4.2"
"vite": "^5.4.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"dependencies": {
"common": "^0.0.0",
"hono": "^4.5.10"
"hono": "^4.5.11"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240821.1",
"typescript": "^5.5.4",
"wrangler": "^3.73.0"
"wrangler": "^3.74.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"dependencies": {
"common": "workspace:*",
"hono": "^4.5.10"
"hono": "^4.5.11"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240821.1",
"typescript": "^5.5.4",
"wrangler": "^3.73.0"
"wrangler": "^3.74.0"
}
}
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.20240821.1",
"@sveltejs/adapter-cloudflare": "^4.7.2",
"wrangler": "^3.73.0",
"wrangler": "^3.74.0",
"@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
@@ -1,6 +1,6 @@
{
"dependencies": {
"@tanstack/svelte-query": "^5.53.3",
"@tanstack/svelte-query": "^5.54.1",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"devalue": "^5.0.0",
Expand Down

0 comments on commit 0ae2610

Please sign in to comment.