File tree Expand file tree Collapse file tree 16 files changed +41
-41
lines changed
template_builder/templates Expand file tree Collapse file tree 16 files changed +41
-41
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " create-o7-app"
33authors = [" Ottomated" ]
4- version = " 0.13.1 "
4+ version = " 0.13.2 "
55edition = " 2021"
66
77[dependencies ]
Original file line number Diff line number Diff line change 1212 "devDependencies" : {
1313 "@eslint/js" : " ^9.36.0" ,
1414 "@sveltejs/adapter-auto" : " ^6.1.0" ,
15- "@sveltejs/kit" : " ^2.43.5 " ,
15+ "@sveltejs/kit" : " ^2.43.7 " ,
1616 "@sveltejs/vite-plugin-svelte" : " ^6.2.1" ,
1717 "autoprefixer" : " ^10.4.21" ,
1818 "eslint" : " ^9.36.0" ,
2525 "prettier" : " ^3.6.2" ,
2626 "prettier-plugin-svelte" : " ^3.4.0" ,
2727 "prettier-plugin-tailwindcss" : " ^0.6.14" ,
28- "svelte" : " ^5.39.6 " ,
28+ "svelte" : " ^5.39.8 " ,
2929 "svelte-check" : " ^4.3.2" ,
30- "tailwindcss" : " ^3.4.17 " ,
31- "typescript" : " ~5.9.2 " ,
32- "typescript-eslint" : " ^8.44.1 " ,
33- "vite" : " ^7.1.7 "
30+ "tailwindcss" : " ^3.4.18 " ,
31+ "typescript" : " ~5.9.3 " ,
32+ "typescript-eslint" : " ^8.45.0 " ,
33+ "vite" : " ^7.1.8 "
3434 },
3535 "pnpm" : {
3636 "onlyBuiltDependencies" : [
Original file line number Diff line number Diff line change 99 },
1010 "dependencies" : {
1111 "common" : " ^0.0.0" ,
12- "hono" : " ^4.9.8 "
12+ "hono" : " ^4.9.9 "
1313 },
1414 "devDependencies" : {
15- "typescript" : " ^5.9.2 " ,
16- "wrangler" : " ^4.40.1 "
15+ "typescript" : " ^5.9.3 " ,
16+ "wrangler" : " ^4.40.3 "
1717 }
1818}
Original file line number Diff line number Diff line change 99 },
1010 "dependencies" : {
1111 "common" : " workspace:*" ,
12- "hono" : " ^4.9.8 "
12+ "hono" : " ^4.9.9 "
1313 },
1414 "devDependencies" : {
15- "typescript" : " ^5.9.2 " ,
16- "wrangler" : " ^4.40.1 "
15+ "typescript" : " ^5.9.3 " ,
16+ "wrangler" : " ^4.40.3 "
1717 }
1818}
Original file line number Diff line number Diff line change 22 "$schema" : " node_modules/wrangler/config-schema.json" ,
33 "name" : " __o7__name__-worker" ,
44 "main" : " src/worker.ts" ,
5- "compatibility_date" : " 2025-09-26 " ,
5+ "compatibility_date" : " 2025-10-01 " ,
66 "durable_objects" : {
77 "bindings" : [
88 {
Original file line number Diff line number Diff line change 44 },
55 "devDependencies" : {
66 "prisma-kysely" : " ^2.2.1" ,
7- "prisma" : " ^6.16.2 "
7+ "prisma" : " ^6.16.3 "
88 },
99 "pnpm" : {
1010 "onlyBuiltDependencies" : [
Original file line number Diff line number Diff line change 77 "kysely-d1" : " ^0.4.0"
88 },
99 "devDependencies" : {
10- "dotenv" : " ^17.2.2 " ,
10+ "dotenv" : " ^17.2.3 " ,
1111 "better-sqlite3" : " ^12.4.1" ,
1212 "@types/better-sqlite3" : " ^7.6.13"
1313 },
Original file line number Diff line number Diff line change 22 "$schema" : " node_modules/wrangler/config-schema.json" ,
33 "name" : " __o7__name__" ,
44 "main" : " ./.svelte-kit/cloudflare/_worker.js" ,
5- "compatibility_date" : " 2025-09-26 " ,
5+ "compatibility_date" : " 2025-10-01 " ,
66 "compatibility_flags" : [" nodejs_als" ],
77 "observability" : {
88 "enabled" : true
Original file line number Diff line number Diff line change 22 "$schema" : " node_modules/wrangler/config-schema.json" ,
33 "name" : " __o7__name__" ,
44 "main" : " ./.svelte-kit/cloudflare/_worker.js" ,
5- "compatibility_date" : " 2025-09-26 " ,
5+ "compatibility_date" : " 2025-10-01 " ,
66 "compatibility_flags" : [" nodejs_als" ],
77 "observability" : {
88 "enabled" : true
You can’t perform that action at this time.
0 commit comments