Skip to content

Commit a3c2a7c

Browse files
author
create-o7-app[bot]
committed
ci: Update dependencies
1 parent 7137055 commit a3c2a7c

8 files changed

Lines changed: 9 additions & 9 deletions

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template_builder/templates/extras/worker/{Sidecar,Npm}package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"hono": "^4.7.7"
1313
},
1414
"devDependencies": {
15-
"@cloudflare/workers-types": "^4.20250419.0",
15+
"@cloudflare/workers-types": "^4.20250420.0",
1616
"typescript": "^5.8.3",
1717
"wrangler": "^4.12.0"
1818
}

template_builder/templates/extras/worker/{Sidecar}package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"hono": "^4.7.7"
1313
},
1414
"devDependencies": {
15-
"@cloudflare/workers-types": "^4.20250419.0",
15+
"@cloudflare/workers-types": "^4.20250420.0",
1616
"typescript": "^5.8.3",
1717
"wrangler": "^4.12.0"
1818
}

template_builder/templates/extras/worker/{Sidecar}wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/wrangler/config-schema.json",
33
"name": "__o7__name__-worker",
44
"main": "src/worker.ts",
5-
"compatibility_date": "2025-04-19",
5+
"compatibility_date": "2025-04-20",
66
"durable_objects": {
77
"bindings": [
88
{

template_builder/templates/extras/{D1|Planetscale|Sqlite|Turso}package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"kysely": "^0.28.0"
3+
"kysely": "^0.28.1"
44
},
55
"devDependencies": {
66
"prisma-kysely": "^1.8.0",

template_builder/templates/extras/{Edge,D1}wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/wrangler/config-schema.json",
33
"name": "__o7__name__",
44
"pages_build_output_dir": "./.svelte-kit/cloudflare",
5-
"compatibility_date": "2025-04-19",
5+
"compatibility_date": "2025-04-20",
66
"d1_databases": [
77
/* Run `pnpm wrangler d1 create <name>` before deploying! */
88
{

template_builder/templates/extras/{Edge}package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"@cloudflare/workers-types": "^4.20250419.0",
3+
"@cloudflare/workers-types": "^4.20250420.0",
44
"@sveltejs/adapter-cloudflare": "^7.0.1",
55
"wrangler": "^4.12.0",
66
"@sveltejs/adapter-auto": null

template_builder/templates/extras/{Edge}wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/wrangler/config-schema.json",
33
"name": "__o7__name__",
44
"pages_build_output_dir": "./.svelte-kit/cloudflare",
5-
"compatibility_date": "2025-04-19",
5+
"compatibility_date": "2025-04-20",
66
"observability": {
77
"enabled": true
88
}

0 commit comments

Comments
 (0)