Skip to content

Commit 946da8a

Browse files
author
create-o7-app[bot]
committed
ci: Update dependencies
1 parent 69998bd commit 946da8a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

template_builder/templates/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"prettier": "^3.6.2",
2626
"prettier-plugin-svelte": "^3.4.0",
2727
"prettier-plugin-tailwindcss": "^0.7.1",
28-
"svelte": "^5.43.7",
28+
"svelte": "^5.43.8",
2929
"svelte-check": "^4.3.4",
3030
"tailwindcss": "^3.4.18",
3131
"typescript": "~5.9.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": "2025-11-15",
5+
"compatibility_date": "2025-11-17",
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": "2025-11-15",
5+
"compatibility_date": "2025-11-17",
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": "2025-11-15",
5+
"compatibility_date": "2025-11-17",
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": "2025-11-15",
5+
"compatibility_date": "2025-11-17",
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": "2025-11-15",
5+
"compatibility_date": "2025-11-17",
66
"compatibility_flags": ["nodejs_als"],
77
"observability": {
88
"enabled": true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@tanstack/svelte-query": "^6.0.7",
3+
"@tanstack/svelte-query": "^6.0.8",
44
"@trpc/client": "^11.7.1",
55
"@trpc/server": "^11.7.1",
66
"devalue": "^5.5.0",

0 commit comments

Comments
 (0)