Skip to content

Commit 229dad0

Browse files
author
create-o7-app[bot]
committed
ci: Update dependencies
1 parent d1dd0b6 commit 229dad0

File tree

7 files changed

+9
-16
lines changed

7 files changed

+9
-16
lines changed

Cargo.lock

Lines changed: 2 additions & 9 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
@@ -25,11 +25,11 @@
2525
"prettier": "^3.6.2",
2626
"prettier-plugin-svelte": "^3.4.0",
2727
"prettier-plugin-tailwindcss": "^0.7.1",
28-
"svelte": "^5.43.14",
28+
"svelte": "^5.44.0",
2929
"svelte-check": "^4.3.4",
3030
"tailwindcss": "^3.4.18",
3131
"typescript": "~5.9.3",
32-
"typescript-eslint": "^8.47.0",
32+
"typescript-eslint": "^8.48.0",
3333
"vite": "^7.2.4"
3434
},
3535
"pnpm": {

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-21",
5+
"compatibility_date": "2025-11-25",
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-21",
5+
"compatibility_date": "2025-11-25",
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-21",
5+
"compatibility_date": "2025-11-25",
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-21",
5+
"compatibility_date": "2025-11-25",
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-21",
5+
"compatibility_date": "2025-11-25",
66
"compatibility_flags": ["nodejs_als"],
77
"observability": {
88
"enabled": true

0 commit comments

Comments
 (0)