File tree 10 files changed +39
-36
lines changed
template_builder/templates
10 files changed +39
-36
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " create-o7-app"
3
3
authors = [" Ottomated" ]
4
- version = " 0.10.3 "
4
+ version = " 0.10.4 "
5
5
edition = " 2021"
6
6
7
7
[dependencies ]
Original file line number Diff line number Diff line change 12
12
"devDependencies" : {
13
13
"@eslint/js" : " ^9.20.0" ,
14
14
"@sveltejs/adapter-auto" : " ^4.0.0" ,
15
- "@sveltejs/kit" : " ^2.17.1 " ,
15
+ "@sveltejs/kit" : " ^2.17.2 " ,
16
16
"@sveltejs/vite-plugin-svelte" : " ^5.0.3" ,
17
17
"autoprefixer" : " ^10.4.20" ,
18
18
"eslint" : " ^9.20.1" ,
19
19
"eslint-config-prettier" : " ^10.0.1" ,
20
20
"eslint-plugin-prettier" : " ^5.2.3" ,
21
21
"eslint-plugin-svelte" : " ^2.46.1" ,
22
- "globals" : " ^15.14 .0" ,
22
+ "globals" : " ^15.15 .0" ,
23
23
"postcss" : " ^8.5.2" ,
24
24
"postcss-load-config" : " ^6.0.1" ,
25
- "prettier" : " ^3.5.0 " ,
25
+ "prettier" : " ^3.5.1 " ,
26
26
"prettier-plugin-svelte" : " ^3.3.3" ,
27
27
"prettier-plugin-tailwindcss" : " ^0.6.11" ,
28
- "svelte" : " ^5.19.10 " ,
28
+ "svelte" : " ^5.20.2 " ,
29
29
"svelte-check" : " ^4.1.4" ,
30
30
"tailwindcss" : " ^3.4.17" ,
31
31
"typescript" : " ~5.7.3" ,
32
- "typescript-eslint" : " ^8.24.0 " ,
32
+ "typescript-eslint" : " ^8.24.1 " ,
33
33
"vite" : " ^6.1.0"
34
34
},
35
35
"pnpm" : {
Original file line number Diff line number Diff line change 8
8
},
9
9
"dependencies" : {
10
10
"common" : " ^0.0.0" ,
11
- "hono" : " ^4.7.0 "
11
+ "hono" : " ^4.7.2 "
12
12
},
13
13
"devDependencies" : {
14
- "@cloudflare/workers-types" : " ^4.20250204 .0" ,
14
+ "@cloudflare/workers-types" : " ^4.20250214 .0" ,
15
15
"typescript" : " ^5.7.3" ,
16
- "wrangler" : " ^3.108.1 "
16
+ "wrangler" : " ^3.109.2 "
17
17
}
18
18
}
Original file line number Diff line number Diff line change 9
9
},
10
10
"dependencies" : {
11
11
"common" : " workspace:*" ,
12
- "hono" : " ^4.7.0 "
12
+ "hono" : " ^4.7.2 "
13
13
},
14
14
"devDependencies" : {
15
- "@cloudflare/workers-types" : " ^4.20250204 .0" ,
15
+ "@cloudflare/workers-types" : " ^4.20250214 .0" ,
16
16
"typescript" : " ^5.7.3" ,
17
- "wrangler" : " ^3.108.1 "
17
+ "wrangler" : " ^3.109.2 "
18
18
}
19
19
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "arctic" : " ^3.2.4 " ,
3
+ "arctic" : " ^3.3.0 " ,
4
4
"@oslojs/crypto" : " ^1.0.1" ,
5
5
"@oslojs/encoding" : " ^1.1.0"
6
6
}
Original file line number Diff line number Diff line change 4
4
},
5
5
"devDependencies" : {
6
6
"prisma-kysely" : " ^1.8.0" ,
7
- "prisma" : " ^6.3.1 "
7
+ "prisma" : " ^6.4.0 "
8
8
},
9
9
"pnpm" : {
10
- "onlyBuiltDependencies" : [" @prisma/engines" , " prisma" ]
10
+ "onlyBuiltDependencies" : [
11
+ " @prisma/engines" ,
12
+ " prisma"
13
+ ]
11
14
}
12
15
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
- "@cloudflare/workers-types" : " ^4.20250204 .0" ,
4
- "@sveltejs/adapter-cloudflare" : " ^5.0.2 " ,
5
- "wrangler" : " ^3.108.1 " ,
3
+ "@cloudflare/workers-types" : " ^4.20250214 .0" ,
4
+ "@sveltejs/adapter-cloudflare" : " ^5.0.3 " ,
5
+ "wrangler" : " ^3.109.2 " ,
6
6
"@sveltejs/adapter-auto" : null
7
7
},
8
8
"pnpm" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
3
"autoprefixer" : null ,
4
- "@tailwindcss/vite" : " ^4.0.6 " ,
4
+ "@tailwindcss/vite" : " ^4.0.7 " ,
5
5
"postcss" : null ,
6
6
"postcss-load-config" : null ,
7
- "tailwindcss" : " ^4.0.6 "
7
+ "tailwindcss" : " ^4.0.7 "
8
8
}
9
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "@tanstack/svelte-query" : " ^5.66.0 " ,
3
+ "@tanstack/svelte-query" : " ^5.66.4 " ,
4
4
"@trpc/client" : " ^10.45.2" ,
5
5
"@trpc/server" : " ^10.45.2" ,
6
6
"devalue" : " ^5.1.1" ,
You can’t perform that action at this time.
0 commit comments