Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #82

Merged
merged 15 commits into from
Jan 10, 2025
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Prevents merge conflicts in Ottotime files
.ottotime merge=union
3 changes: 3 additions & 0 deletions .ottotime
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# OTTOTIME
# Do not edit manually. Check into git.
1736538264- 4:37
61 changes: 31 additions & 30 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.9.7"
version = "0.9.8"
edition = "2021"

[dependencies]
Expand Down
12 changes: 6 additions & 6 deletions template_builder/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@eslint/js": "^9.17.0",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.15.0",
"@sveltejs/kit": "^2.15.2",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
Expand All @@ -25,11 +25,11 @@
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte": "^5.16.0",
"svelte-check": "^4.1.1",
"svelte": "^5.17.3",
"svelte-check": "^4.1.3",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
"typescript": "~5.7.3",
"typescript-eslint": "^8.19.1",
"vite": "^6.0.7"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"dependencies": {
"common": "^0.0.0",
"hono": "^4.6.14"
"hono": "^4.6.16"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241224.0",
"typescript": "^5.7.2",
"wrangler": "^3.99.0"
"@cloudflare/workers-types": "^4.20250109.0",
"typescript": "^5.7.3",
"wrangler": "^3.101.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"dependencies": {
"common": "workspace:*",
"hono": "^4.6.14"
"hono": "^4.6.16"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241224.0",
"typescript": "^5.7.2",
"wrangler": "^3.99.0"
"@cloudflare/workers-types": "^4.20250109.0",
"typescript": "^5.7.3",
"wrangler": "^3.101.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#:schema node_modules/wrangler/config-schema.json
name = "__o7__name__-worker"
main = "src/worker.ts"
compatibility_date = "2024-09-02"
compatibility_date = "2025-01-09"

[[durable_objects.bindings]]
name = "SOCKET_OBJECT"
Expand Down
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Auth}package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"arctic": "^2.3.3",
"arctic": "^3.1.1",
"oslo": "^1.2.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
},
"devDependencies": {
"prisma-kysely": "^1.8.0",
"prisma": "^6.1.0"
"prisma": "^6.2.1"
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{D1}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"dotenv": "^16.4.7",
"better-sqlite3": "^11.7.0",
"better-sqlite3": "^11.7.2",
"@types/better-sqlite3": "^7.6.12"
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Edge,D1}wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "__o7__name__"
pages_build_output_dir = "./.svelte-kit/cloudflare"
compatibility_date = "2024-09-02"
compatibility_date = "2025-01-09"

# Run `pnpm wrangler d1 create <name>` before deploying!
[[d1_databases]]
Expand Down
6 changes: 3 additions & 3 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.20241224.0",
"@sveltejs/adapter-cloudflare": "^4.9.0",
"wrangler": "^3.99.0",
"@cloudflare/workers-types": "^4.20250109.0",
"@sveltejs/adapter-cloudflare": "^5.0.0",
"wrangler": "^3.101.0",
"@sveltejs/adapter-auto": null
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Edge}wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "__o7__name__"
pages_build_output_dir = "./.svelte-kit/cloudflare"
compatibility_date = "2024-09-02"
compatibility_date = "2025-01-09"

# [[kv_namespaces]]
# binding = "KV"
Expand Down
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Sqlite}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"db:push": "prisma db push"
},
"dependencies": {
"better-sqlite3": "^11.7.0"
"better-sqlite3": "^11.7.2"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.12"
Expand Down
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.62.9",
"@tanstack/svelte-query": "^5.62.16",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"devalue": "^5.1.1",
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 @@ -8,7 +8,7 @@
},
"devDependencies": {
"dotenv": "^16.4.7",
"better-sqlite3": "^11.7.0",
"better-sqlite3": "^11.7.2",
"@types/better-sqlite3": "^7.6.12"
}
}
Loading