Skip to content

Commit 6fc7f60

Browse files
author
create-o7-app[bot]
committed
ci: Update dependencies
1 parent 24c98f2 commit 6fc7f60

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

Cargo.lock

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

template_builder/templates/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"devDependencies": {
1313
"@eslint/js": "^9.33.0",
1414
"@sveltejs/adapter-auto": "^6.1.0",
15-
"@sveltejs/kit": "^2.33.0",
16-
"@sveltejs/vite-plugin-svelte": "^6.1.2",
15+
"@sveltejs/kit": "^2.34.0",
16+
"@sveltejs/vite-plugin-svelte": "^6.1.3",
1717
"autoprefixer": "^10.4.21",
1818
"eslint": "^9.33.0",
1919
"eslint-config-prettier": "^10.1.8",

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-08-19",
5+
"compatibility_date": "2025-08-20",
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-08-19",
5+
"compatibility_date": "2025-08-20",
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-08-19",
5+
"compatibility_date": "2025-08-20",
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-08-19",
5+
"compatibility_date": "2025-08-20",
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-08-19",
5+
"compatibility_date": "2025-08-20",
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": "^5.85.3",
3+
"@tanstack/svelte-query": "^5.85.5",
44
"@trpc/client": "^11.4.4",
55
"@trpc/server": "^11.4.4",
66
"devalue": "^5.1.1",

0 commit comments

Comments
 (0)