Skip to content

Commit 6bbd1fd

Browse files
author
create-o7-app[bot]
committed
ci: Update dependencies
1 parent bdc25bb commit 6bbd1fd

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

template_builder/templates/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"tailwindcss": "^3.4.19",
3131
"typescript": "~6.0.3",
3232
"typescript-eslint": "^8.59.2",
33-
"vite": "^8.0.10"
33+
"vite": "^8.0.11"
3434
},
3535
"pnpm": {
3636
"onlyBuiltDependencies": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"common": "^0.0.0",
12-
"hono": "^4.12.17"
12+
"hono": "^4.12.18"
1313
},
1414
"devDependencies": {
1515
"typescript": "^6.0.3",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"common": "workspace:*",
12-
"hono": "^4.12.17"
12+
"hono": "^4.12.18"
1313
},
1414
"devDependencies": {
1515
"typescript": "^6.0.3",

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": "2026-05-06",
5+
"compatibility_date": "2026-05-07",
66
"durable_objects": {
77
"bindings": [
88
{

template_builder/templates/extras/{Edge,D1,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__",
44
"main": "./.svelte-kit/cloudflare/_worker.js",
5-
"compatibility_date": "2026-05-06",
5+
"compatibility_date": "2026-05-07",
66
"compatibility_flags": ["nodejs_als"],
77
"observability": {
88
"enabled": true

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
"main": "./.svelte-kit/cloudflare/_worker.js",
5-
"compatibility_date": "2026-05-06",
5+
"compatibility_date": "2026-05-07",
66
"compatibility_flags": ["nodejs_als"],
77
"observability": {
88
"enabled": true

template_builder/templates/extras/{Edge,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__",
44
"main": "./.svelte-kit/cloudflare/_worker.js",
5-
"compatibility_date": "2026-05-06",
5+
"compatibility_date": "2026-05-07",
66
"compatibility_flags": ["nodejs_als"],
77
"observability": {
88
"enabled": true

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
"main": "./.svelte-kit/cloudflare/_worker.js",
5-
"compatibility_date": "2026-05-06",
5+
"compatibility_date": "2026-05-07",
66
"compatibility_flags": ["nodejs_als"],
77
"observability": {
88
"enabled": true

0 commit comments

Comments
 (0)