Skip to content

Commit

Permalink
Merge pull request #62 from ottomated/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ottomated authored Aug 4, 2024
2 parents 5d7e24c + e69a909 commit db3f5e5
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 29 deletions.
42 changes: 26 additions & 16 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,7 +1,7 @@
[package]
name = "create-o7-app"
authors = ["Ottomated"]
version = "0.8.4"
version = "0.8.5"
edition = "2021"

[dependencies]
Expand Down
6 changes: 3 additions & 3 deletions template_builder/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"devDependencies": {
"@eslint/js": "^9.8.0",
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/kit": "^2.5.20",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.43.0",
"globals": "^15.8.0",
"globals": "^15.9.0",
"postcss": "^8.4.40",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"hono": "^4.5.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240725.0",
"@cloudflare/workers-types": "^4.20240729.0",
"typescript": "^5.5.4",
"wrangler": "^3.67.1"
"wrangler": "^3.68.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"hono": "^4.5.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240725.0",
"@cloudflare/workers-types": "^4.20240729.0",
"typescript": "^5.5.4",
"wrangler": "^3.67.1"
"wrangler": "^3.68.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.20240725.0",
"@cloudflare/workers-types": "^4.20240729.0",
"@sveltejs/adapter-cloudflare": "^4.7.0",
"wrangler": "^3.67.1",
"wrangler": "^3.68.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.205",
"svelte": "^5.0.0-next.208",
"eslint-plugin-svelte": "^2.36.0-next.13"
}
}
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.51.16",
"@tanstack/svelte-query": "^5.51.21",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"devalue": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Turso}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"dependencies": {
"@libsql/kysely-libsql": "^0.4.1",
"@libsql/client": "^0.8.0"
"@libsql/client": "^0.8.1"
},
"devDependencies": {
"dotenv": "^16.4.5",
Expand Down

0 comments on commit db3f5e5

Please sign in to comment.