File tree 7 files changed +15
-12
lines changed
template_builder/templates
7 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 25
25
"prettier" : " ^3.5.1" ,
26
26
"prettier-plugin-svelte" : " ^3.3.3" ,
27
27
"prettier-plugin-tailwindcss" : " ^0.6.11" ,
28
- "svelte" : " ^5.20.1 " ,
28
+ "svelte" : " ^5.20.2 " ,
29
29
"svelte-check" : " ^4.1.4" ,
30
30
"tailwindcss" : " ^3.4.17" ,
31
31
"typescript" : " ~5.7.3" ,
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.1 "
11
+ "hono" : " ^4.7.2 "
12
12
},
13
13
"devDependencies" : {
14
14
"@cloudflare/workers-types" : " ^4.20250214.0" ,
15
15
"typescript" : " ^5.7.3" ,
16
- "wrangler" : " ^3.109.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.1 "
12
+ "hono" : " ^4.7.2 "
13
13
},
14
14
"devDependencies" : {
15
15
"@cloudflare/workers-types" : " ^4.20250214.0" ,
16
16
"typescript" : " ^5.7.3" ,
17
- "wrangler" : " ^3.109.1 "
17
+ "wrangler" : " ^3.109.2 "
18
18
}
19
19
}
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 2
2
"devDependencies" : {
3
3
"@cloudflare/workers-types" : " ^4.20250214.0" ,
4
4
"@sveltejs/adapter-cloudflare" : " ^5.0.3" ,
5
- "wrangler" : " ^3.109.1 " ,
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
}
You can’t perform that action at this time.
0 commit comments